summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* run-postinst: Ensure that the postinsts are orderedMark Hatle2013-10-071-4/+10
* package_rpm.bbclass: Workaround failure in attemptonly installsMark Hatle2013-10-071-1/+1
* classes/package_rpm: fix bitbake package-index for RPMPaul Eggleton2013-09-261-0/+5
* bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie2013-09-141-1/+1
* classes/package_rpm: remove unsed outdir variableStefan Stanacar2013-09-111-2/+1
* python-smartpm: Add an attempt install modeMark Hatle2013-09-111-5/+2
* package_rpm.bbclass: Fix no_recommendations and package_excludeMark Hatle2013-09-061-2/+2
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-2/+2
* package_rpm.bbclass: NO_RECOMMENDATIONS supportMark Hatle2013-08-221-0/+3
* package_rpm.bbclass: Add support for PACKAGE_EXCLUDE to RPM installsMark Hatle2013-08-221-0/+5
* classes/buildhistory: record size of installed package not compressed archiveMartin Jansa2013-08-161-0/+2
* classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPMPaul Eggleton2013-07-291-2/+9
* package_rpm.bbclass: remove xx.spec before doing rpmbuild xx.src.rpmBian Naimeng2013-07-131-0/+5
* package_rpm.bbclass: make DESCRIPTION support newlineRobert Yang2013-07-101-5/+15
* package_rpm.bbclass: handle pre/post remove scriptletsLaurentiu Palcu2013-06-111-6/+10
* package_*.bbclass: Drop fakeroot from setscene callsRichard Purdie2013-06-071-1/+0
* bbclass: bb.fatal() clean upRobert Yang2013-05-161-2/+0
* class/lib: Fix up various file access methodsRichard Purdie2013-05-091-6/+3
* package_rpm.bbclass: fix build multilib image failed when PR Server enabledHongxu Jia2013-04-111-1/+8
* package/populate_sdk: Move functions from package_* to populate_sdk_*Richard Purdie2013-03-231-17/+0
* classes/buildhistory: implement history collection for SDKsPaul Eggleton2013-03-231-0/+17
* package_{ipk, deb, rpm}: drop the TARGET_OS conditionalChristopher Larson2013-03-221-5/+0
* package_rpm: Ensure PV manipulations are correctRichard Purdie2013-03-161-1/+1
* package_rpm: Ensure package dependencies have correct version numbersRichard Purdie2013-03-141-2/+3
* package_rpm.bbclass: Optimise per file dependency handlingRichard Purdie2013-03-051-65/+104
* package_rpm.bbclass: Fix translate_smart_to_oe arch comparisonMark Hatle2013-03-021-2/+3
* package_rpm.bbclass: add more description for pre/post scriptletsKang Kai2013-03-011-0/+4
* package_rpm.bbclass: name postinst files with package nameKang Kai2013-03-011-6/+5
* rootfs_rpm.bbclass: Handle multilib configures with different OS valuesMark Hatle2013-02-221-22/+9
* package_rpm/dev/ipk/tar: Drop unused functionsRichard Purdie2013-02-171-8/+0
* package_rpm/deb/ipk: Error if we don't find packages when creating the packag...Richard Purdie2013-02-171-2/+7
* package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunnin...Richard Purdie2013-01-301-0/+1
* Split do_packagedata task from do_packageRichard Purdie2013-01-251-1/+1
* package_rpm.bbclass: Refactor the attempt only installMark Hatle2012-12-191-2/+6
* classes/image: handle multilibs in complementary package lookupPaul Eggleton2012-12-191-1/+4
* package_rpm: Workaround for 'all' arch multilib package namingMark Hatle2012-12-171-2/+12
* package_rpm.bbclass: Add a simply way to enable RPM debuggingMark Hatle2012-12-171-0/+3
* package_rpm.bbclass: Add additional install error detectionMark Hatle2012-12-171-1/+1
* package_rpm.bbclass: Add support for incremental installsMark Hatle2012-12-171-1/+47
* package_rpm.bbclass: Add additional loggingMark Hatle2012-12-171-0/+9
* package_rpm.bbclass: Fix the way the RPM platform file is generatedMark Hatle2012-12-171-3/+13
* package_rpm: Update the way the multilib package names are translatedMark Hatle2012-12-171-13/+175
* classes/*_rpm: integrate Smart into RPM filesystem constructionPaul Eggleton2012-12-171-441/+90
* rootfs generation: export two new variables to postinst scriptletsLaurentiu Palcu2012-12-061-0/+2
* package_rpm.bbclass: Add the runtime dependencies to the pre/post scriptletsMark Hatle2012-12-061-31/+55
* package_rpm.bbclass: Fix an issue where complementary installs failMark Hatle2012-10-071-5/+9
* classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie2012-10-021-38/+46
* package_rpm.bbclass: change the arch's "-" to "_" for platformRobert Yang2012-09-261-2/+2
* package_rpm.bbclass: no initial_solution in the second buildRobert Yang2012-09-261-4/+7
* Replace "echo -e" with "printf" to have the same behavior in dash or bashAndrei Gherzan2012-09-201-3/+3