summaryrefslogtreecommitdiff
path: root/bitbake/lib
AgeCommit message (Expand)AuthorFiles
2010-12-07bitbake/crumbs: do the test for ignored messages soonerJoshua Lock1
2010-12-07bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock1
2010-12-07siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian1
2010-12-07bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie1
2010-12-07bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie1
2010-12-06siggen.py: set 'runtaskdeps' correctlyKevin Tian1
2010-12-05bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie1
2010-12-05bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie1
2010-11-28bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie1
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie3
2010-11-28bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie1
2010-11-15siggen.py: fix comparison around runtaskdepsKevin Tian1
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie3
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie1
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie1
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie1
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie1
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie1
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie1
2010-11-07bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie1
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie2
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2
2010-11-02bitbake/siggen: Provide better warnings about empty tasksRichard Purdie1
2010-11-01bitbake/siggen: Fix finalise call argumentsRichard Purdie1
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie1
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie1
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie1
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie1
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock1
2010-10-11bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie1
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie1
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie1
2010-10-07bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie1
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie1
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart1
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock1
2010-10-01build.py: Add a symlink for the loggingMark Hatle1
2010-09-30bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie1
2010-09-30bitbake/siggen: Fix issue where excluded dependencies caused exceptionsRichard Purdie1
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie3
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie2
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock1
2010-09-28codeparser.py: Fix storing of hash values as object references can be corruptedRichard Purdie1
2010-09-13bitbake/runqueue: Remove now unneeded indentationRichard Purdie1
2010-09-13bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie1
2010-09-13bitbake/siggen: Allow generation of siggen data from task contextRichard Purdie1