summaryrefslogtreecommitdiff
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)AuthorFiles
2013-10-24base.bbclass: fix nondeterministic PACKAGECONFIG processing orderChristopher Larson1
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie1
2013-08-13blacklist.bbclass: Avoid blacklist specific handle in base.bbclassOtavio Salvador1
2013-08-05base.bbclass: Fix PACKAGECONFIG usage commentOtavio Salvador1
2013-06-20base.bbclass: Ensure finalised data is displayed in build bannerRichard Purdie1
2013-06-14classes/conf: Add eventmasks for event handlersRichard Purdie1
2013-06-07base/useradd/sstate: Ensure do_package setscene has correct fakeroot dependen...Richard Purdie1
2013-05-09base.bbclass: Drop unused/obsolete importRichard Purdie1
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie1
2013-04-09base.bbclass: Fix matching of MACHINEOVERRIDES in COMPATIBLE_MACHINEOtavio Salvador1
2013-04-03base.bbclass: Update the preferred_ml_updatesMark Hatle1
2013-03-28base.bbclass: When we use fakeroot, also use it for devshellRichard Purdie1
2013-03-18package: Add cachedpath optimisationRichard Purdie1
2013-03-09base.bbclass: don't backfill features that already existRoss Burton1
2013-02-11base.bbclass: Remove generate_git_config()Darren Hart1
2013-02-08base.bbclass: remove redundant setting of MAKEBernhard Reutner-Fischer1
2013-02-08base.bbclass: Commentary typo fixBernhard Reutner-Fischer1
2013-02-06package.bbclass: Multithread per file dependency generation codeRichard Purdie1
2013-01-25base.bblass : Add support for cmake to PACKAGECONFIG.Philip Balister1
2013-01-24base: make feature backfilling happen earlierRichard Purdie1
2013-01-18base.bbclass: improve the incompatible license logic a bitChristopher Larson1
2013-01-18base.bbclass: use debug messages for INCOMPATIBLE_LICENSEChristopher Larson1
2012-12-11base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEsAndy Ross1
2012-12-07base.bbclass: Remove implicit dependency on license.bbclassRichard Purdie1
2012-11-26base.bbclass: Drop P and PN from FILESPATHRichard Purdie1
2012-11-26bitbake.conf: Simplify FILESPATHRichard Purdie1
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