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