aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2022-09-16cooker: Drop sre_constants usageRichard Purdie
2022-05-12cooker: Drop unused loopRichard Purdie
2022-04-03cooker: Reset and rebuild inotify watchesRichard Purdie
2022-04-01cooker: Avoid error if siggen wasn't setupRichard Purdie
2022-04-01cooker: Ensure any existing hashserv connection is closedRichard Purdie
2022-04-01cooker: Restore sys.path and sys.modules between parsesRichard Purdie
2022-04-01cooker: Further fixes to inotify to fix memres bitbake issuesRichard Purdie
2022-03-30cooker: Rework force parser shutdownRichard Purdie
2022-03-30cooker/process: Fix signal handling lockupsRichard Purdie
2022-03-30cooker: Simplify parser init function handlingRichard Purdie
2022-03-30cooker: Improve exception handling in parsing processRichard Purdie
2022-03-30cooker: Fix main loop starvation when parsingRichard Purdie
2022-03-30cooker: Fix exception handling in parsersRichard Purdie
2022-03-26cooker: Fix inotify watches causing memory resident bitbake corruptionRichard Purdie
2022-03-26cooker/siggen: Support exit calls and use for hashserv clientRichard Purdie
2022-03-11cooker: Fix environment history printingRichard Purdie
2022-03-08lib/bb: more verbose error messageMarta Rybczynska
2022-02-21lib/bb: Replace "abort" usage in task handlingScott Murray
2022-02-20cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki
2022-02-17cooker: Improve parsing failure from handled exception usabilityRichard Purdie
2021-11-12cooker: Fix task-depends.dot for multiconfig targetsRichard Purdie
2021-11-10cooker: Handle parsing results queue raceRichard Purdie
2021-11-10cooker: Remove debug code, oops :(Richard Purdie
2021-11-08cooker: Handle parse threads disappearing to avoid hangsRichard Purdie
2021-11-05cooker: check if upstream hash equivalence server is availableJose Quaresma
2021-11-03lib/bb: Clean up use of len()Richard Purdie
2021-09-26cooker/command: Add a dummy event for tinfoil testingRichard Purdie
2021-09-11cooker: Allow upstream for local hash equivalence serverJoshua Watt
2021-09-01cooker/process: Fix typos in exiting messageMartin Jansa
2021-09-01prserv: handle PRSERV_HOST = "127.0.0.1:0" the same as "localhost:0"Martin Jansa
2021-07-27bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-03-12bitbake: cooker: Add REQUIRED_VERSION checksCharlie Davies
2021-03-12bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies
2021-02-20Force parser shutdown after catching an exceptionJan Brzezanski
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-02-09cooker: Ensure reparsing is handled correctlyRichard Purdie
2021-01-31lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig targetTomasz Dziendzielski
2020-12-21cooker: Include all packages a recipe provides in SkippedPackage.rprovidesPeter Kjellerstedt
2020-10-01cooker: Avoid tracebacks if data was never setupRichard Purdie
2020-09-14cooker: Block SIGINT in worker processesJoshua Watt
2020-09-12cooker/command: Fix disconnection handlingRichard Purdie
2020-09-09cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZEDRobert Yang
2020-09-07cooker: Ensure parser worker signal handlers are defaultRichard Purdie
2020-09-06cooker: Avoid parser deadlocksRichard Purdie
2020-09-06cooker: Ensure parser is cleaned upRichard Purdie
2020-09-05cooker: Assign a name to the sync thread to aid debuggingRichard Purdie
2020-09-05cooker: Ensure parser replacement calls parser final_cleanupRichard Purdie
2020-09-03cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie
2020-08-25cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie
2020-08-24cooker: Ensure BB_ORIGENV is updated by changes to configuration.envRichard Purdie