aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-08-24cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-24cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie
2020-08-24cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-23cooker: Explictly shut down the sync threadRichard Purdie
2020-08-23cooker: Ensure parse_quit thread is closed downRichard Purdie
2020-08-12server/process: Simplfy idle callback handler functionRichard Purdie
2020-07-22cooker: Handle multiconfig name mappings correctlyRichard Purdie
2020-07-22cooker: Improve multiconfig configuration error reportingRichard Purdie
2020-07-21cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie
2020-06-06bitbake: cache: Cache size optimizationJoshua Watt
2020-06-06bitbake: cache: Use multiconfig aware cachesJoshua Watt
2020-06-06bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-03-06cooker: Respect multiconfig parameterJoshua Watt
2020-03-02cooker: Reset parse status unpon clientCompleteRichard Purdie
2020-02-19cooker: Reset loghandlerRichard Purdie
2020-02-17cooker/siggen: Empty siggen cache during parsingRichard Purdie