aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2012-07-09bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-06-21bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
2012-05-30cooker: report recipe being parsed when ExpansionError occursPaul Eggleton
2012-05-30cooker: fix UnboundLocalError when exception occurs during parsingPaul Eggleton
2012-05-25cooker.py: terminate the Parser processesKang Kai
2012-05-25bitbake/cooker: Ensure matchFile returns full pathnamesRichard Purdie
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-03-31bitbake/cooker.py: Bring into sync with upstream bitbake (trivial difference)Richard Purdie
2012-03-22cooker: add inherit information when generating package treeDongxiao Xu
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-03-15cooker: add package rdepends and rrecommends infoDongxiao Xu
2012-03-12cooker.py: Allow parsing shutdown to be called more than onceRichard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-03-01cooker: fix calculating of depends and rdependsDongxiao Xu
2012-03-01cooker.py: Fix a bug due to variable nameDongxiao Xu
2012-03-01command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu
2012-02-28bitbake: implement BB_VERBOSE_LOGSPaul Eggleton
2012-02-28bitbake: Added BBINCLUDED variable.Lianhao Lu
2012-02-24bitbake/cooker: terminate when errors found in layer configurationPaul Eggleton
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-23command.py: add resolve option for generateTargetsTree APIDongxiao Xu
2012-02-23cache: Use configuration's hash value to validate cacheDongxiao Xu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2012-02-23bitbake: fix parse errors not being reportedPaul Eggleton
2012-02-22bitbake: show appropriate warnings for universe targetPaul Eggleton
2012-02-22Fix parser hang at 0% with single-core machinesCaleb Crome
2012-02-22cooker: roll our own process poolChristopher Larson
2012-02-10Revert the switch to futures for nowChristopher Larson
2012-02-02bitbake: Add description into the cache and clean up cache duplicationShane Wang
2012-02-01cooker: add missing shutdowns to the exception handlingChristopher Larson
2012-02-01bitbake-layers: improve show-overlayed outputPaul Eggleton
2012-01-20cooker.py: Allow siggen classes to be added by the metadataRichard Purdie
2012-01-20cooker: use futures rather than a multiprocessing poolChristopher Larson
2012-01-15bitbake/knotty: print task failure summaryPaul Eggleton
2012-01-15bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton
2012-01-11bitbake: Automatically start local PR service.Lianhao Lu
2012-01-06cooker: remove command import in cooker.pyDongxiao Xu
2012-01-06cooker: remove command import in cooker.pyDongxiao Xu
2012-01-06command.py: add initCooker APIDongxiao Xu
2012-01-06cooker: user bb.configuration.data to inject eventsDongxiao Xu
2011-12-05Remove the duplicated assignments of self.configuration.cmdRobert Yang
2011-12-01cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie
2011-09-19cooker.py: Fix key expansion issues in showVersionsRichard Purdie
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-08-12bb/command|cooker: refactor the reparseFiles logicJoshua Lock
2011-08-11bitbake: Fix -e when used with -b optionRichard Purdie
2011-08-10bb/cooker: only emit ConfigFilePathFound for files which were parsedJoshua Lock
2011-08-05bb/cooker: mark parsed conf files as potential cache invalidatorsJoshua Lock