aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
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/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard 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-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
2011-05-27bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie
2011-05-27bitbake/utils.py: Add option to lockfiles to return immediately rather than waitRichard 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-27fetch2/git: enhance the unpack by using "git checkout"Yu Ke
2011-05-27fetch2/git: add document for git fetcher supported optionsYu Ke
2011-05-27fetch2/git: unify the nocheckout option formatYu Ke
2011-05-27fetch2/git: change default protocol from rsync to gitYu Ke
2011-05-25cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-05-25build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie