summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
AgeCommit message (Expand)Author
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
2007-08-07Don't use a bashism when creating directoriesRoss Burton
2007-08-07package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie
2007-06-26rootfs classes: added remove_packaging_data_files() function to be used in mi...Marcin Juszkiewicz
2007-06-12rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that no...Marcin Juszkiewicz
2007-06-12rootfs_deb.bbclass: updated to works with APT 0.6Marcin Juszkiewicz
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie
2007-03-30rootfs_deb: Catch all error codes and return themRichard Purdie
2006-12-05rootfs_(deb|ipk).bbclass: Fix bashism so works on dashRichard Purdie
2006-12-01rootfs_deb.bbclass: Add sanity checkRichard Purdie
2006-11-29rootfs_deb.bbclass: Reverse sources.list file to correct repository prioritie...Richard Purdie
2006-11-27rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in hac...Richard Purdie
2006-11-27rootfs_deb: Set Architecture correctly in a copy of apt.conf in stagingRichard Purdie
2006-11-22rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie
2006-09-19Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson