aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
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