aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)Author
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-13blacklist.bbclass: Avoid blacklist specific handle in base.bbclassOtavio Salvador
2013-08-05base.bbclass: Fix PACKAGECONFIG usage commentOtavio Salvador
2013-06-20base.bbclass: Ensure finalised data is displayed in build bannerRichard Purdie
2013-06-14classes/conf: Add eventmasks for event handlersRichard Purdie
2013-06-07base/useradd/sstate: Ensure do_package setscene has correct fakeroot dependen...Richard Purdie
2013-05-09base.bbclass: Drop unused/obsolete importRichard Purdie
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie
2013-04-09base.bbclass: Fix matching of MACHINEOVERRIDES in COMPATIBLE_MACHINEOtavio Salvador
2013-04-03base.bbclass: Update the preferred_ml_updatesMark Hatle
2013-03-28base.bbclass: When we use fakeroot, also use it for devshellRichard Purdie
2013-03-18package: Add cachedpath optimisationRichard Purdie
2013-03-09base.bbclass: don't backfill features that already existRoss Burton
2013-02-11base.bbclass: Remove generate_git_config()Darren Hart
2013-02-08base.bbclass: remove redundant setting of MAKEBernhard Reutner-Fischer
2013-02-08base.bbclass: Commentary typo fixBernhard Reutner-Fischer
2013-02-06package.bbclass: Multithread per file dependency generation codeRichard Purdie
2013-01-25base.bblass : Add support for cmake to PACKAGECONFIG.Philip Balister
2013-01-24base: make feature backfilling happen earlierRichard Purdie
2013-01-18base.bbclass: improve the incompatible license logic a bitChristopher Larson
2013-01-18base.bbclass: use debug messages for INCOMPATIBLE_LICENSEChristopher Larson
2012-12-11base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEsAndy Ross
2012-12-07base.bbclass: Remove implicit dependency on license.bbclassRichard Purdie
2012-11-26base.bbclass: Drop P and PN from FILESPATHRichard Purdie
2012-11-26bitbake.conf: Simplify FILESPATHRichard Purdie
2012-10-26multilib - crosssdk: Stop building multilib for crosssdk packagesMark Hatle
2012-10-26multilib: Add support for cross-canadian multilib packagesMark Hatle
2012-10-22base.bbclass: Add PKGTRIPLETS and PKGMLTRIPLETS variablesRichard Purdie
2012-08-31nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie
2012-08-19base.bbclass: fix PACKAGECONFIG handling codeYao Zhao
2012-08-17base.bbclass: Work even when there's no PNBLACKLIST entriesPeter Seebach
2012-08-15base.bbclass: Expand PNBLACKLIST across multilibs tooPeter Seebach
2012-08-15base.bbclass: allow specifying an lsb distro hook via the metadataChristopher Larson
2012-07-27base.bbclass: Set the NATIVELSBSTRING variable to represent the distro we're ...Richard Purdie
2012-07-26base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier ...Richard Purdie
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-17base.bbclass: add GNUmakefile to the list of possible makefile namesRoss Burton
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-26classes: 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