aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
2011-12-01cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie
2011-09-19cooker.py: Fix key expansion issues in showVersionsRichard Purdie
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-08-12bb/command|cooker: refactor the reparseFiles logicJoshua Lock
2011-08-11bitbake: Fix -e when used with -b optionRichard Purdie
2011-08-10bb/cooker: only emit ConfigFilePathFound for files which were parsedJoshua Lock
2011-08-05bb/cooker: mark parsed conf files as potential cache invalidatorsJoshua Lock
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-27cooker: populate rdepends-pkg in generatePkgDepTreeDataJoshua Lock
2011-07-26cooker: only append files onceJoshua Lock
2011-07-26command|cooker: Add reparseFiles commandJoshua Lock
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
2011-07-25bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock
2011-07-25bitbake/cooker: show a warning when -b is specifiedPaul Eggleton
2011-07-21Remove unused target tree data for HobLiping Ke
2011-07-14cooker: only return *Found events if something was actually foundJoshua Lock
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-07-07cache.py: Ensure additional .bbappend files are accounted forRichard Purdie
2011-07-05bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui
2011-07-05bitbake/cooker: implement layer dependencies, make priority optionalPaul Eggleton
2011-07-05bitbake: track 'overlayed' recipesPaul Eggleton
2011-07-01bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock
2011-07-01cooker: switch to new universe target rather than worldJoshua Lock
2011-07-01cooker: remove code duplication in non trivial functionsJoshua Lock
2011-07-01cooker|command|event: add new command findFilesMatchingInDirJoshua Lock
2011-07-01command|cooker|event: add findConfigFilePath commandJoshua Lock
2011-07-01cooker: add generic method to locate configuration filesJoshua Lock
2011-07-01command|cooker: allow generating targets tree for specified pkgsJoshua Lock
2011-06-15make exception handling syntax consistentScott Garman
2011-06-13bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-06-09track skipped packagesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-06-08cooker: use BBHandler.inherit for INHERITChris Larson
2011-06-08cooker: simplify self.configuration.data vs data usageChris Larson
2011-06-08cooker: don't choke if we have nothing to parseChris Larson
2011-06-08cooker: handle ExpansionError the same way we do ParseErrorChris Larson
2011-06-08Shift exception formatting into the UIChris Larson
2011-06-08cooker: don't show a traceback for ParseErrorChris Larson
2011-06-08cooker: don't show a useless traceback for SyntaxErrorChris Larson
2011-06-08cooker: use logger.exception for config file parse errorsChris Larson
2011-06-08cooker: pass traceback back from parsing threadChris Larson