| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | scons.bbclass: sync with OE | Marcin Juszkiewicz | 2007-04-25 | 1 | -2/+2 |
* | sdk.bbclass: store SDK in /usr/local/poky/ARCH/ | Marcin Juszkiewicz | 2007-04-20 | 1 | -1/+1 |
* | Add comment | Ross Burton | 2007-04-16 | 1 | -0/+3 |
* | patch.bbclass: Specify a quiltrc file so users settings don't interfere with ... | Richard Purdie | 2007-04-14 | 1 | -1/+5 |
* | package.bbclass/insane.bbclass: Don't set task dependencies when PACKAGES is ... | Richard Purdie | 2007-04-10 | 2 | -4/+9 |
* | package.bbclass: Adjust package_depchains to work for cases where multiple pr... | Richard Purdie | 2007-04-04 | 1 | -13/+33 |
* | native.bbclass: Enhance to allow extra pkgconfig search paths to be injected | Richard Purdie | 2007-04-03 | 1 | -0/+2 |
* | package.bbclass: Only need file-native if packaging | Richard Purdie | 2007-04-03 | 1 | -2/+1 |
* | classes: Rework core dependencies to work properly at the task level | Richard Purdie | 2007-04-03 | 10 | -26/+39 |
* | package_deb.bbclass: Make sure permissions on control directory are correct | Richard Purdie | 2007-03-31 | 1 | -0/+1 |
* | rootfs_deb: Catch all error codes and return them | Richard Purdie | 2007-03-30 | 1 | -4/+4 |
* | package.bbclass: Improve recommends dependency code to catch all dependencies... | Richard Purdie | 2007-03-29 | 1 | -21/+28 |
* | base.bbclass: unexport DISTRO to prevent application compile failures | Richard Purdie | 2007-03-21 | 1 | -1/+7 |
* | Fix spelling | Ross Burton | 2007-03-21 | 1 | -1/+1 |
* | Fix INTLTOOL usage check (from OE) | Ross Burton | 2007-03-06 | 1 | -1/+1 |
* | image.bbclass: We need to make sure all do_populate_staging tasks have fun so... | Richard Purdie | 2007-02-21 | 1 | -1/+1 |
* | Fix bashisms | Ross Burton | 2007-02-21 | 2 | -2/+2 |
* | Fix typo when reporting an error | Ross Burton | 2007-02-04 | 1 | -1/+1 |
* | image.bbclass: Make relative symlinks | Richard Purdie | 2007-01-30 | 1 | -1/+2 |
* | STAGING_BINDIR: No longer need to rename -native binconfig binaries, set STAG... | Richard Purdie | 2007-01-30 | 1 | -9/+4 |
* | Remove exclude hack in insane.bbclass and replace it with something a little ... | Ross Burton | 2007-01-22 | 1 | -7/+2 |
* | Add exclude list for now, until insane can handle per-package exclusions | Ross Burton | 2007-01-22 | 1 | -4/+12 |
* | When checking for .so files in non-dev packages, only check for .so symlinks | Ross Burton | 2007-01-22 | 1 | -3/+3 |
* | Add insane, from OE (but with fatal warnings) | Ross Burton | 2007-01-21 | 1 | -0/+151 |
* | native.bbclass: Override STAGING_BINDIR_CROSS | Richard Purdie | 2007-01-08 | 1 | -0/+1 |
* | image.bbclass: Sync minor changes with OE | Richard Purdie | 2007-01-08 | 1 | -6/+11 |
* | rootfs_ipk.bbclass: Fix typo, whitespace | Richard Purdie | 2007-01-08 | 1 | -2/+2 |
* | kernel.bbclass: Drop KERNEL_RELEASE variable | Richard Purdie | 2007-01-08 | 1 | -20/+15 |
* | patch.bbclass: Fix force options for recent quilt versions | Richard Purdie | 2007-01-08 | 1 | -0/+1 |
* | README, sanity.bbclass: Add makeinfo (from texinfo) as a dependency. Also che... | Richard Purdie | 2006-12-22 | 1 | -1/+1 |
* | Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local.... | Richard Purdie | 2006-12-20 | 1 | -6/+11 |
* | Remove now uneeded gcc-3.x check | Matthew Allum | 2006-12-05 | 1 | -7/+0 |
* | rootfs_(deb|ipk).bbclass: Fix bashism so works on dash | Richard Purdie | 2006-12-05 | 2 | -3/+2 |
* | image.bbclass: Add export machine as needed by bbimage | Richard Purdie | 2006-12-01 | 1 | -0/+1 |
* | rootfs_deb.bbclass: Add sanity check | Richard Purdie | 2006-12-01 | 1 | -1/+3 |
* | sanity.bbclass: Add umask check | Richard Purdie | 2006-11-29 | 1 | -0/+5 |
* | package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS | Richard Purdie | 2006-11-29 | 1 | -2/+2 |
* | cross.bbclass: Set PACKAGE_ARCH correctly under inherit cross | Richard Purdie | 2006-11-29 | 1 | -0/+4 |
* | rootfs_deb.bbclass: Reverse sources.list file to correct repository prioritie... | Richard Purdie | 2006-11-29 | 1 | -4/+8 |
* | package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership co... | Richard Purdie | 2006-11-29 | 1 | -1/+1 |
* | rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in hac... | Richard Purdie | 2006-11-27 | 1 | -1/+17 |
* | rootfs_deb: Set Architecture correctly in a copy of apt.conf in staging | Richard Purdie | 2006-11-27 | 1 | -1/+3 |
* | Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and S... | Richard Purdie | 2006-11-25 | 6 | -9/+10 |
* | base.bbclass: unexport MACHINE | Richard Purdie | 2006-11-25 | 1 | -0/+1 |
* | package_deb.bbclass: Handle all architecture as a special case solving multim... | Richard Purdie | 2006-11-24 | 1 | -4/+6 |
* | base.bbclass: Make sure MACHINE isn't exported fixing failures in binutils wh... | Richard Purdie | 2006-11-23 | 1 | -0/+4 |
* | siteinfo.bbclass: Change note to a debug message | Richard Purdie | 2006-11-23 | 1 | -1/+1 |
* | sanity.bbclass: Add sdl-config to required programs list. Remove fixme as now... | Richard Purdie | 2006-11-22 | 1 | -4/+1 |
* | rootfs_xxx.bbclass: Add missing checkins from the log_check updates | Richard Purdie | 2006-11-22 | 2 | -109/+35 |
* | Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error de... | Richard Purdie | 2006-11-21 | 1 | -0/+62 |