aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
AgeCommit message (Expand)Author
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie
2013-09-11classes/package_rpm: remove unsed outdir variableStefan Stanacar
2013-09-11python-smartpm: Add an attempt install modeMark Hatle
2013-09-06package_rpm.bbclass: Fix no_recommendations and package_excludeMark Hatle
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-22package_rpm.bbclass: NO_RECOMMENDATIONS supportMark Hatle
2013-08-22package_rpm.bbclass: Add support for PACKAGE_EXCLUDE to RPM installsMark Hatle
2013-08-16classes/buildhistory: record size of installed package not compressed archiveMartin Jansa
2013-07-27classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPMPaul Eggleton
2013-07-12package_rpm.bbclass: remove xx.spec before doing rpmbuild xx.src.rpmBian Naimeng
2013-07-09package_rpm.bbclass: make DESCRIPTION support newlineRobert Yang
2013-06-10package_rpm.bbclass: handle pre/post remove scriptletsLaurentiu Palcu
2013-06-07package_*.bbclass: Drop fakeroot from setscene callsRichard Purdie
2013-05-16bbclass: bb.fatal() clean upRobert Yang
2013-05-09class/lib: Fix up various file access methodsRichard Purdie
2013-04-11package_rpm.bbclass: fix build multilib image failed when PR Server enabledHongxu Jia
2013-03-23package/populate_sdk: Move functions from package_* to populate_sdk_*Richard Purdie
2013-03-23classes/buildhistory: implement history collection for SDKsPaul Eggleton
2013-03-22package_{ipk, deb, rpm}: drop the TARGET_OS conditionalChristopher Larson
2013-03-16package_rpm: Ensure PV manipulations are correctRichard Purdie
2013-03-14package_rpm: Ensure package dependencies have correct version numbersRichard Purdie
2013-03-04package_rpm.bbclass: Optimise per file dependency handlingRichard Purdie
2013-03-02package_rpm.bbclass: Fix translate_smart_to_oe arch comparisonMark Hatle
2013-03-01package_rpm.bbclass: add more description for pre/post scriptletsKang Kai
2013-03-01package_rpm.bbclass: name postinst files with package nameKang Kai
2013-02-22rootfs_rpm.bbclass: Handle multilib configures with different OS valuesMark Hatle
2013-02-17package_rpm/dev/ipk/tar: Drop unused functionsRichard Purdie
2013-02-17package_rpm/deb/ipk: Error if we don't find packages when creating the packag...Richard Purdie
2013-01-30package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunnin...Richard Purdie
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2012-12-19package_rpm.bbclass: Refactor the attempt only installMark Hatle
2012-12-19classes/image: handle multilibs in complementary package lookupPaul Eggleton
2012-12-14package_rpm: Workaround for 'all' arch multilib package namingMark Hatle
2012-12-14package_rpm.bbclass: Add a simply way to enable RPM debuggingMark Hatle
2012-12-14package_rpm.bbclass: Add additional install error detectionMark Hatle
2012-12-14package_rpm.bbclass: Add support for incremental installsMark Hatle
2012-12-14package_rpm.bbclass: Add additional loggingMark Hatle
2012-12-14package_rpm.bbclass: Fix the way the RPM platform file is generatedMark Hatle
2012-12-14package_rpm: Update the way the multilib package names are translatedMark Hatle
2012-12-14classes/*_rpm: integrate Smart into RPM filesystem constructionPaul Eggleton
2012-12-06rootfs generation: export two new variables to postinst scriptletsLaurentiu Palcu
2012-12-06package_rpm.bbclass: Add the runtime dependencies to the pre/post scriptletsMark Hatle
2012-10-07package_rpm.bbclass: Fix an issue where complementary installs failMark Hatle
2012-10-02classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie
2012-09-26package_rpm.bbclass: change the arch's "-" to "_" for platformRobert Yang
2012-09-26package_rpm.bbclass: no initial_solution in the second buildRobert Yang
2012-09-20Replace "echo -e" with "printf" to have the same behavior in dash or bashAndrei Gherzan
2012-09-12package_rpm.bbclass: Avoid unnecessary installs in complementary passMark Hatle
2012-09-10package_rpm.bbclass: fix incremental rpm image generationRobert Yang
2012-09-10package_rpm.bbclass: fix the arch (replace "-" with "_")Robert Yang