aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
2020-02-06cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2020-01-08cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt
2019-11-13cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt
2019-09-27hashserv: Don't daemonize server processJoshua Watt
2019-09-18bitbake: Rework hash equivalenceJoshua Watt
2019-09-16Revert "bitbake: cooker: Ensure bbappends are found in stable order"Martin Jansa
2019-09-07bitbake: cooker: Ensure bbappends are found in stable orderWes Lindauer
2019-08-28cooker.py: remove generation of recipe-depends.dotChen Qi
2019-08-14cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie
2019-08-07cooker: Cleanup the queue before call process.join()Robert Yang
2019-08-06hashserv: Switch from threads to multiprocessingRichard Purdie