summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes/rootfs_*: fix splitting package dependency stringsPaul Eggleton2012-08-211-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
* package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie2007-08-071-0/+3
* rootfs classes: added remove_packaging_data_files() function to be used in mi...Marcin Juszkiewicz2007-06-261-0/+4
* rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that no...Marcin Juszkiewicz2007-06-121-3/+3
* rootfs_deb.bbclass: updated to works with APT 0.6Marcin Juszkiewicz2007-06-121-3/+3
* classes: Rework core dependencies to work properly at the task levelRichard Purdie2007-04-031-2/+2
* rootfs_deb: Catch all error codes and return themRichard Purdie2007-03-301-4/+4
* rootfs_(deb|ipk).bbclass: Fix bashism so works on dashRichard Purdie2006-12-051-1/+1
* rootfs_deb.bbclass: Add sanity checkRichard Purdie2006-12-011-1/+3
* rootfs_deb.bbclass: Reverse sources.list file to correct repository prioritie...Richard Purdie2006-11-291-4/+8
* rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in hac...Richard Purdie2006-11-271-1/+17
* rootfs_deb: Set Architecture correctly in a copy of apt.conf in stagingRichard Purdie2006-11-271-1/+3
* rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie2006-11-221-37/+19
* Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson2006-09-191-0/+130