aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2011-06-08bb.exceptions: handle tb entries without contextChris Larson
2011-06-08bb.exceptions: add to_string convenience functionChris Larson
2011-06-08bb.exceptions: add code to create pickleable traceback entriesChris Larson
2011-06-08bb.namedtuple_with_abc: add useful util from activestateChris Larson
2011-06-08bitbake-layers: Fixup after recent server changesRichard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie
2011-06-08bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie
2011-06-08bitbake/server/xmlrpc: Fix typoRichard Purdie
2011-06-08bitbake/server/process: Implement getEvent()Richard Purdie
2011-06-08bitbake/server/process: Update to new server APIRichard Purdie
2011-06-08bitbake: Add process server from upstream bitbakeRichard Purdie
2011-06-08bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie
2011-06-08bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie
2011-06-08bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard 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-07Introduce extra cache class for image creatorLiping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-06-07siggen: don't choke with traceback when data is NoneChris Larson
2011-06-07parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-06-01data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-06-01providers.py: Correct PREFERRED_VERSION handlingRichard Purdie
2011-05-31bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie