summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)Author
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-03-02base.bbclass: If unpacking again, wipe out ${S}/patchesRichard Purdie
2012-03-01site.conf.sample: Fix broken SOCKS proxy setup and configurationInaky Perez-Gonzalez
2012-02-22base.bbclass: check all entries of FILESPATH for MACHINE overridesJoshua Lock
2012-01-24base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS codeTom Zanussi
2012-01-23lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie
2012-01-17classes/base: note variable name in COMPATIBLE_* skip messagesPaul Eggleton
2012-01-10license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPD...Andrei Gherzan
2012-01-02base.bbclass: Allow buildstats to be optionally suppliedMark Hatle
2011-12-05bitbake.conf: add default PRINC 0 to be able to increment itMartin Jansa
2011-12-01classes/base: split out metadata revision code to separate functionPaul Eggleton
2011-11-26getVar/setVar cleanupsRichard Purdie
2011-11-24base.bbclass: Use bb.plain to print the build headerRichard Purdie
2011-11-15base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URIMartin Jansa
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-10-06base.bbclass: Implement PACKAGECONFIGRichard Purdie
2011-10-06base.bbclass: Minor cleanupRichard Purdie
2011-09-30base.bbclass: Drop unneeded dependencyRichard Purdie
2011-09-26base.bbclass: Drop legacy code that is no longer useful/usedRichard Purdie
2011-09-16base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude listSaul Wold
2011-09-13base.bbclass: do not expand PREFERRED_PROVIDER for kernel recipeDongxiao Xu
2011-09-08base.bbclass: fix substring matching in COMMERCIAL_LICENSEPaul Eggleton
2011-08-23base.bbclass: clarify COMMERCIAL_LICENSE skip reasonPaul Eggleton
2011-08-09base.bbclass: Add MULTI_PROVIDER_WHITELIST manipulation for multilibRichard Purdie
2011-08-09base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set ...Richard Purdie
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