summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2013-05-13cooker/bitbake-layers/tinfoil: Fix recipecache typoRichard Purdie
2013-05-12cooker: Rename status variable to recipecacheRichard Purdie
2013-05-12cooker: Rename confusing buildDepgraph task to handlePrefProvidersRichard Purdie
2013-05-12cooker: Drop pointless variablesRichard Purdie
2013-05-12cooker.py: Drop confusing updateCache callsRichard Purdie
2013-05-12cooker: Remove pointless repeated importRichard Purdie
2013-05-12cooker: Fix get_bbfiles()Richard Purdie
2013-05-12cooker: Separate out collections handling code into its own classRichard Purdie
2013-05-12cooker: Drop unused variables from collect_bbfiles()Richard Purdie
2013-05-09cooker: Remove deprecated operatorRichard Purdie
2013-05-03prserv/cooker: Handle PRService errors cleanlyRichard Purdie
2013-03-28cooker.py : added variables related to cache_extraAndrei Dinu
2013-03-19cooker: Use extra cache informationAndrei Dinu
2013-03-06Revert "cooker: parse using bb.compat.Pool"Richard Purdie
2013-03-06Revert "cooker: now that we use a Pool, raise the exceptions"Richard Purdie
2013-02-26cooker: now that we use a Pool, raise the exceptionsChristopher Larson
2013-02-17cooker: parse using bb.compat.PoolChristopher Larson
2013-02-15bitbake & hob: reparse config files, when sanity check updates bblayers.confCristiana Voicu
2013-02-06cooker/utils: Drop custom 'interactive' variables list and store environment ...Richard Purdie
2013-01-31bitbake & hob: implement functions to assure consistency for configuration filesCristiana Voicu
2013-01-28utils.py: Add function for processing profile outputRichard Purdie
2013-01-18bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: data_smart.py and friends: Track file inclusions for bitbake -ePeter Seebach
2012-12-14hob/bitbake: custom image is now using the base imageCristiana Voicu
2012-11-19parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie
2012-11-13print clear message for "bitbake -e ASSUME_PROVIDED"Robert Yang
2012-10-30cooker.py: Don't dump the environment into the console log fileRichard Purdie
2012-09-27cooker: adjust layer dependency error messagesPaul Eggleton
2012-09-20cooker: Clarify package/recipe wordingTrevor Woerner
2012-09-14cooker: Fix priority for virtual recipesRichard Purdie
2012-09-10cooker: fix handling of exceptions during exception handlingPaul Eggleton
2012-08-23cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie
2012-08-23cooker: Ensure parsing failures stop the buildRichard Purdie
2012-08-23cooker: fix traceback when using -b with skipped recipePaul Eggleton
2012-08-22bitbake/cooker: minor refactor of parseConfiguration()Paul Eggleton
2012-08-02cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value from DISTRO....Martin Jansa
2012-07-24cooker.py: Ensure we track parser errors and only show bbappend issues on com...Richard Purdie
2012-07-09bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-06-21bitbake: 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-24bitbake/cooker: Ensure matchFile returns full pathnamesRichard Purdie
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
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-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-03-03conf/classes: Catch up with bb.data -> direct object access conversionRichard Purdie