aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)Author
2011-07-27base bbclass: add TUNE_FEATURES to the default bannerKoen Kooi
2011-07-27base.bbclass: Fix PACKAGE_ARCH typoRichard Purdie
2011-07-27base.bbclass: Add compatibility package name mapping handlerRichard Purdie
2011-07-19Fixed concurrency problem for ZIP packed recipes.Ihar Hrachyshka
2011-07-19sanity, base: remove gcc3 check since qemu doesn't need it any morePhil Blundell
2011-07-05base.bbclass: show layer's branches/revisions in the banner infoDexuan Cui
2011-06-30ccache: Set CCACHE on a per recipe basisWenzong Fan
2011-06-30Add umask task controlMark Hatle
2011-06-28base.bbclass: Back off the fatal error to a warning for now and try and recoverRichard Purdie
2011-06-28base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie
2011-06-28classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser...Richard Purdie
2011-06-28base.bbclass: Since we require python 2.6 which always contains hashlib we ca...Richard Purdie
2011-06-28base.bbclass: Drop old style SRCDATE handling, we have pn- overrides nowRichard Purdie
2011-06-09native/nativesdk: Clean up the depends ordering after bitbake override handli...Richard Purdie
2011-06-06base.bbclass: add cleansstate task between clean and cleanallMartin Jansa
2011-05-20oe.packagegroup: add code for package groups (sync from OE)Chris Larson
2011-05-20base.bbclass: use oe.data for OE_IMPORTSChris Larson
2011-05-20Shift oe import logic out of the event handlerChris Larson
2011-05-20base.bbclass: switch to current OE's imports handlingChris Larson
2011-05-20Implement variable typing (sync from OE)Chris Larson
2011-05-17base.bbclass: Fix PR increment bug when PR number is a single digitKhem Raj
2011-05-04logging: delete the oe(note|warn|fatal|debug) functionsDarren Hart
2011-05-04logging: update existing oe* logging users to the bb* interfaceDarren Hart
2011-05-04base.bbclass: Create a BASEDEPENDS variable other classes can use to add to t...Richard Purdie
2011-04-28logging: add bb* logging mechanisms for bash recipe functionsDarren Hart
2011-04-28logging: fix oedebug loglevel testDarren Hart
2011-03-29base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happ...Richard Purdie
2011-03-01base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINESKoen Kooi
2011-03-01base/utility-tasks.bbclass: Drop do_setscene and do_rebuildRichard Purdie
2011-02-15Buildstats commit: buildstats.bbclassBeth Flanagan
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie
2011-02-07base.bbclass: Update after fetcher changesRichard Purdie
2011-01-25base/sstate.bbclass: Rename fetcher "go" method to "download" when using fetc...Yu Ke
2011-01-25base.bbclass: use bb.fetch2 unpack APIYu Ke
2011-01-20base.bbclass: fix parse error on recipes with '++' in their namePaul Eggleton
2011-01-06base.bbclass: Use the new stampfile function in bitbake to determine the path...Richard Purdie
2011-01-04base.bbclass: add lock file for do_unpack taskYu Ke
2010-12-31base.bbclass: Add error message for base_do_unpack failuresRichard Purdie
2010-12-31base.bbclass: Correct bb.debug parametersRichard Purdie
2010-12-20base/utils.bbclass: Drop former checksum code now bitbake is handling this fo...Richard Purdie
2010-11-14base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold
2010-11-06meta/classes: Mark do_package_write and do_build as noexec tasksRichard Purdie
2010-11-02base/utils.bbclass: Sync up overlapping functionsRichard Purdie
2010-10-22classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie
2010-10-22base.bbclass: Ensure an empty do_build tasks exists to silence a warningRichard Purdie
2010-10-22base/sstate: Add cleanall task to remove downloads and sstate cached filesRichard Purdie
2010-10-09base.bbclass: Fix spelling mistakes and change log levelRichard Purdie
2010-10-08base.bbclass: add support for commercial license checkSaul Wold