aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2011-01-04Let the RunQueueScheduler control the number of active tasksChris Larson
2011-01-04Add the ability to use runqueue schedulers from the metadataChris Larson
2011-01-04Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson
2010-12-31When shutting down, send SIGTERM, not SIGINTChris Larson
2010-12-21runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian
2010-12-21bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie
2010-12-16bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie
2010-12-14runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian
2010-12-09bitbake: Overhaul environment handlingRichard Purdie