aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2007-08-15runqueue.py: Fix None/Zero confusion causing dependency bugsRichard Purdie
2007-08-13runqueue.py: Mark completed tasks as buildable to avoid sanity check errorsRichard Purdie
2007-08-11runqueue.py: Improve the progress indicator by skipping tasks that have alrea...Richard Purdie
2007-08-05lib/bb/runqueue.py: Make sure intertask depends get processed correcting in r...Richard Purdie
2007-07-28Remove ununsed module referencesRichard Purdie
2007-06-12runqueue.py: Message fix from hrwRichard Purdie
2007-06-12runqueue.py: Correctly redirect stdin when forking. Richard Purdie
2007-05-20runqueue.py: Use correct variable for task lengthRichard Purdie
2007-05-20runqueue.py: Fix bug when target was in ASSUME_PROVIDED (#2236)Richard Purdie
2007-03-31taskdata/runqueue.py: Add code to handle inter-task dependenciesRichard Purdie
2007-03-07runqueue.py: Fix parameters to get_user_idstring()Richard Purdie
2007-03-04runqueue.py: Split execute_runqueue into componentsRichard Purdie
2007-03-04runqueue.py: Refactor some functions/dataRichard Purdie
2007-03-04runqueue.py: Try to kill remaining processes but don't error if they no longe...Richard Purdie
2007-03-04runqueue.py: Remove extra now unneeded parameterRichard Purdie
2007-03-04runqueue.py: Improve initialization instead of repeating parametersRichard Purdie