summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bb.utils: check if lock file is writable, to fix bug 606Yu Ke2010-12-301-0/+4
* bitbake/depexp: fix early exitJoshua Lock2010-12-221-1/+1
* bitbake/fetch: Fix fetch errorRichard Purdie2010-12-211-3/+3
* runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian2010-12-211-1/+2
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie2010-12-211-5/+5
* bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie2010-12-211-2/+8
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie2010-12-201-0/+1
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
* siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian2010-12-201-1/+1
* bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2010-12-172-60/+92
* bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie2010-12-171-1/+3
* bitbake/runqueue: Clean up message log levelsRichard Purdie2010-12-171-5/+5
* siggen.py: make sure stamp directory existingKevin Tian2010-12-161-0/+2
* bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie2010-12-161-4/+7
* runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian2010-12-141-5/+11
* bitbake: add optional expansion to getVarFlag()Paul Eggleton2010-12-142-5/+8
* bitbake: allow excluding dependencies of variablesPaul Eggleton2010-12-141-0/+1
* bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ...Richard Purdie2010-12-101-2/+2
* bitbake: Overhaul environment handlingRichard Purdie2010-12-095-17/+48
* bitbake/cooker: fix idle command processing in serversJoshua Lock2010-12-091-1/+1
* bitbake/goggle: add a ProgressBar for parse progressJoshua Lock2010-12-071-3/+6
* bitbake/goggle: automatically show most recently added messageJoshua Lock2010-12-071-0/+4
* bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock2010-12-071-2/+66
* bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock2010-12-071-1/+9
* bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2010-12-072-15/+21
* bitbake/goggle: interaction tweaksJoshua Lock2010-12-071-0/+2
* bitbake/crumbs: fix the event name determinationJoshua Lock2010-12-071-1/+1
* bitbake/crumbs: do the test for ignored messages soonerJoshua Lock2010-12-071-4/+3
* bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock2010-12-071-3/+4
* siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian2010-12-071-4/+8
* bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie2010-12-071-36/+23
* bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie2010-12-071-8/+16
* siggen.py: set 'runtaskdeps' correctlyKevin Tian2010-12-061-6/+2
* bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie2010-12-051-7/+23
* bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie2010-12-051-2/+5
* bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie2010-11-281-2/+9
* bitbake: Simplfy pre and post cooker hooksRichard Purdie2010-11-283-16/+9
* bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie2010-11-281-1/+1
* siggen.py: fix comparison around runtaskdepsKevin Tian2010-11-151-2/+2
* bitbake-runtask-strace: simple shell script to wrap tasks in a strace callJoshua Lock2010-11-141-0/+8
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-134-39/+73
* bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie2010-11-131-2/+5
* bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie2010-11-131-2/+4
* Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie2010-11-131-4/+0
* Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Fix os.exists referenceRichard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie2010-11-131-0/+4
* bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie2010-11-071-2/+4
* bitbake: Add support for 'noexec' tasksRichard Purdie2010-11-062-0/+13