summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: cooker: Add REQUIRED_VERSION checksCharlie Davies2021-03-151-2/+8
* bitbake: bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies2021-03-151-8/+16
* bitbake: Force parser shutdown after catching an exceptionJan Brzezanski2021-02-211-5/+5
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-7/+7
* bitbake: cooker: Ensure reparsing is handled correctlyRichard Purdie2021-02-101-0/+2
* bitbake: lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig ...Tomasz Dziendzielski2021-02-061-2/+2
* bitbake: cooker: Include all packages a recipe provides in SkippedPackage.rpr...Peter Kjellerstedt2020-12-211-1/+3
* bitbake: cooker: Avoid tracebacks if data was never setupRichard Purdie2020-10-011-1/+2
* bitbake: cooker: Block SIGINT in worker processesJoshua Watt2020-09-151-0/+1
* bitbake: cooker/command: Fix disconnection handlingRichard Purdie2020-09-121-2/+3
* bitbake: cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZEDRobert Yang2020-09-101-1/+1
* bitbake: cooker: Ensure parser worker signal handlers are defaultRichard Purdie2020-09-081-0/+2
* bitbake: cooker: Avoid parser deadlocksRichard Purdie2020-09-081-4/+6
* bitbake: cooker: Ensure parser is cleaned upRichard Purdie2020-09-061-0/+1
* bitbake: cooker: Assign a name to the sync thread to aid debuggingRichard Purdie2020-09-051-1/+1
* bitbake: cooker: Ensure parser replacement calls parser final_cleanupRichard Purdie2020-09-051-0/+1
* bitbake: cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie2020-09-051-2/+2
* bitbake: cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie2020-08-251-0/+4
* bitbake: cooker: Ensure BB_ORIGENV is updated by changes to configuration.envRichard Purdie2020-08-251-0/+6
* bitbake: main/server/process: Drop configuration object passingRichard Purdie2020-08-251-2/+2
* bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie2020-08-251-9/+8
* bitbake: cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie2020-08-251-7/+11
* bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie2020-08-251-1/+6
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2020-08-251-5/+0
* bitbake: cooker: Explictly shut down the sync threadRichard Purdie2020-08-241-1/+7
* bitbake: cooker: Ensure parse_quit thread is closed downRichard Purdie2020-08-241-6/+8
* bitbake: server/process: Simplfy idle callback handler functionRichard Purdie2020-08-131-4/+6
* bitbake: cooker: Handle multiconfig name mappings correctlyRichard Purdie2020-07-231-1/+1
* bitbake: cooker: Improve multiconfig configuration error reportingRichard Purdie2020-07-231-1/+6
* bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie2020-07-211-30/+50
* bitbake: bitbake: cache: Cache size optimizationJoshua Watt2020-06-101-7/+1
* bitbake: bitbake: cache: Use multiconfig aware cachesJoshua Watt2020-06-101-17/+25
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-101-57/+82
* bitbake: cooker: Respect multiconfig parameterJoshua Watt2020-03-071-3/+3
* bitbake: cooker: Reset parse status unpon clientCompleteRichard Purdie2020-03-021-0/+2
* bitbake: cooker: Reset loghandlerRichard Purdie2020-02-191-0/+3
* bitbake: cooker/siggen: Empty siggen cache during parsingRichard Purdie2020-02-171-1/+2
* bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews2020-02-061-1/+1
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-4/+4
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-4/+0
* bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt2020-01-101-8/+8
* bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt2019-11-141-4/+0
* bitbake: hashserv: Don't daemonize server processJoshua Watt2019-09-271-1/+0
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-181-8/+9
* bitbake: Revert "bitbake: cooker: Ensure bbappends are found in stable order"Martin Jansa2019-09-161-1/+0
* bitbake: bitbake: cooker: Ensure bbappends are found in stable orderWes Lindauer2019-09-071-0/+1
* bitbake: cooker.py: remove generation of recipe-depends.dotChen Qi2019-08-281-21/+4
* bitbake: cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie2019-08-141-12/+17
* bitbake: cooker: Cleanup the queue before call process.join()Robert Yang2019-08-081-0/+8
* bitbake: hashserv: Switch from threads to multiprocessingRichard Purdie2019-08-061-9/+11