summaryrefslogtreecommitdiff
path: root/meta/classes/rootfs_deb.bbclass
AgeCommit message (Collapse)AuthorFiles
2008-06-30rootfs_deb: use dpkg-scanpackages as our apt-native does not have ↵Marcin Juszkiewicz1
apt-ftparchive anymore git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-21rootfs_deb.bbclass: Use DPKG_ARCH for the architecture field, not ↵Richard Purdie1
TARGET_ARCH since it breaks x86 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4520 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-20poky-image.bbclass: Correctly handle inserting package-managers into images ↵Richard Purdie1
by making it an image feature git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4517 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-20rootfs_deb.bbclass: Use /var/dpkg for dpkg status dataRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4511 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-20rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg ↵Richard Purdie1
rootfs generation git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4506 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-18rootfs_deb.bbclass: s/ipkg/opkg/ - spotten by Koen KooiMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4043 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12rootfs_deb.bbclass: Make sure alternatives path existsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3119 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-05rootfs_deb: Fix hardcoded etc references, add missing mkdirRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3074 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01classes: Sync with OERichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2630 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-21packaging: Split deb and ipk creation into separate tasks so changing the ↵Richard Purdie1
packaging type means the new type of packages are automatically generated. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2526 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-17rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ ↵Ross Burton1
was hosed git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2508 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-17Create usr/lib/ipkg in the rootfs before putting symlinks in itRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2506 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-17Instead of exit 0, do exit 1. 0 is 0, so this doesn't work as intendedRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2505 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-07Don't use a bashism when creating directoriesRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2380 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-07package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2377 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-26rootfs classes: added remove_packaging_data_files() function to be used in ↵Marcin Juszkiewicz1
minimal images git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2007 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that ↵Marcin Juszkiewicz1
now by default git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12rootfs_deb.bbclass: updated to works with APT 0.6Marcin Juszkiewicz1
APT 0.6 require repositories to be GPG signed but Poky have them unsigned. Second problem is that APT tries to read something from stdin (even when forced to choose 'Yes') so it now gets /dev/null as stdin. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1916 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1427 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-30rootfs_deb: Catch all error codes and return themRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1416 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-05rootfs_(deb|ipk).bbclass: Fix bashism so works on dashRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1002 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-01rootfs_deb.bbclass: Add sanity checkRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@991 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-29rootfs_deb.bbclass: Reverse sources.list file to correct repository ↵Richard Purdie1
priorities. Add Release file to sources giving a Label. Update preferences file to use source labels instead of paths git-svn-id: https://svn.o-hand.com/repos/poky/trunk@976 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-27rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in ↵Richard Purdie1
hacks to work around /var being tmpfs and to enable ipkg to handle the postinsts on device (for now) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@966 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-27rootfs_deb: Set Architecture correctly in a copy of apt.conf in stagingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@965 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-22rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@938 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-19Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@728 311d38ba-8fff-0310-9ca6-ca027cbcb966