summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-24runqueue.py: Add umask task controlMark Hatle
2011-06-15make exception handling syntax consistentScott Garman
2011-06-08bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie
2011-06-08runqueue.py: Wrap parsing with exception trappingRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-05-31bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie
2011-05-27bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie
2011-05-05bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie
2011-03-31bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie
2011-03-31runqueue: simplify fakeroot environment handlingChris Larson
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-29bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
2011-03-15bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-02-28bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie
2011-02-21bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie
2011-02-21runqueue: simplify RunQueueStats.copyChris Larson
2011-02-21runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-02-18bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie
2011-02-16bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie
2011-02-15bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-02-15bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-02-15bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-10runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie
2011-01-10bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie
2011-01-10bitbake: Update event queue handling to match upstream bitbakeRichard Purdie
2011-01-10bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie
2011-01-07bitbake/runqueue.py: Remove duplicate TaskStarted event fire()Richard Purdie
2011-01-06bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-06bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer
2011-01-04runqueue: use fewer newlines in error pathBernhard Reutner-Fischer
2011-01-04logger usage cleanupChris Larson
2011-01-04Use os.devnull, not /dev/nullChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04cooker: stop loading the cache for -bChris Larson
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster
2011-01-04Fix exit code display for task failureChris Larson
2011-01-04FIXUP: runqueue bb.debug refsRichard Purdie
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Split out 'find next buildable task' into a separate generator functionChris Larson