summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-07-01bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie
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-07-01bitbake: Make bitbake server type configurable.Liping Ke
2011-07-01ui/hob: Fixed the "build again" hang.Lianhao Lu
2011-06-28Update version to 1.13.2Richard Purdie
2011-06-28bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie
2011-06-28bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie
2011-06-28bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie
2011-06-28bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie
2011-06-28bitbake/data_smart: Optimise the data store iteratorRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-24runqueue.py: Add umask task controlMark Hatle
2011-06-22doc/usermanual.xml: Tweaks for the manualBrandon Stafford
2011-06-22fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman
2011-06-16process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-06-15codeparser: When loading the cache, ignore ValueErrorRichard Purdie
2011-06-13bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie
2011-06-13bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-06-09Update version to 1.13.1Richard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie
2011-06-09cache.py: fix bitbake -s commandScott Garman
2011-06-09bitbake-layers: handle skipped recipesPaul Eggleton
2011-06-09track skipped packagesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie
2011-06-08bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie
2011-06-08runqueue.py: Wrap parsing with exception trappingRichard Purdie
2011-06-08Shift traceback pre-formatting into LogHandlerChris Larson
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-08bb.exceptions: don't choke on frames without argumentsChris 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-08bb.exceptions: don't show a repr of 'self'Chris Larson