summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-281-5/+13
* bitbake/runqueue: make dry-run do everything except executePaul Eggleton2012-02-281-7/+2
* V5 Disk space monitoringRobert Yang2012-02-261-0/+7
* bitbake/runqueue: Ensure finish_now() sets the runqueue state consistentlyRichard Purdie2012-02-261-0/+7
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-241-5/+7
* runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu2012-02-241-2/+14
* bitbake: show appropriate warnings for universe targetPaul Eggleton2012-02-221-3/+7
* runqueue.py: Add inter setscene task dependency handlingRichard Purdie2012-01-271-0/+22
* runqueue.py: Fix missing setscene dependenciesRichard Purdie2012-01-271-3/+5
* data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie2012-01-271-1/+1
* bitbake/runqueue: always log tasks summaryPaul Eggleton2012-01-201-5/+7
* bitbake/runqueue: avoid "failed" in task summary if nothing didPaul Eggleton2012-01-151-1/+5
* bitbake/runqueue: Improve the setscene loggingRichard Purdie2012-01-051-0/+4
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-13/+13
* runqueue.py: Fix debug message to reference the correct taskRichard Purdie2011-11-241-1/+2
* runqueue.py: Ensure we fully process the covered listRichard Purdie2011-11-231-3/+4
* runqueue.py: Ensure setscene tasks don't break dependency orderRichard Purdie2011-11-231-4/+7
* bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hookRichard Purdie2011-11-221-11/+9
* bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie2011-11-211-1/+1
* bitbake/runqueue.py: Fix incorrect task number reference in debug messageRichard Purdie2011-11-211-1/+1
* lib/bb/runqueue: avoid marking runtime dependencies as coveredPaul Eggleton2011-11-151-1/+6
* Add FAKEROOTNOENV variableRichard Purdie2011-11-101-0/+6
* runqueue.py: Ensure fakeroot variables are reflected in the datastoreRichard Purdie2011-09-091-0/+1
* runqueue: Ensure task environment is correctRichard Purdie2011-09-091-1/+10
* Fixup remaining bb.msg.domain usersRichard Purdie2011-08-151-10/+10
* bitbake: Add task specific stamp file supportRobert Yang2011-06-281-0/+10
* runqueue.py: Add umask task controlMark Hatle2011-06-241-0/+11
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie2011-06-081-10/+1
* runqueue.py: Wrap parsing with exception trappingRichard Purdie2011-06-081-24/+24
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-5/+3
* bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie2011-05-311-1/+2
* bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie2011-05-271-1/+10
* bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie2011-05-051-6/+0
* bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie2011-03-311-0/+2
* runqueue: simplify fakeroot environment handlingChris Larson2011-03-311-15/+17
* Fix more incorrect usages of 'is'Chris Larson2011-03-311-2/+2
* bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton2011-03-291-0/+19
* Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie2011-03-291-8/+0
* bitbake/gcc: Enable a shared common source treeRichard Purdie2011-03-281-0/+8
* bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton2011-03-151-3/+11
* bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie2011-02-281-12/+23
* bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie2011-02-211-2/+0
* runqueue: simplify RunQueueStats.copyChris Larson2011-02-211-4/+1
* runqueue: pass a copy of the RunQueueStats to eventsChris Larson2011-02-211-1/+9
* bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie2011-02-181-7/+0
* bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie2011-02-161-0/+2
* bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie2011-02-151-0/+2
* bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie2011-02-151-0/+1
* bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie2011-02-151-0/+6