aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-12-22bitbake/depexp: fix early exitJoshua Lock
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie
2010-12-21runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian
2010-12-21bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie
2010-12-21bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie
2010-12-20bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie
2010-12-20bitbake/fetch: Checksum validity fixesRichard Purdie
2010-12-20FetchData: add SRC_URI checksumYu Ke
2010-12-20siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie
2010-12-16siggen.py: make sure stamp directory existingKevin Tian
2010-12-16bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie
2010-12-14runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian
2010-12-14bitbake: add optional expansion to getVarFlag()Paul Eggleton
2010-12-14bitbake: allow excluding dependencies of variablesPaul Eggleton
2010-12-10bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ...Richard Purdie
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