summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2010-11-062-3/+9
* bitbake/siggen: Provide better warnings about empty tasksRichard Purdie2010-11-021-0/+2
* bitbake/siggen: Fix finalise call argumentsRichard Purdie2010-11-011-1/+1
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-231-0/+9
* bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie2010-10-221-1/+1
* pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie2010-10-221-0/+4
* bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie2010-10-191-1/+4
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-192-36/+38
* bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie2010-10-191-1/+5
* bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie2010-10-142-1/+5
* bitbake/runqueue: make the runtask program configurableJoshua Lock2010-10-121-1/+2
* bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie2010-10-111-71/+78
* bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie2010-10-112-7/+15
OpenPOWER on IntegriCloud