summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2017-11-21bitbake: runqueue: Fix typo builable -> buildableRichard Purdie
2017-09-12bitbake: runqueue: fix BB_SETSCENE_ENFORCE with empty BB_SETSCENE_ENFORCE_WHI...Paul Eggleton
2017-09-02bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie
2017-07-31bitbake: runqueue: Tweak debug message to make it more readable/diffableRichard Purdie
2017-07-21bitbake: lib/bb/event: refactor printing eventsPaul Eggleton
2017-06-14bitbake: bitbake: runqueue: multiconfig fixJuro Bystricky
2017-04-10bitbake: runqueue: Allow recrdeptask not to exist for all recipesRichard Purdie
2017-03-15bitbake: runqueue: minor typo fixAndre McCurdy
2017-03-13bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-02-19bitbake: runqueue: Fix collapsed setscene dependency treeRichard Purdie
2017-01-20bitbake: runqueue.py: revised completion schedulerPatrick Ohly
2017-01-20bitbake: runqueue: Fix traceback when using -bRichard Purdie
2017-01-17bitbake: use multiple processes to dump signatures.Jianxun Zhang
2016-12-22bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie
2016-12-22bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie
2016-12-22bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie
2016-12-22bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie
2016-12-20bitbake: runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is setPaul Eggleton
2016-12-16bitbake: cooker/command: Drop expanded_dataRichard Purdie
2016-12-14bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-08bitbake: runqueue: Send BB_TASKDEPDATA for setscene tasksRichard Purdie
2016-12-08bitbake: runqueue: Add the taskhash to BB_TASKDEPDATARichard Purdie
2016-12-07bitbake: runqueue.py: monitor disk space at regular time intervalsPatrick Ohly
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-10-11bitbake: runqueue.py: Remove redundant whitelist checksRandy Witt
2016-10-09bitbake: runqueue: Optimise task id string manipulationsRichard Purdie
2016-10-09bitbake: bb.runqueue: fix unexpected process death logicChristopher Larson
2016-09-30bitbake: runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie
2016-09-21bitbake: runqueue: Handle missing sstate dependencies betterRichard Purdie
2016-09-02bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...Richard Purdie
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: runqueue: Abstract worker functionality to an object/arrayRichard Purdie
2016-08-17bitbake: runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton
2016-07-19bitbake: runqueue: improve exception loggingEd Bartosh
2016-07-08bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton
2016-07-08bitbake: runqueue: add ability to enforce that tasks are setscenedPaul Eggleton
2016-06-16bitbake: runqueue: Use tid instead of taskid in find_chains()George McCollister
2016-06-15bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie
2016-06-15bitbake: runqueue: Change buildable/running lists to setsRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-14bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly
2016-05-13bitbake: runqueue: Improve timestamp comparisonsRichard Purdie
2016-05-11bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-12bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-02-18bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen
2016-01-30bitbake: bitbake: Set process names to be meaninfulRichard Purdie
2016-01-19bitbake: Revert "runqueue.py: Ensure one setscene function doesn't mask out a...Richard Purdie
2016-01-11bitbake: runqueue: Fix setscene task dependenciesRichard Purdie
2016-01-11bitbake: taskdata: refactor get_providermapEd Bartosh