summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-10-121-3/+3
* cooker: fix UnboundLocalError when exception occurs during parsingPaul Eggleton2012-08-211-0/+2
* cooker.py: terminate the Parser processesKang Kai2012-06-141-3/+6
* 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
* cooker.py: Fix key expansion issues in showVersionsRichard Purdie2011-09-191-1/+6
* Ensure only the filtered environment variables are inherited from the OSJoshua Lock2011-08-151-1/+2
* bb/command|cooker: refactor the reparseFiles logicJoshua Lock2011-08-121-3/+6
* bitbake: Fix -e when used with -b optionRichard Purdie2011-08-111-0/+6
* bb/cooker: only emit ConfigFilePathFound for files which were parsedJoshua Lock2011-08-101-2/+26
* bb/cooker: mark parsed conf files as potential cache invalidatorsJoshua Lock2011-08-051-1/+1
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-2/+4
* cooker: populate rdepends-pkg in generatePkgDepTreeDataJoshua Lock2011-07-271-0/+3
* cooker: only append files onceJoshua Lock2011-07-261-1/+2
* command|cooker: Add reparseFiles commandJoshua Lock2011-07-261-19/+32