summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* cooker: remove code duplication in non trivial functionsJoshua Lock2011-07-011-44/+12
* cooker|command|event: add new command findFilesMatchingInDirJoshua Lock2011-07-011-0/+23
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-011-0/+4
* cooker: add generic method to locate configuration filesJoshua Lock2011-07-011-4/+7
* command|cooker: allow generating targets tree for specified pkgsJoshua Lock2011-07-011-2/+4
* make exception handling syntax consistentScott Garman2011-06-151-5/+5
* bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie2011-06-131-0/+3
* track skipped packagesPaul Eggleton2011-06-091-0/+16
* Drop psyco supportRichard Purdie2011-06-091-13/+0
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-13/+16
* cooker: use BBHandler.inherit for INHERITChris Larson2011-06-081-10/+24
* cooker: simplify self.configuration.data vs data usageChris Larson2011-06-081-10/+9
* cooker: don't choke if we have nothing to parseChris Larson2011-06-081-5/+11
* cooker: handle ExpansionError the same way we do ParseErrorChris Larson2011-06-081-1/+1
* Shift exception formatting into the UIChris Larson2011-06-081-6/+4
* cooker: don't show a traceback for ParseErrorChris Larson2011-06-081-0/+2
* cooker: don't show a useless traceback for SyntaxErrorChris Larson2011-06-081-1/+4
* cooker: use logger.exception for config file parse errorsChris Larson2011-06-081-1/+7
* cooker: pass traceback back from parsing threadChris Larson2011-06-081-2/+9