summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie2012-08-231-0/+5
* bitbake: cooker: Ensure parsing failures stop the buildRichard Purdie2012-08-231-3/+9
* bitbake: cooker: fix traceback when using -b with skipped recipePaul Eggleton2012-08-231-0/+4
* bitbake: bitbake/cooker: minor refactor of parseConfiguration()Paul Eggleton2012-08-221-10/+6
* bitbake: cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value fro...Martin Jansa2012-08-021-0/+1
* bitbake: cooker.py: Ensure we track parser errors and only show bbappend issu...Richard Purdie2012-07-241-2/+9
* bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang2012-07-091-0/+4
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-211-3/+3
* cooker: report recipe being parsed when ExpansionError occursPaul Eggleton2012-05-301-1/+5
* cooker: fix UnboundLocalError when exception occurs during parsingPaul Eggleton2012-05-301-0/+2
* cooker.py: terminate the Parser processesKang Kai2012-05-251-3/+6
* bitbake/cooker: Ensure matchFile returns full pathnamesRichard Purdie2012-05-251-1/+1
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-231-0/+2
* bitbake/cooker.py: Bring into sync with upstream bitbake (trivial difference)Richard Purdie2012-03-311-1/+1
* cooker: add inherit information when generating package treeDongxiao Xu2012-03-221-0/+2
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-1/+1
* cooker: add package rdepends and rrecommends infoDongxiao Xu2012-03-151-1/+3
* cooker.py: Allow parsing shutdown to be called more than onceRichard Purdie2012-03-121-0/+4
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-9/+9
* cooker: fix calculating of depends and rdependsDongxiao Xu2012-03-011-35/+10
* cooker.py: Fix a bug due to variable nameDongxiao Xu2012-03-011-2/+2
* command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu2012-03-011-19/+14
* bitbake: implement BB_VERBOSE_LOGSPaul Eggleton2012-02-281-0/+4
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+1
* bitbake/cooker: terminate when errors found in layer configurationPaul Eggleton2012-02-241-0/+17
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-4/+8
* command.py: add resolve option for generateTargetsTree APIDongxiao Xu2012-02-231-11/+47
* cache: Use configuration's hash value to validate cacheDongxiao Xu2012-02-231-1/+3
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-1/+1
* bitbake: fix parse errors not being reportedPaul Eggleton2012-02-231-6/+4
* bitbake: show appropriate warnings for universe targetPaul Eggleton2012-02-221-0/+4
* Fix parser hang at 0% with single-core machinesCaleb Crome2012-02-221-1/+1
* cooker: roll our own process poolChristopher Larson2012-02-221-29/+132
* Revert the switch to futures for nowChristopher Larson2012-02-101-18/+11
* bitbake: Add description into the cache and clean up cache duplicationShane Wang2012-02-021-0/+2
* cooker: add missing shutdowns to the exception handlingChristopher Larson2012-02-011-0/+2
* bitbake-layers: improve show-overlayed outputPaul Eggleton2012-02-011-13/+1
* cooker.py: Allow siggen classes to be added by the metadataRichard Purdie2012-01-201-1/+1
* cooker: use futures rather than a multiprocessing poolChristopher Larson2012-01-201-11/+18
* bitbake/knotty: print task failure summaryPaul Eggleton2012-01-151-4/+0
* bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton2012-01-151-6/+11
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-111-0/+3
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-0/+12
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-2/+2
* command.py: add initCooker APIDongxiao Xu2012-01-061-0/+13
* cooker: user bb.configuration.data to inject eventsDongxiao Xu2012-01-061-2/+2
* Remove the duplicated assignments of self.configuration.cmdRobert Yang2011-12-051-3/+0
* cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie2011-12-011-1/+3
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-31/+31
* cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie2011-11-101-0/+7