aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2014-03-18bitbake: runqueue: Really fix sigchld handlingRichard Purdie
2014-03-18bitbake: runqueue: Ensure handler does not recurseRichard Purdie
2014-03-18bitbake: runqueue: More carefully handle the sigchld handlerRichard Purdie
2014-03-17bitbake: runqueue: Don't error if we never setup workersRichard Purdie
2014-03-12bitbake: runqueue: Improve sigchld handlerRichard Purdie
2014-03-10bitbake: runqueue: Use SIGCHLD instead of polling waitpidRichard Purdie
2014-03-10bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie
2014-03-10bitbake: runqueue.py: Gracefully handle a missing worker processRichard Purdie
2014-03-10bitbake: runqueue.py: Handle worker disappearing gracefullyRichard Purdie
2014-03-06bitbake: runqueue: Fix typoRichard Purdie
2014-02-24bitbake: runqueue: Catch ValueError from pickle.loadsMartin Jansa
2014-02-15bitbake: runqueue: Fix silly variable overlapRichard Purdie
2014-02-13bitbake: runqueue: Ensure we do run 'masked' setscene tasks if specified as t...Richard Purdie
2014-02-11bitbake: runqueue: Fix setscene hard dependency problemsRichard Purdie
2014-01-31bitbake: runqueue: Fix race against tasks sharing stamp filesRichard Purdie
2014-01-28bitbake: runqueue: Simplify pointless len() usageRichard Purdie
2014-01-27bitbake: runqueue: Only attempt to print closest matching task if there is a ...Richard Purdie
2013-12-20bitbake: runqueue: Further extend bitbake -S output to view signature differe...Richard Purdie
2013-12-20bitbake: runqueue: Fix data being written into siginfo/sigdata filesRichard Purdie
2013-12-18bitbake: runqueue: Add output for -S option for listing the changepoints comp...Richard Purdie
2013-11-26bitbake: bitbake: Share BB_TASKDEPDATA with tasksRichard Purdie
2013-11-26bitbake: runqueue: Optimise next_buildable_task()Richard Purdie
2013-11-24bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issuesRichard Purdie
2013-11-20bitbake: runqueue: Fix hole in setsceneverify skipped task logicRichard Purdie
2013-09-22bitbake: bitbake: runqueue: add task hash to Queue eventsAlexandru DAMIAN
2013-09-22bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN
2013-09-22bitbake: bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN
2013-09-17bitbake: runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN
2013-09-10bitbake: bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN
2013-09-09bitbake: runqueue.py: check whether multiple versions of the same PN are due ...Robert Yang
2013-09-06bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt
2013-09-04bitbake: bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton
2013-09-02bitbake: runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie
2013-09-01bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie
2013-08-16bitbake: runqueue: report close matches for an invalid task namePaul Eggleton
2013-07-29bitbake: bitbake: runqueue: add warning if invalidating invalid taskPetter Mabäcker
2013-06-20bitbake: runqueue/build: Add recideptask flagRichard Purdie
2013-06-14bitbake: runqueue: Improve handling of failing setscene tasks with hard depen...Richard Purdie
2013-06-14bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie
2013-06-14bitbake: runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie
2013-06-14bitbake: runqueue: Abstract the start and teardown worker functionsRichard Purdie
2013-06-14bitbake: runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie
2013-06-14bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-06-07bitbake: cooker: Split data from configurationRichard Purdie
2013-05-22bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...Richard Purdie
2013-05-12bitbake: cooker: Separate out collections handling code into its own classRichard Purdie
2013-03-19bitbake: runqueue: Use taskData.fn_index[depdata] instead of uninitialized depMartin Jansa
2013-01-28bitbake: build.py: Dump out performance data of individual tasksRichard Purdie
2012-11-20bitbake: runqueue: Allow partial setscene task coverageRichard Purdie
2012-09-24bitbake: runqueue: Add --no-setscene to skip all setscene tasksJason Wessel