aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
2011-06-08cooker: show a useful message for ParsingFailureChris Larson
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07Introduce new param caches_array into Cache impl.Liping Ke
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie
2011-05-27bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-05-27bitbake/cooker.py: Fix -b option regexp handlingRichard Purdie
2011-05-25cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-05-06cooker: fix -b with BBCLASSEXTENDChris Larson
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-05bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-03universe target: add a new target to collect all recipe targetsSaul Wold
2011-03-14bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-02-24bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-02-24bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-02-24bitbake/cooker: reduce code duplicationJoshua Lock
2011-02-24bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-23bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-15bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie