summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bb.exceptions: handle tb entries without contextChris Larson2011-06-081-2/+5
* bb.exceptions: add to_string convenience functionChris Larson2011-06-081-0/+6
* bb.exceptions: add code to create pickleable traceback entriesChris Larson2011-06-081-0/+55
* bb.namedtuple_with_abc: add useful util from activestateChris Larson2011-06-081-0/+255
* bitbake-layers: Fixup after recent server changesRichard Purdie2011-06-081-2/+4
* bitbake/cooker.py: Fix debug message argumentsRichard Purdie2011-06-081-1/+1
* bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie2011-06-081-4/+8
* bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie2011-06-081-0/+2
* bitbake/server/xmlrpc: Fix typoRichard Purdie2011-06-081-1/+1
* bitbake/server/process: Implement getEvent()Richard Purdie2011-06-081-0/+7
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-082-34/+79
* bitbake: Add process server from upstream bitbakeRichard Purdie2011-06-081-0/+221
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-083-4/+6
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-085-53/+92
* bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie2011-06-081-11/+8
* cache: Implement multiple extra cache fields request supportLiping Ke2011-06-072-66/+127
* Introduce new param caches_array into Cache impl.Liping Ke2011-06-074-14/+57
* Introduce extra cache class for image creatorLiping Ke2011-06-071-0/+54
* cache.py: Refactory Current Cache implementationLiping Ke2011-06-071-193/+165
* siggen: don't choke with traceback when data is NoneChris Larson2011-06-071-3/+5
* parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson2011-06-071-1/+1
* event: don't catch systemexit from handler executionChris Larson2011-06-021-1/+1
* data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie2011-06-011-3/+4