aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2019-02-23runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie
2019-02-16runqueue: Fix dependency loop analysis 'hangs'Richard Purdie
2019-02-14bitbake: Allow arguments in FAKEROOTCMDJoshua Watt
2019-01-11bitbake: runqueue: __find_md5__ -> __find_sha256Robert Yang
2019-01-08bitbake: runqueue: Use multiconfig name to fetch unihashJoshua Watt
2019-01-03runqueue: Pass unique hash to hash validateJoshua Watt
2019-01-03runqueue: Pass unique hash to taskJoshua Watt
2019-01-03runqueue: Track task unique hashJoshua Watt
2018-12-07bitbake-worker: Pass taskhash as runtask parameterJoshua Watt
2018-12-01runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-09-07runqueue: Ensure setscene tasks that aren't covered get builtRichard Purdie
2018-09-07cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie
2018-08-15runqueue: Move decision if a task can be started to one common placeAndreas Müller
2018-08-07runqueue: Allow the hash validate function to have an idea of build completionRichard Purdie
2018-08-01bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-07-09runqueue: Stop on first unsatisfied dependencyJoshua Watt
2018-07-09runqueue: Remove unused variableJoshua Watt
2018-07-09runqueue: Remove trailing whitespaceJoshua Watt
2018-07-02runqueue.py: Fix a virtual class extension stamps issueMing Liu
2018-06-15runqueue.py: Initial implementation of per task process limitsMark Hatle
2018-06-15runqueue.py: Minor cleanup for RunQueueStats and usersMark Hatle
2018-02-27runqueue: Ensure only recursive task dependencies are prunedRichard Purdie
2018-02-09main/runqueue: Rework runall task and add runonly optionRichard Purdie
2018-01-29runqueue: Rewrite and optimize recrdepends handlingRichard Purdie
2018-01-29runqueue: Optimize recrdepends handlingRichard Purdie
2018-01-29runqueue: Remove unused variablesRichard Purdie
2018-01-29runqueue: Fix recidepends handlingRichard Purdie
2017-11-11runqueue: Fix typo builable -> buildableRichard Purdie
2017-09-12runqueue: fix BB_SETSCENE_ENFORCE with empty BB_SETSCENE_ENFORCE_WHITELISTPaul Eggleton
2017-08-31cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandli...Richard Purdie
2017-07-30runqueue: Tweak debug message to make it more readable/diffableRichard Purdie
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-06-14bitbake: runqueue: multiconfig fixJuro Bystricky
2017-04-06runqueue: Allow recrdeptask not to exist for all recipesRichard Purdie
2017-03-15runqueue: minor typo fixAndre McCurdy
2017-03-11runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-02-19runqueue: Fix collapsed setscene dependency treeHEADmasterRichard Purdie
2017-01-19runqueue.py: revised completion schedulerPatrick Ohly
2017-01-19runqueue: Fix traceback when using -bRichard Purdie
2017-01-12use multiple processes to dump signatures.Jianxun Zhang
2016-12-21runqueue: Only start fakeroot workers when neededRichard Purdie
2016-12-21runqueue: Ensure setscene tasks with overlapping stamps don't parallel executeRichard Purdie
2016-12-21runqueue: Fix setscene issues with multiconfigRichard Purdie
2016-12-21runqueue: Ensure pseudo executes from the correct place (use the right datast...Richard Purdie
2016-12-16runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is setPaul Eggleton
2016-12-16cooker/command: Drop expanded_dataRichard Purdie
2016-12-14runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-07runqueue: Send BB_TASKDEPDATA for setscene tasksRichard Purdie
2016-12-07runqueue: Add the taskhash to BB_TASKDEPDATARichard Purdie
2016-12-07runqueue.py: monitor disk space at regular time intervalsPatrick Ohly