summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
Commit message (Expand)AuthorAgeFilesLines
* rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexcludeMartin Jansa2015-11-241-1/+0
* rootfs_*: Refactor common depends/lockfile task flagsRichard Purdie2014-08-151-5/+2
* classes: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype>Richard Purdie2014-08-151-0/+18
* do_rootfs: Add PACKAGE_FEED_URIS as a vardepDavid Nyström2014-03-071-0/+1
* Activate the new python rootfs/image creation routinesLaurentiu Palcu2014-02-111-115/+0
* rootfs_deb: Fix whitespace issueSaul Wold2014-02-091-1/+1
* rootfs_*.bbclass: List which post-install scripts can not be runJeffrey C Honig2013-11-221-2/+3
* run-postinst: Ensure that the postinsts are orderedMark Hatle2013-10-071-1/+6
* classes: Remove references to _remove in function names since this may become...Richard Purdie2013-08-261-1/+1
* package_deb: Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDEMark Hatle2013-08-221-1/+7
* rootfs_*.bbclass: add some helper functionsLaurentiu Palcu2013-06-111-2/+21
* classes/buildhistory: implement history collection for SDKsPaul Eggleton2013-03-231-27/+0
* rootfs_xxx.bbclass: fix bitbake -S hashes mismatch errorRobert Yang2013-03-121-1/+1
* rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGEKang Kai2013-03-011-1/+1
* rootfs_(ipk|deb|rpm).bbclass: check package installation status after ROOTFS_...Laurentiu Palcu2013-02-131-7/+7
* classes/rootfs_*: error out if postinstalls exist with read-only rootfsPaul Eggleton2013-01-181-0/+7
* rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfsMartin Jansa2012-12-191-0/+1
* rootfs generation: export two new variables to postinst scriptletsLaurentiu Palcu2012-12-061-0/+2
* rootfs_deb: move the lock from WORKDIR to DEPLOY_DIR_DEBRobert Yang2012-08-171-1/+1
* buildhistory: improve performance of image info collectionPaul Eggleton2012-07-291-15/+13
* Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton2012-07-291-13/+14
* classes/rootfs_deb: use more reliable check for package existencePaul Eggleton2012-07-171-1/+1
* image.bbclass: Add support to build the SDK in parallel with the imageMark Hatle2012-07-031-0/+2
* classes/rootfs_*: fix splitting package dependency stringsPaul Eggleton2012-05-131-2/+2
* classes/image: implement generic locale package installationPaul Eggleton2012-01-031-10/+27
* classes/rootfs_deb: implement query functions for buildhistoryPaul Eggleton2011-12-101-0/+23
* deb packages support: switch from /var/dpkg to /var/lib/dpkgDexuan Cui2011-09-211-10/+10
* rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu2011-02-011-75/+16
* image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu2011-01-311-20/+0
* rootfs: Update ROOTFS_PKGMANAGE to include atp/zypperRichard Purdie2010-10-111-1/+1
* rootfs_deb: Fix problem with pseduo and rootfs locationSaul Wold2010-10-081-0/+1
* rootfs_deb: fix parsing a shell cmdSaul Wold2010-10-041-1/+1
* opkg: finalize the change to var directoryKevin Tian2010-08-261-5/+7
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-1/+1
* meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2008-11-071-1/+1
* classes: Add mechanism to install packages into images only if they've been b...Richard Purdie2008-11-061-3/+11
* rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparch...Marcin Juszkiewicz2008-06-301-1/+1
* rootfs_deb.bbclass: Use DPKG_ARCH for the architecture field, not TARGET_ARCH...Richard Purdie2008-05-211-1/+1
* poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie2008-05-201-0/+3
* rootfs_deb.bbclass: Use /var/dpkg for dpkg status dataRichard Purdie2008-05-201-11/+8
* rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg root...Richard Purdie2008-05-201-0/+1
* rootfs_deb.bbclass: s/ipkg/opkg/ - spotten by Koen KooiMarcin Juszkiewicz2008-03-181-6/+6
* rootfs_deb.bbclass: Make sure alternatives path existsRichard Purdie2007-11-121-0/+2
* rootfs_deb: Fix hardcoded etc references, add missing mkdirRichard Purdie2007-11-051-8/+9
* classes: Sync with OERichard Purdie2007-09-011-8/+10
* packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie2007-08-211-0/+1
* rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ w...Ross Burton2007-08-171-1/+0
* Create usr/lib/ipkg in the rootfs before putting symlinks in itRoss Burton2007-08-171-0/+1
* Instead of exit 0, do exit 1. 0 is 0, so this doesn't work as intendedRoss Burton2007-08-171-4/+4
* Don't use a bashism when creating directoriesRoss Burton2007-08-071-1/+2