summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie2013-05-241-2/+3
* bitbake: cooker.py: Remove global scope class event handlersRichard Purdie2013-05-241-0/+2
* bitbake: methodpool: Retire it, remove global method scopeRichard Purdie2013-05-241-0/+2
* bitbake: cooker: Split configuration parsing code into cookerdataRichard Purdie2013-05-221-118/+9
* bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie2013-05-221-46/+1
* bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie2013-05-221-6/+5
* bitbake: cooker/bitbake-layers/tinfoil: Fix recipecache typoRichard Purdie2013-05-131-69/+69
* bitbake: cooker: Rename status variable to recipecacheRichard Purdie2013-05-121-69/+69
* bitbake: cooker: Rename confusing buildDepgraph task to handlePrefProvidersRichard Purdie2013-05-121-4/+3
* bitbake: cooker: Drop pointless variablesRichard Purdie2013-05-121-7/+2
* bitbake: cooker.py: Drop confusing updateCache callsRichard Purdie2013-05-121-10/+1
* bitbake: cooker: Remove pointless repeated importRichard Purdie2013-05-121-3/+1
* bitbake: cooker: Fix get_bbfiles()Richard Purdie2013-05-121-4/+4
* bitbake: cooker: Separate out collections handling code into its own classRichard Purdie2013-05-121-106/+126
* bitbake: cooker: Drop unused variables from collect_bbfiles()Richard Purdie2013-05-121-1/+1
* bitbake: cooker: Remove deprecated operatorRichard Purdie2013-05-091-1/+1
* bitbake: prserv/cooker: Handle PRService errors cleanlyRichard Purdie2013-05-031-1/+4
* bitbake: cooker.py : added variables related to cache_extraAndrei Dinu2013-03-291-0/+2
* bitbake: cooker: Use extra cache informationAndrei Dinu2013-03-191-0/+9
* bitbake: Revert "cooker: parse using bb.compat.Pool"Richard Purdie2013-03-061-27/+134
* bitbake: Revert "cooker: now that we use a Pool, raise the exceptions"Richard Purdie2013-03-061-2/+2
* bitbake: cooker: now that we use a Pool, raise the exceptionsChristopher Larson2013-02-261-2/+2
* bitbake: cooker: parse using bb.compat.PoolChristopher Larson2013-02-191-134/+27
* bitbake: bitbake & hob: reparse config files, when sanity check updates bblay...Cristiana Voicu2013-02-151-4/+10
* bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie2013-02-061-0/+1
* bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu2013-01-311-0/+89
* bitbake: utils.py: Add function for processing profile outputRichard Purdie2013-01-281-19/+1
* bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach2013-01-181-7/+3
* bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach2013-01-181-0/+5
* bitbake: hob/bitbake: custom image is now using the base imageCristiana Voicu2012-12-141-0/+19
* bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie2012-11-201-2/+2
* bitbake: print clear message for "bitbake -e ASSUME_PROVIDED"Robert Yang2012-11-131-0/+4
* bitbake: cooker.py: Don't dump the environment into the console log fileRichard Purdie2012-11-011-0/+2
* bitbake: cooker: adjust layer dependency error messagesPaul Eggleton2012-09-271-3/+3
* bitbake: cooker: Clarify package/recipe wordingTrevor Woerner2012-09-201-2/+2
* bitbake: cooker: Fix priority for virtual recipesRichard Purdie2012-09-141-1/+2
* bitbake: cooker: fix handling of exceptions during exception handlingPaul Eggleton2012-09-101-2/+7
* 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