aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
AgeCommit message (Expand)Author
2012-08-31nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie
2012-08-28archiver.bbclass: fix the remove errorRobert Yang
2012-08-28archiver.bbclass: remove the "upper()" functionRobert Yang
2012-08-28archiver.bbclass: fix the fakeroot and other issuesRobert Yang
2012-08-28archiver.bbclass: indent fixesRobert Yang
2012-08-21package_rpm.bbclass: fix and enhance the incremental rpm generationRobert Yang
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie
2012-08-17package_rpm.bbclass: Fix attemptonly install failuresMark Hatle
2012-08-15rpmresolve: improve debug outputPaul Eggleton
2012-07-31package_rpm.bbclass: Accomodate dash when using arraysKhem Raj
2012-07-28Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton
2012-07-28classes/rootfs_rpm: improve speed of RPM rootfs constructionPaul Eggleton
2012-07-20package_rpm: DEPLOY_DIR_RPM must exist before make indexRobert Yang
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-09package_rpm: Avoid duplicate package generation failuresMark Hatle
2012-07-03Fix manual log file pathsMark Hatle
2012-06-21package_rpm.bbclass: fix incremental rpm generationRobert Yang
2012-06-12package_rpm: Verify that the package manifests are not emptyMark Hatle
2012-06-12rootfs_rpm.bbclass: Update database configuration fileMark Hatle
2012-06-12package_rpm: Add capability to directly query packageoriginMark Hatle
2012-05-30update-alternatives.bbclass: Refactor the implementationMark Hatle
2012-05-24package_rpm.bbclass: Fix incremental rpm image generationRobert Yang
2012-05-11package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hookRichard Purdie
2012-04-27package_rpm: Only rebuild the indexes if the packages have changedRichard Purdie
2012-04-26package_rpm.bbclass: Replace shell provides/requires script with python versionRichard Purdie
2012-04-12package_rpm.bbclass: Set tmppath for rpm to somewhere which won't conflict wi...Richard Purdie
2012-04-12package_rpm.bbclass: Use the correct macros file to avoid empty solvedb path ...Richard Purdie
2012-04-12package_rpm: Fix useradd preinst ordering issuesRichard Purdie
2012-04-04package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{de...Andreas Oberritter
2012-03-26package_rpm: Add srpm function to this bbclassXiaofeng Yan
2012-03-26Fix empty file case that caused build error at do_rootfsJessica Zhang
2012-03-23package_rpm.bbclass: ensure base-passwd and shadow get installed firstScott Garman
2012-03-19package_rpm.bbclass: fix bashims at rpm_common_comand() methodOtavio Salvador
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-01classes: replace 'Poky' with 'OE-core'Koen Kooi
2012-01-17package_rpm.bbclass: Add support for filenames with spacesMark Hatle
2012-01-11Incremental rpm image generationRobert Yang
2011-12-23package_rpm.bbclass: Add RPMSPEC_PREAMBLEMark Hatle
2011-12-23package.bbclass: Adjust RPM call to use dynamic location for magic filesMark Hatle
2011-11-26getVar/setVar cleanupsRichard Purdie
2011-11-18package_rpm: Set _tmppath to avoid races over tmp filesRichard Purdie
2011-11-11rootfs_rpm.bbclass: Enable pre and post install scriptsMark Hatle
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-11-10classes: Remove various bashismsRichard Purdie
2011-11-09classes/package_rpm: disable uninstall scripts for upgradesPaul Eggleton
2011-11-08multilib: Drop MULTILIB_IMAGE_INSTALLDongxiao Xu
2011-10-04package_rpm: Ensure multilib code is only called in the multilib caseRichard Purdie