aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2013-02-19bitbake: cooker: parse using bb.compat.PoolChristopher Larson
2013-02-15bitbake: bitbake & hob: reparse config files, when sanity check updates bblay...Cristiana Voicu
2013-02-06bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie
2013-01-31bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu
2013-01-28bitbake: utils.py: Add function for processing profile outputRichard Purdie
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach
2012-12-14bitbake: hob/bitbake: custom image is now using the base imageCristiana Voicu
2012-11-20bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie
2012-11-13bitbake: print clear message for "bitbake -e ASSUME_PROVIDED"Robert Yang
2012-11-01bitbake: cooker.py: Don't dump the environment into the console log fileRichard Purdie
2012-09-27bitbake: cooker: adjust layer dependency error messagesPaul Eggleton
2012-09-20bitbake: cooker: Clarify package/recipe wordingTrevor Woerner
2012-09-14bitbake: cooker: Fix priority for virtual recipesRichard Purdie
2012-09-10bitbake: cooker: fix handling of exceptions during exception handlingPaul Eggleton
2012-08-23bitbake: cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie
2012-08-23bitbake: cooker: Ensure parsing failures stop the buildRichard Purdie
2012-08-23bitbake: cooker: fix traceback when using -b with skipped recipePaul Eggleton
2012-08-22bitbake: bitbake/cooker: minor refactor of parseConfiguration()Paul Eggleton
2012-08-02bitbake: cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value fro...Martin Jansa
2012-07-24bitbake: cooker.py: Ensure we track parser errors and only show bbappend issu...Richard Purdie
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