summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07cache: Introduce extra cache class for image creatorLiping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-06-07cache.py: Sync what amounts to whitespace with bitbake in poky, pending merge...Richard Purdie
2011-06-07bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-06-07universe target: add a new target to collect all recipe targetsSaul Wold
2011-06-03bb.exceptions: don't choke on frames without argumentsChris Larson
2011-06-02siggen: don't choke with traceback when data is NoneChris Larson
2011-06-02parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-06-02cooker: handle ExpansionError the same way we do ParseErrorChris Larson
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-06-02Merge remote branch 'github/exceptions'Chris 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-05-31providers.py: Correct PREFERRED_VERSION handlingRichard Purdie
2011-05-27server: add updated/fixed xmlrpc server from PokyJoshua Lock
2011-05-27uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock
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-27runqueue.py: Set BB_WORKERCONTEXT in task execution contextRichard 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-27Add PR service deamon to bitbakeLianhao Lu
2011-05-27cooker.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
2011-05-17git fetcher: add support for rebaseable git repoYu Ke
2011-05-16bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock
2011-05-16Shift exception formatting into the UIChris Larson
2011-05-16cooker: don't show a traceback for ParseErrorChris Larson
2011-05-16cooker: don't show a useless traceback for SyntaxErrorChris Larson
2011-05-16cooker: use logger.exception for config file parse errorsChris Larson
2011-05-16cooker: pass traceback back from parsing threadChris Larson
2011-05-16cooker: show a useful message for ParsingFailureChris Larson
2011-05-16bb.exceptions: don't show a repr of 'self'Chris Larson
2011-05-16codeparser.py: fix syntax error in exception handlingOtavio Salvador
2011-05-16codeparser.py: Ignore incomplete cache filesRichard Purdie
2011-05-16bb.exceptions: handle tb entries without contextChris Larson
2011-05-16bb.exceptions: add to_string convenience functionChris Larson
2011-05-16bb.exceptions: add code to create pickleable traceback entriesChris Larson
2011-05-16bb.namedtuple_with_abc: add useful util from activestateChris Larson
2011-05-13codeparser.py: fix syntax error in exception handlingOtavio Salvador
2011-05-12codeparser.py: Ignore incomplete cache filesRichard Purdie
2011-05-06bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie