aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2007-01-08native.bbclass: Override STAGING_BINDIR_CROSSRichard Purdie
2007-01-08image.bbclass: Sync minor changes with OERichard Purdie
2007-01-08rootfs_ipk.bbclass: Fix typo, whitespaceRichard Purdie
2007-01-08kernel.bbclass: Drop KERNEL_RELEASE variableRichard Purdie
2007-01-08patch.bbclass: Fix force options for recent quilt versionsRichard Purdie
2006-12-22README, sanity.bbclass: Add makeinfo (from texinfo) as a dependency. Also che...Richard Purdie
2006-12-20Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local....Richard Purdie
2006-12-05Remove now uneeded gcc-3.x checkMatthew Allum
2006-12-05rootfs_(deb|ipk).bbclass: Fix bashism so works on dashRichard Purdie
2006-12-01image.bbclass: Add export machine as needed by bbimageRichard Purdie
2006-12-01rootfs_deb.bbclass: Add sanity checkRichard Purdie
2006-11-29sanity.bbclass: Add umask checkRichard Purdie
2006-11-29package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDSRichard Purdie
2006-11-29cross.bbclass: Set PACKAGE_ARCH correctly under inherit crossRichard Purdie
2006-11-29rootfs_deb.bbclass: Reverse sources.list file to correct repository prioritie...Richard Purdie
2006-11-29package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership co...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-25Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and S...Richard Purdie
2006-11-25base.bbclass: unexport MACHINERichard Purdie
2006-11-24package_deb.bbclass: Handle all architecture as a special case solving multim...Richard Purdie
2006-11-23base.bbclass: Make sure MACHINE isn't exported fixing failures in binutils wh...Richard Purdie
2006-11-23siteinfo.bbclass: Change note to a debug messageRichard Purdie
2006-11-22sanity.bbclass: Add sdl-config to required programs list. Remove fixme as now...Richard Purdie
2006-11-22rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie
2006-11-21Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error de...Richard Purdie
2006-11-21base.bbclass: Fix errors in none libtooled packagesRichard Purdie
2006-11-21Site file handling update: Instead of one site file per target, allow entries...Richard Purdie
2006-11-20classes: Sync with OE - mainly quoting fixes or other minor updatesRichard Purdie
2006-11-20binconfig.bbclass: Sync with OE to benefit from improved .la file handlingRichard Purdie
2006-11-20Fix whitespaceRoss Burton
2006-11-20update-rc.d.bbclass: 'Fix' whitespaceRichard Purdie
2006-11-20base.bbclass: Sync with OE (remove broken mirrors, fix fetchall task)Richard Purdie
2006-11-20classes: Standardise whitespace in anonymous python methods and factor out fu...Richard Purdie
2006-11-20kernel.bbclass: Unset MACHINE to avoid problemsRichard Purdie
2006-11-16sanity.bbclass: Merge with OE syncing improvements both waysRichard Purdie
2006-11-02kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18Richard Purdie
2006-10-28lib_package.bbclass: Fix .debug packaging (from OE)Richard Purdie
2006-10-27base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson
2006-10-27package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson
2006-10-25patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson
2006-10-22package.bbclass: Partially fix another dubious use of packages[0]Richard Purdie
2006-10-21package.bbclass: Fix split_locales to remove spurious references to -dbg pack...Richard Purdie
2006-10-20image.bbclass: Fix image task dependencies after package.bbclass updatesRichard Purdie
2006-10-20package.bbclass: Sync with OE upstreamRichard Purdie
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie
2006-10-20base.bbclass, package.bbclass: Clean up and document. Should be no actual cod...Richard Purdie
2006-10-16base.bbclass: Add fetchall task to fetch all sources for all the given task a...Richard Purdie
2006-10-12Add check for gawk, needed by x86 glic buildMatthew Allum
2006-10-02Don't nest os.path.join() callsRoss Burton