summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie2011-01-281-1/+1
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-6/+6
* runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie2011-01-101-14/+10
* bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie2011-01-101-17/+14
* bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie2011-01-101-5/+6
* runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie2011-01-101-3/+5
* bitbake: Update event queue handling to match upstream bitbakeRichard Purdie2011-01-101-4/+3
* bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie2011-01-101-90/+80
* bitbake/runqueue.py: Remove duplicate TaskStarted event fire()Richard Purdie2011-01-071-2/+0
* bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie2011-01-061-1/+1
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-061-6/+6
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-11/+14
* runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer2011-01-041-1/+1
* runqueue: use fewer newlines in error pathBernhard Reutner-Fischer2011-01-041-2/+2
* logger usage cleanupChris Larson2011-01-041-1/+1
* Use os.devnull, not /dev/nullChris Larson2011-01-041-1/+1
* bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2011-01-041-10/+7
* Move the runq task start/failed messages to the UIChris Larson2011-01-041-11/+4
* cooker: stop loading the cache for -bChris Larson2011-01-041-2/+2
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-27/+27
* Fix exit code display for task failureChris Larson2011-01-041-2/+4