summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
Commit message (Expand)AuthorAgeFilesLines
* base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN...Richard Purdie2012-04-131-5/+31
* INCOMPATIBLE_LICENSE: support for spdx and pkg licensesElizabeth Flanagan2012-03-251-7/+33
* base.bbclass: Fix PACKAGECONFIG handling when no flags are setRichard Purdie2012-03-051-3/+4
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-2/+2
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-21/+21
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-27/+9
* base.bbclass: If unpacking again, wipe out ${S}/patchesRichard Purdie2012-03-021-0/+1
* site.conf.sample: Fix broken SOCKS proxy setup and configurationInaky Perez-Gonzalez2012-03-011-4/+5
* base.bbclass: check all entries of FILESPATH for MACHINE overridesJoshua Lock2012-02-221-6/+8
* base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS codeTom Zanussi2012-01-241-6/+6
* lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie2012-01-231-1/+1
* classes/base: note variable name in COMPATIBLE_* skip messagesPaul Eggleton2012-01-171-2/+2
* license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPD...Andrei Gherzan2012-01-101-2/+1
* base.bbclass: Allow buildstats to be optionally suppliedMark Hatle2012-01-031-1/+0
* bitbake.conf: add default PRINC 0 to be able to increment itMartin Jansa2011-12-051-1/+1
* classes/base: split out metadata revision code to separate functionPaul Eggleton2011-12-011-20/+24
* getVar/setVar cleanupsRichard Purdie2011-11-271-2/+2
* base.bbclass: Use bb.plain to print the build headerRichard Purdie2011-11-241-1/+1
* base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URIMartin Jansa2011-11-161-1/+7
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-57/+57
* base.bbclass: Implement PACKAGECONFIGRichard Purdie2011-10-071-0/+38
* base.bbclass: Minor cleanupRichard Purdie2011-10-071-5/+1
* base.bbclass: Drop unneeded dependencyRichard Purdie2011-10-041-1/+1
* base.bbclass: Drop legacy code that is no longer useful/usedRichard Purdie2011-09-261-30/+0
* base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude listSaul Wold2011-09-191-1/+1
* base.bbclass: do not expand PREFERRED_PROVIDER for kernel recipeDongxiao Xu2011-09-131-1/+3
* base.bbclass: fix substring matching in COMMERCIAL_LICENSEPaul Eggleton2011-09-081-2/+2
* base.bbclass: clarify COMMERCIAL_LICENSE skip reasonPaul Eggleton2011-08-231-1/+1
* base.bbclass: Add MULTI_PROVIDER_WHITELIST manipulation for multilibRichard Purdie2011-08-101-0/+14
* base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set ...Richard Purdie2011-08-091-0/+45
* base bbclass: add TUNE_FEATURES to the default bannerKoen Kooi2011-07-271-1/+1
* base.bbclass: Fix PACKAGE_ARCH typoRichard Purdie2011-07-271-1/+1
* base.bbclass: Add compatibility package name mapping handlerRichard Purdie2011-07-271-0/+8
* Fixed concurrency problem for ZIP packed recipes.Ihar Hrachyshka2011-07-201-0/+6
* sanity, base: remove gcc3 check since qemu doesn't need it any morePhil Blundell2011-07-191-10/+0
* base.bbclass: show layer's branches/revisions in the banner infoDexuan Cui2011-07-051-1/+22
* ccache: Set CCACHE on a per recipe basisWenzong Fan2011-06-301-1/+1
* Add umask task controlMark Hatle2011-06-301-0/+4
* base.bbclass: Back off the fatal error to a warning for now and try and recoverRichard Purdie2011-06-281-1/+2
* base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie2011-06-281-4/+0
* classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser...Richard Purdie2011-06-281-7/+1
* base.bbclass: Since we require python 2.6 which always contains hashlib we ca...Richard Purdie2011-06-281-10/+0
* base.bbclass: Drop old style SRCDATE handling, we have pn- overrides nowRichard Purdie2011-06-281-5/+0
* base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINESKoen Kooi2011-06-141-1/+3
* native/nativesdk: Clean up the depends ordering after bitbake override handli...Richard Purdie2011-06-091-2/+0
* base.bbclass: add cleansstate task between clean and cleanallMartin Jansa2011-06-061-2/+5
* oe.packagegroup: add code for package groups (sync from OE)Chris Larson2011-05-201-1/+1
* base.bbclass: use oe.data for OE_IMPORTS1.1_M1.rc1Chris Larson2011-05-201-1/+3
* Shift oe import logic out of the event handlerChris Larson2011-05-201-15/+18
* base.bbclass: switch to current OE's imports handlingChris Larson2011-05-201-13/+9