summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package: Add cachedpath optimisationRichard Purdie2013-03-181-1/+1
* base.bbclass: don't backfill features that already existRoss Burton2013-03-101-2/+2
* base.bbclass: Remove generate_git_config()Darren Hart2013-02-111-21/+0
* base.bbclass: remove redundant setting of MAKEBernhard Reutner-Fischer2013-02-081-1/+0
* base.bbclass: Commentary typo fixBernhard Reutner-Fischer2013-02-081-1/+1
* package.bbclass: Multithread per file dependency generation codeRichard Purdie2013-02-061-1/+1
* base.bblass : Add support for cmake to PACKAGECONFIG.Philip Balister2013-01-251-1/+4
* base: make feature backfilling happen earlierRichard Purdie2013-01-241-0/+2
* base.bbclass: improve the incompatible license logic a bitChristopher Larson2013-01-181-2/+1
* base.bbclass: use debug messages for INCOMPATIBLE_LICENSEChristopher Larson2013-01-181-3/+3
* base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEsAndy Ross2012-12-111-34/+35
* base.bbclass: Remove implicit dependency on license.bbclassRichard Purdie2012-12-071-6/+7
* base.bbclass: Drop P and PN from FILESPATHRichard Purdie2012-11-261-1/+1
* bitbake.conf: Simplify FILESPATHRichard Purdie2012-11-261-1/+1
* multilib - crosssdk: Stop building multilib for crosssdk packagesMark Hatle2012-10-271-4/+4
* multilib: Add support for cross-canadian multilib packagesMark Hatle2012-10-271-2/+37
* base.bbclass: Add PKGTRIPLETS and PKGMLTRIPLETS variablesRichard Purdie2012-10-221-0/+34
* nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie2012-09-021-7/+10
* meta/classes: Various python whitespace fixesRichard Purdie2012-08-211-9/+9
* base.bbclass: fix PACKAGECONFIG handling codeYao Zhao2012-08-191-13/+12
* base.bbclass: Work even when there's no PNBLACKLIST entriesPeter Seebach2012-08-171-1/+1
* base.bbclass: Expand PNBLACKLIST across multilibs tooPeter Seebach2012-08-151-1/+9
* base.bbclass: allow specifying an lsb distro hook via the metadataChristopher Larson2012-08-151-1/+11
* base.bbclass: Set the NATIVELSBSTRING variable to represent the distro we're ...Richard Purdie2012-07-281-1/+2
* base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier ...Richard Purdie2012-07-261-0/+9
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-6/+4
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-114/+113
* base.bbclass: add GNUmakefile to the list of possible makefile namesRoss Burton2012-07-171-1/+1
* base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exc...Mark Hatle2012-07-031-1/+1
* ccache: Separate out into its own classRichard Purdie2012-05-301-1/+1
* classes/base: add checksum file list at parse timePaul Eggleton2012-05-241-0/+1
* base.bbclass: use isinstance for base_eventhandlerChristopher Larson2012-05-031-10/+6
* bitbake.conf: shift build config summary control to hereChristopher Larson2012-05-031-16/+34
* classes: Add recipe class to overridesRichard Purdie2012-04-301-0/+1
* 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