aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2010-06-09Show a traceback when a task fails due to an exceptionChris Larson
2010-06-08Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-02-10runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie
2010-01-21runqueue: Fix typoRichard Purdie
2010-01-19runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-10-17runqueue.py: Small optimisation in set creation removing an update call (from...Richard Purdie
2009-07-23runqueue: Improve recursive task dependency calculation speed (from Poky)Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2008-12-06cooker.py: Pass the task to run to tryBuild directly, don't use self.configur...Richard Purdie
2008-12-06runqueue.py: Fire the task started event from the worker process, not the ser...Richard Purdie
2008-12-06Add the pid to the event messages so we can identify which worker events come...Richard Purdie
2008-12-06Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie
2008-10-20runqueue.py: Fix nostamp flag handling (from Poky)Richard Purdie
2008-05-09runqueue.py: Add bb.runqueue.check_stamp_fn() for use by packaged-staging, al...Richard Purdie
2008-05-09runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie
2008-05-09runqueue.py: Flush stdout/stderr before forking to fix duplicate console outputRichard Purdie
2008-05-05runqueue.py: Fix default whitelist variable valueRichard Purdie
2008-05-04runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to...Richard Purdie
2008-04-27runqueue.py: Improve failed task state engine handlingRichard Purdie
2008-03-13runqueue.py: Fix typo (thanks pH5)Richard Purdie
2008-03-13runqueue.py: Fix problems with recrdeptask handling where some idepends weren...Richard Purdie
2008-03-13runqueue.py: Switch to check_stamp code since its simpler than check_stamps a...Richard Purdie
2008-03-13runqueue.py: Fix check_stamps functionRichard Purdie
2008-03-06taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie
2008-02-28runqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variablesRichard Purdie
2008-02-27runqueue.py: Fix recursive looping issueRichard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-26runqueue.py: Add StampUpdate eventRichard Purdie
2008-01-21runqueue.py: Fix exit code for build failures in --continue modeRichard Purdie
2008-01-19taskdata/runqueue.py: Make taskdata and runqueue errors more user friendlyRichard Purdie
2008-01-06runqueue.py: Don't give a stacktrace for invalid tasks, have a user friendly...Richard Purdie
2008-01-06runqueue.py: Add task scheduler abstraction and some example schedulers. Impr...Richard Purdie
2008-01-05runqueue.py: Improve code commentsRichard Purdie
2008-01-05runqueue.py: Disable task number acceleration since it can allow the tasks to...Richard Purdie
2007-10-30runqueue.py: Allow multiple options for deptask flag (from poky), fix commen...Richard Purdie
2007-08-25runqueue.py: Detect builds of tasks with overlapping providers and warn (will...Richard Purdie
2007-08-23runqueue.py: Fix debugging functionRichard Purdie
2007-08-18runqueue.py: Fix accounting errorsRichard Purdie
2007-08-18runqueue.py: Update to work with the UI codeRichard Purdie
2007-08-17runqueue.py: Fix idepends handling to avoid dependency errors, improve debugg...Richard Purdie