aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)Author
2012-07-03base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exc...Mark Hatle
2012-05-30ccache: Separate out into its own classRichard Purdie
2012-05-24classes/base: add checksum file list at parse timePaul Eggleton
2012-05-03base.bbclass: use isinstance for base_eventhandlerChristopher Larson
2012-05-03bitbake.conf: shift build config summary control to hereChristopher Larson
2012-04-30classes: Add recipe class to overridesRichard Purdie
2012-04-13base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN...Richard Purdie
2012-03-25INCOMPATIBLE_LICENSE: support for spdx and pkg licensesElizabeth Flanagan
2012-03-05base.bbclass: Fix PACKAGECONFIG handling when no flags are setRichard Purdie
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
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-03base.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-27getVar/setVar cleanupsRichard Purdie
2011-11-24base.bbclass: Use bb.plain to print the build headerRichard Purdie
2011-11-16base.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-07base.bbclass: Implement PACKAGECONFIGRichard Purdie
2011-10-07base.bbclass: Minor cleanupRichard Purdie
2011-10-04base.bbclass: Drop unneeded dependencyRichard Purdie
2011-09-26base.bbclass: Drop legacy code that is no longer useful/usedRichard Purdie
2011-09-19base.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-10base.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-20Fixed 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-14base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINESKoen Kooi