aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
AgeCommit message (Expand)Author
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-05package_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-17package_rpm: Workaround for 'all' arch multilib package namingMark Hatle
2012-12-17package_rpm.bbclass: Add a simply way to enable RPM debuggingMark Hatle
2012-12-17package_rpm.bbclass: Add additional install error detectionMark Hatle
2012-12-17package_rpm.bbclass: Add support for incremental installsMark Hatle
2012-12-17package_rpm.bbclass: Add additional loggingMark Hatle
2012-12-17package_rpm.bbclass: Fix the way the RPM platform file is generatedMark Hatle
2012-12-17package_rpm: Update the way the multilib package names are translatedMark Hatle
2012-12-17classes/*_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
2012-09-02nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie
2012-08-29archiver.bbclass: fix the remove errorRobert Yang
2012-08-29archiver.bbclass: remove the "upper()" functionRobert Yang
2012-08-29archiver.bbclass: fix the fakeroot and other issuesRobert Yang
2012-08-29archiver.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-29Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton
2012-07-29classes/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