aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
AgeCommit message (Expand)Author
2016-12-16meta: remove True option to getVar callsJoshua Lock
2015-11-24rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexcludeMartin Jansa
2014-08-15rootfs_*: Refactor common depends/lockfile task flagsRichard Purdie
2014-08-15classes: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype>Richard Purdie
2014-03-07do_rootfs: Add PACKAGE_FEED_URIS as a vardepDavid Nyström
2014-02-11Activate the new python rootfs/image creation routinesLaurentiu Palcu
2014-02-08rootfs_deb: Fix whitespace issueSaul Wold
2013-11-22rootfs_*.bbclass: List which post-install scripts can not be runJeffrey C Honig
2013-10-06run-postinst: Ensure that the postinsts are orderedMark Hatle
2013-08-26classes: Remove references to _remove in function names since this may become...Richard Purdie
2013-08-22package_deb: Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDEMark Hatle
2013-06-10rootfs_*.bbclass: add some helper functionsLaurentiu Palcu
2013-03-23classes/buildhistory: implement history collection for SDKsPaul Eggleton
2013-03-12rootfs_xxx.bbclass: fix bitbake -S hashes mismatch errorRobert Yang
2013-03-01rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGEKang Kai
2013-02-12rootfs_(ipk|deb|rpm).bbclass: check package installation status after ROOTFS_...Laurentiu Palcu
2013-01-18classes/rootfs_*: error out if postinstalls exist with read-only rootfsPaul Eggleton
2012-12-18rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfsMartin Jansa
2012-12-06rootfs generation: export two new variables to postinst scriptletsLaurentiu Palcu
2012-08-17rootfs_deb: move the lock from WORKDIR to DEPLOY_DIR_DEBRobert Yang
2012-07-28buildhistory: improve performance of image info collectionPaul Eggleton
2012-07-28Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton
2012-07-16classes/rootfs_deb: use more reliable check for package existencePaul Eggleton
2012-07-03image.bbclass: Add support to build the SDK in parallel with the imageMark Hatle
2012-05-13classes/rootfs_*: fix splitting package dependency stringsPaul Eggleton
2012-01-02classes/image: implement generic locale package installationPaul Eggleton
2011-12-10classes/rootfs_deb: implement query functions for buildhistoryPaul Eggleton
2011-09-21deb packages support: switch from /var/dpkg to /var/lib/dpkgDexuan Cui
2011-02-01rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu
2011-01-31image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu
2010-10-11rootfs: Update ROOTFS_PKGMANAGE to include atp/zypperRichard Purdie
2010-10-08rootfs_deb: Fix problem with pseduo and rootfs locationSaul Wold
2010-10-04rootfs_deb: fix parsing a shell cmdSaul Wold
2010-08-26opkg: finalize the change to var directoryKevin Tian
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie
2008-11-07meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie
2008-11-06classes: Add mechanism to install packages into images only if they've been b...Richard Purdie
2008-06-30rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparch...Marcin Juszkiewicz
2008-05-21rootfs_deb.bbclass: Use DPKG_ARCH for the architecture field, not TARGET_ARCH...Richard Purdie
2008-05-20poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie
2008-05-20rootfs_deb.bbclass: Use /var/dpkg for dpkg status dataRichard Purdie
2008-05-20rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg root...Richard Purdie
2008-03-18rootfs_deb.bbclass: s/ipkg/opkg/ - spotten by Koen KooiMarcin Juszkiewicz
2007-11-12rootfs_deb.bbclass: Make sure alternatives path existsRichard Purdie
2007-11-05rootfs_deb: Fix hardcoded etc references, add missing mkdirRichard Purdie
2007-09-01classes: Sync with OERichard Purdie
2007-08-21packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie
2007-08-17rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ w...Ross Burton
2007-08-17Create usr/lib/ipkg in the rootfs before putting symlinks in itRoss Burton
2007-08-17Instead of exit 0, do exit 1. 0 is 0, so this doesn't work as intendedRoss Burton