summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2022-11-22runqueue: Fix race issues around hash equivalence and sstate reuseRichard Purdie
2022-09-28runqueue: Drop deadlock breaking force failRichard Purdie
2022-09-28runqueue: Improve deadlock warning messagesRichard Purdie
2022-09-28runqueue: Ensure deferred tasks are sorted by multiconfigRichard Purdie
2022-09-16runqueue: Fix unihash cache mismatch issuesRichard Purdie
2022-08-24runqueue: Change pressure file warning to a noteRichard Purdie
2022-08-18bitbake: runqueue: add memory pressure regulationAryaman Gupta
2022-08-18bitbake: runqueue: add cpu/io pressure regulationAryaman Gupta
2022-05-12runqueue: Fix sig file location when using multiconfigRichard Purdie
2022-05-12runqueue: Drop pointless variable assignmentRichard Purdie
2022-02-21lib/bb: Replace "abort" usage in task handlingScott Murray
2022-02-21bitbake: Rename allowed multiple provider variableScott Murray
2022-02-21bitbake: Rename setscene enforce filtering variableScott Murray
2022-01-12runqueue: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie
2021-11-08runqueue: Fix runall option handlingRichard Purdie
2021-11-05runqueue: Fix runall option task deletion ordering issueRichard Purdie
2021-11-03lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-11-03lib/bb: Clean up use of len()Richard Purdie
2021-09-16runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie
2021-09-11runqueue: Clean up task stats handlingRichard Purdie
2021-09-07runqueue: Fix issues with multiconfig deferred task deadlock messagesRichard Purdie
2021-09-07runqueue: Avoid deadlock avoidance task graph corruptionRichard Purdie
2021-08-05runqueue: Improve multiconfig deferred task issuesRichard Purdie
2021-05-01runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie
2021-05-01runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie
2021-04-18runqueue: Fix deferred task issuesRichard Purdie
2021-04-06runqueue: Further fixes for confused setscene tasksyocto-3.32021-04-hardknott1.50.0Richard Purdie
2021-03-23runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie
2021-03-11runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski
2021-03-09runqueue: Add setscene task overlap sanity checkRichard Purdie
2021-03-09runqueue: Fix task execution corruption issueRichard Purdie
2021-02-16bitbake-worker/runqueue: Add support for BB_DEFAULT_UMASKRichard Purdie
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-31lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig targetTomasz Dziendzielski
2020-08-25runqueue: Don't use sys.argvRichard Purdie
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-06-27runqueue: Avoid unpickle errors in rare casesRichard Purdie
2020-06-10bitbake: siggen: Pass all data caches to hash functionsJoshua Watt
2020-06-08bitbake: command: Move split_mc_pn to runqueueJoshua Watt
2020-06-06bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-03-12runqueue: Lower setscene complete logging levelJoshua Watt
2020-03-12runqueue/siggen: Lower hash equivalence loggingJoshua Watt
2020-03-12runqueue/siggen: Log hash equivalence with a different loggerJoshua Watt
2020-03-12lib/bb/msg: Use log level instead of debug countJoshua Watt
2020-03-06runqueue: teach runonly/runall to accept "do_task" as well as "task"Chris Laplante
2020-01-19lib: remove unused importsFrazer Clews
2020-01-11runqueue: Use a set for the setscene tasks listRichard Purdie
2020-01-01runqueue: Fix task dependency corner case in sanity testRichard Purdie
2020-01-01runqueue: Ensure task dependencies are run correctlyRichard Purdie