summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie2011-07-011-1/+1
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-012-4/+14
* 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-013-0/+45
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-013-0/+22
* cooker: add generic method to locate configuration filesJoshua Lock2011-07-011-4/+7
* command|cooker: allow generating targets tree for specified pkgsJoshua Lock2011-07-012-4/+14
* bitbake: Make bitbake server type configurable.Liping Ke2011-07-011-7/+18
* ui/hob: Fixed the "build again" hang.Lianhao Lu2011-07-011-2/+1
* Update version to 1.13.2Richard Purdie2011-06-282-2/+2
* bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie2011-06-281-3/+21
* bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie2011-06-281-2/+1
* bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie2011-06-281-1/+4
* bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie2011-06-281-0/+2
* bitbake/data_smart: Optimise the data store iteratorRichard Purdie2011-06-281-10/+12
* bitbake: Add task specific stamp file supportRobert Yang2011-06-283-2/+15
* runqueue.py: Add umask task controlMark Hatle2011-06-242-0/+12
* doc/usermanual.xml: Tweaks for the manualBrandon Stafford2011-06-221-67/+66
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie2011-06-161-1/+1
* make exception handling syntax consistentScott Garman2011-06-1510-28/+28
* codeparser: When loading the cache, ignore ValueErrorRichard Purdie2011-06-151-1/+1
* bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie2011-06-131-1/+4
* bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie2011-06-132-1/+3
* Update version to 1.13.1Richard Purdie2011-06-092-2/+2
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-093-9/+17
* bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie2011-06-091-2/+1
* bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie2011-06-091-1/+3
* cache.py: fix bitbake -s commandScott Garman2011-06-091-1/+1
* bitbake-layers: handle skipped recipesPaul Eggleton2011-06-091-5/+19
* track skipped packagesPaul Eggleton2011-06-093-9/+28
* Drop psyco supportRichard Purdie2011-06-094-21/+0
* bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie2011-06-082-26/+12
* bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie2011-06-081-6/+1
* runqueue.py: Wrap parsing with exception trappingRichard Purdie2011-06-081-24/+24
* Shift traceback pre-formatting into LogHandlerChris Larson2011-06-081-4/+1
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-084-19/+20
* 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
* bb.exceptions: don't choke on frames without argumentsChris Larson2011-06-081-0/+3
* cooker: handle ExpansionError the same way we do ParseErrorChris Larson2011-06-081-1/+1
* Shift exception formatting into the UIChris Larson2011-06-083-8/+19
* 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
* cooker: show a useful message for ParsingFailureChris Larson2011-06-081-3/+6
* bb.exceptions: don't show a repr of 'self'Chris Larson2011-06-081-3/+20