summaryrefslogtreecommitdiff
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)AuthorFiles
2012-10-26multilib - crosssdk: Stop building multilib for crosssdk packagesMark Hatle1
2012-10-26multilib: Add support for cross-canadian multilib packagesMark Hatle1
2012-10-22base.bbclass: Add PKGTRIPLETS and PKGMLTRIPLETS variablesRichard Purdie1
2012-08-31nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie1
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie1
2012-08-19base.bbclass: fix PACKAGECONFIG handling codeYao Zhao1
2012-08-17base.bbclass: Work even when there's no PNBLACKLIST entriesPeter Seebach1
2012-08-15base.bbclass: Expand PNBLACKLIST across multilibs tooPeter Seebach1
2012-08-15base.bbclass: allow specifying an lsb distro hook via the metadataChristopher Larson1
2012-07-27base.bbclass: Set the NATIVELSBSTRING variable to represent the distro we're ...Richard Purdie1
2012-07-26base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier ...Richard Purdie1
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie1
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie1
2012-07-17base.bbclass: add GNUmakefile to the list of possible makefile namesRoss Burton1
2012-07-03base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exc...Mark Hatle1
2012-05-30ccache: Separate out into its own classRichard Purdie1
2012-05-24classes/base: add checksum file list at parse timePaul Eggleton1
2012-05-03base.bbclass: use isinstance for base_eventhandlerChristopher Larson1
2012-05-03bitbake.conf: shift build config summary control to hereChristopher Larson1
2012-04-26classes: Add recipe class to overridesRichard Purdie1
2012-04-13base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN...Richard Purdie1
2012-03-25INCOMPATIBLE_LICENSE: support for spdx and pkg licensesElizabeth Flanagan1
2012-03-05base.bbclass: Fix PACKAGECONFIG handling when no flags are setRichard Purdie1
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie1
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie1
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie1
2012-03-02base.bbclass: If unpacking again, wipe out ${S}/patchesRichard Purdie1
2012-03-01site.conf.sample: Fix broken SOCKS proxy setup and configurationInaky Perez-Gonzalez1
2012-02-22base.bbclass: check all entries of FILESPATH for MACHINE overridesJoshua Lock1
2012-01-24base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS codeTom Zanussi1
2012-01-23lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie1
2012-01-17classes/base: note variable name in COMPATIBLE_* skip messagesPaul Eggleton1
2012-01-10license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPD...Andrei Gherzan1
2012-01-02base.bbclass: Allow buildstats to be optionally suppliedMark Hatle1
2011-12-05bitbake.conf: add default PRINC 0 to be able to increment itMartin Jansa1
2011-12-01classes/base: split out metadata revision code to separate functionPaul Eggleton1
2011-11-26getVar/setVar cleanupsRichard Purdie1
2011-11-24base.bbclass: Use bb.plain to print the build headerRichard Purdie1
2011-11-15base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URIMartin Jansa1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-10-06base.bbclass: Implement PACKAGECONFIGRichard Purdie1
2011-10-06base.bbclass: Minor cleanupRichard Purdie1
2011-09-30base.bbclass: Drop unneeded dependencyRichard Purdie1
2011-09-26base.bbclass: Drop legacy code that is no longer useful/usedRichard Purdie1
2011-09-16base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude listSaul Wold1
2011-09-13base.bbclass: do not expand PREFERRED_PROVIDER for kernel recipeDongxiao Xu1
2011-09-08base.bbclass: fix substring matching in COMMERCIAL_LICENSEPaul Eggleton1
2011-08-23base.bbclass: clarify COMMERCIAL_LICENSE skip reasonPaul Eggleton1
2011-08-09base.bbclass: Add MULTI_PROVIDER_WHITELIST manipulation for multilibRichard Purdie1
2011-08-09base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set ...Richard Purdie1