summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: implement BB_VERBOSE_LOGSPaul Eggleton2012-02-281-0/+4
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+1
* bitbake/cooker: terminate when errors found in layer configurationPaul Eggleton2012-02-241-0/+17
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-4/+8
* command.py: add resolve option for generateTargetsTree APIDongxiao Xu2012-02-231-11/+47
* cache: Use configuration's hash value to validate cacheDongxiao Xu2012-02-231-1/+3
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-1/+1
* bitbake: fix parse errors not being reportedPaul Eggleton2012-02-231-6/+4
* bitbake: show appropriate warnings for universe targetPaul Eggleton2012-02-221-0/+4
* Fix parser hang at 0% with single-core machinesCaleb Crome2012-02-221-1/+1
* cooker: roll our own process poolChristopher Larson2012-02-221-29/+132
* Revert the switch to futures for nowChristopher Larson2012-02-101-18/+11
* bitbake: Add description into the cache and clean up cache duplicationShane Wang2012-02-021-0/+2
* cooker: add missing shutdowns to the exception handlingChristopher Larson2012-02-011-0/+2
* bitbake-layers: improve show-overlayed outputPaul Eggleton2012-02-011-13/+1
* cooker.py: Allow siggen classes to be added by the metadataRichard Purdie2012-01-201-1/+1
* cooker: use futures rather than a multiprocessing poolChristopher Larson2012-01-201-11/+18
* bitbake/knotty: print task failure summaryPaul Eggleton2012-01-151-4/+0
* bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton2012-01-151-6/+11
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-111-0/+3
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-0/+12
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-2/+2
* command.py: add initCooker APIDongxiao Xu2012-01-061-0/+13
* cooker: user bb.configuration.data to inject eventsDongxiao Xu2012-01-061-2/+2
* Remove the duplicated assignments of self.configuration.cmdRobert Yang2011-12-051-3/+0
* cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie2011-12-011-1/+3
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-31/+31
* cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie2011-11-101-0/+7
* cooker.py: Fix key expansion issues in showVersionsRichard Purdie2011-09-191-1/+6
* Ensure only the filtered environment variables are inherited from the OSJoshua Lock2011-08-151-1/+2
* bb/command|cooker: refactor the reparseFiles logicJoshua Lock2011-08-121-3/+6
* bitbake: Fix -e when used with -b optionRichard Purdie2011-08-111-0/+6
* bb/cooker: only emit ConfigFilePathFound for files which were parsedJoshua Lock2011-08-101-2/+26
* bb/cooker: mark parsed conf files as potential cache invalidatorsJoshua Lock2011-08-051-1/+1
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-2/+4
* cooker: populate rdepends-pkg in generatePkgDepTreeDataJoshua Lock2011-07-271-0/+3
* cooker: only append files onceJoshua Lock2011-07-261-1/+2
* command|cooker: Add reparseFiles commandJoshua Lock2011-07-261-19/+32
* data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock2011-07-261-1/+1
* bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock2011-07-251-1/+9
* bitbake/cooker: show a warning when -b is specifiedPaul Eggleton2011-07-251-0/+4
* Remove unused target tree data for HobLiping Ke2011-07-211-21/+68
* cooker: only return *Found events if something was actually foundJoshua Lock2011-07-141-4/+8
* bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu2011-07-081-18/+16
* cache.py: Ensure additional .bbappend files are accounted forRichard Purdie2011-07-071-1/+1
* bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui2011-07-051-0/+22
* bitbake/cooker: implement layer dependencies, make priority optionalPaul Eggleton2011-07-051-9/+70
* bitbake: track 'overlayed' recipesPaul Eggleton2011-07-051-0/+13
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-011-3/+10
* cooker: switch to new universe target rather than worldJoshua Lock2011-07-011-2/+2