summaryrefslogtreecommitdiff
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
* image.bbclass: We need to make sure all do_populate_staging tasks have fun ↵Richard Purdie2007-02-211-1/+1
| | | | | | so postinsts run correcting at image generation time git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1283 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix bashismsRoss Burton2007-02-212-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1281 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix typo when reporting an errorRoss Burton2007-02-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1258 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Make relative symlinksRichard Purdie2007-01-301-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1222 311d38ba-8fff-0310-9ca6-ca027cbcb966
* STAGING_BINDIR: No longer need to rename -native binconfig binaries, set ↵Richard Purdie2007-01-301-9/+4
| | | | | | STAGING_BINDIR correctly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1221 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove exclude hack in insane.bbclass and replace it with something a little ↵Ross Burton2007-01-221-7/+2
| | | | | | less foul. This involces adding INSANE_SKIP_package=1 statements to the relevant .bb files git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1197 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add exclude list for now, until insane can handle per-package exclusionsRoss Burton2007-01-221-4/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1196 311d38ba-8fff-0310-9ca6-ca027cbcb966
* When checking for .so files in non-dev packages, only check for .so symlinksRoss Burton2007-01-221-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1195 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add insane, from OE (but with fatal warnings)Ross Burton2007-01-211-0/+151
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1187 311d38ba-8fff-0310-9ca6-ca027cbcb966
* native.bbclass: Override STAGING_BINDIR_CROSSRichard Purdie2007-01-081-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1126 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Sync minor changes with OERichard Purdie2007-01-081-6/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1125 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Fix typo, whitespaceRichard Purdie2007-01-081-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1124 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Drop KERNEL_RELEASE variableRichard Purdie2007-01-081-20/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1123 311d38ba-8fff-0310-9ca6-ca027cbcb966
* patch.bbclass: Fix force options for recent quilt versionsRichard Purdie2007-01-081-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1122 311d38ba-8fff-0310-9ca6-ca027cbcb966
* README, sanity.bbclass: Add makeinfo (from texinfo) as a dependency. Also ↵Richard Purdie2006-12-221-1/+1
| | | | | | check for qemu-arm binary git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1086 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in ↵Richard Purdie2006-12-201-6/+11
| | | | | | local.conf.sample git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove now uneeded gcc-3.x checkMatthew Allum2006-12-051-7/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1008 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_(deb|ipk).bbclass: Fix bashism so works on dashRichard Purdie2006-12-052-3/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1002 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Add export machine as needed by bbimageRichard Purdie2006-12-011-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@992 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: Add sanity checkRichard Purdie2006-12-011-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@991 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Add umask checkRichard Purdie2006-11-291-0/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@986 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDSRichard Purdie2006-11-291-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@985 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cross.bbclass: Set PACKAGE_ARCH correctly under inherit crossRichard Purdie2006-11-291-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@981 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: Reverse sources.list file to correct repository ↵Richard Purdie2006-11-291-4/+8
| | | | | | 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
* package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership ↵Richard Purdie2006-11-291-1/+1
| | | | | | correcting in resulting packages git-svn-id: https://svn.o-hand.com/repos/poky/trunk@975 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in ↵Richard Purdie2006-11-271-1/+17
| | | | | | 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
* rootfs_deb: Set Architecture correctly in a copy of apt.conf in stagingRichard Purdie2006-11-271-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@965 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and ↵Richard Purdie2006-11-256-9/+10
| | | | | | STAGING_BINDIR_NATIVE and adding both to PATH git-svn-id: https://svn.o-hand.com/repos/poky/trunk@958 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: unexport MACHINERichard Purdie2006-11-251-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@957 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_deb.bbclass: Handle all architecture as a special case solving ↵Richard Purdie2006-11-241-4/+6
| | | | | | multimachine build issues git-svn-id: https://svn.o-hand.com/repos/poky/trunk@953 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Make sure MACHINE isn't exported fixing failures in binutils ↵Richard Purdie2006-11-231-0/+4
| | | | | | when MACHINE is an envirionmental variable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@951 311d38ba-8fff-0310-9ca6-ca027cbcb966
* siteinfo.bbclass: Change note to a debug messageRichard Purdie2006-11-231-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@947 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Add sdl-config to required programs list. Remove fixme as ↵Richard Purdie2006-11-221-4/+1
| | | | | | now dealt with. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@941 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie2006-11-222-109/+35
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@938 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error ↵Richard Purdie2006-11-211-0/+62
| | | | | | detection code for roofs_deb.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@936 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix errors in none libtooled packagesRichard Purdie2006-11-211-2/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@935 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Site file handling update: Instead of one site file per target, allow ↵Richard Purdie2006-11-212-0/+130
| | | | | | entries to be shared. Handled through siteinfo.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Sync with OE - mainly quoting fixes or other minor updatesRichard Purdie2006-11-2015-27/+59
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
* binconfig.bbclass: Sync with OE to benefit from improved .la file handlingRichard Purdie2006-11-201-5/+29
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@884 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix whitespaceRoss Burton2006-11-201-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@883 311d38ba-8fff-0310-9ca6-ca027cbcb966
* update-rc.d.bbclass: 'Fix' whitespaceRichard Purdie2006-11-201-29/+29
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@881 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Sync with OE (remove broken mirrors, fix fetchall task)Richard Purdie2006-11-201-10/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@880 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Standardise whitespace in anonymous python methods and factor out ↵Richard Purdie2006-11-208-111/+132
| | | | | | functions for more efficent use by bitbake (as also patched in OE) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@875 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Unset MACHINE to avoid problemsRichard Purdie2006-11-201-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@874 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Merge with OE syncing improvements both waysRichard Purdie2006-11-161-24/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@855 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18Richard Purdie2006-11-022-27/+45
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@851 311d38ba-8fff-0310-9ca6-ca027cbcb966
* lib_package.bbclass: Fix .debug packaging (from OE)Richard Purdie2006-10-281-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@829 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson2006-10-271-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@824 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson2006-10-271-5/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@823 311d38ba-8fff-0310-9ca6-ca027cbcb966
* patch.bbclass: fix bug where it failed to detect that the user did not ↵Chris Larson2006-10-251-1/+8
| | | | | | modify the patches at all, add note about pressing ctrl+d to exit the resolver shell. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@822 311d38ba-8fff-0310-9ca6-ca027cbcb966