summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
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-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
2011-05-06bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-05-06bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-05-06bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-05-06bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-05-06build.py: Fix ordering bug introduced in 7a29ab534388c0095f7f826b16c5cff34392...Richard Purdie
2011-05-06git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-05-06bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-06bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-06bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-04-08build: run fakeroot if FAKEROOT is setChris Larson
2011-04-06fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson
2011-04-05persist_data: implement comparison, same as dictChris Larson
2011-04-05persist_data: make SQLTable a context managerChris Larson
2011-04-05persist_data: don't allow non-string keys/valuesChris Larson
2011-04-05persist_data: add has_keyChris Larson
2011-04-05persist_data: raise KeyError on missing elementsChris Larson
2011-04-04cooker: fix -b with BBCLASSEXTENDChris Larson
2011-04-04event: improve output for syntax errors in handlersChris Larson
2011-04-04event: improve output when eventhandler exec failsChris Larson
2011-04-04event: register event handler functions, not code objectsChris Larson
2011-04-01build.py: Merge fakeroot changes from PokyMark Hatle