aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-12-09bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-12-07bitbake/goggle: add a ProgressBar for parse progressJoshua Lock
2010-12-07bitbake/goggle: automatically show most recently added messageJoshua Lock
2010-12-07bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock
2010-12-07bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock
2010-12-07bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock
2010-12-07bitbake/goggle: interaction tweaksJoshua Lock
2010-12-07bitbake/crumbs: fix the event name determinationJoshua Lock
2010-12-07bitbake/crumbs: do the test for ignored messages soonerJoshua Lock
2010-12-07bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock
2010-12-07siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian
2010-12-07bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie
2010-12-07bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie
2010-12-06siggen.py: set 'runtaskdeps' correctlyKevin Tian
2010-12-05bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie
2010-12-05bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie
2010-11-28bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie
2010-11-28bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie
2010-11-15siggen.py: fix comparison around runtaskdepsKevin Tian
2010-11-14bitbake-runtask-strace: simple shell script to wrap tasks in a strace callJoshua Lock
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie
2010-11-07bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie
2010-11-02bitbake/siggen: Provide better warnings about empty tasksRichard Purdie
2010-11-01bitbake/siggen: Fix finalise call argumentsRichard Purdie
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock
2010-10-11bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie
2010-10-07bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock