summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cooker: Ensure any existing hashserv connection is closedRichard Purdie2022-04-011-0/+2
* bitbake: cooker: Restore sys.path and sys.modules between parsesRichard Purdie2022-04-011-0/+8
* bitbake: cooker: Further fixes to inotify to fix memres bitbake issuesRichard Purdie2022-04-011-1/+11
* bitbake: cooker: Rework force parser shutdownRichard Purdie2022-03-301-12/+25
* bitbake: cooker/process: Fix signal handling lockupsRichard Purdie2022-03-301-2/+26
* bitbake: cooker: Simplify parser init function handlingRichard Purdie2022-03-301-12/+8
* bitbake: cooker: Improve exception handling in parsing processRichard Purdie2022-03-301-24/+24
* bitbake: cooker: Fix main loop starvation when parsingRichard Purdie2022-03-301-1/+5
* bitbake: cooker: Fix exception handling in parsersRichard Purdie2022-03-301-7/+6
* bitbake: cooker: Fix inotify watches causing memory resident bitbake corruptionRichard Purdie2022-03-261-0/+10
* bitbake: cooker/siggen: Support exit calls and use for hashserv clientRichard Purdie2022-03-261-0/+1
* bitbake: cooker: Fix environment history printingRichard Purdie2022-03-111-0/+2
* bitbake: lib/bb: more verbose error messageMarta Rybczynska2022-03-081-1/+1
* bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray2022-02-211-12/+12
* bitbake: cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: cooker: Improve parsing failure from handled exception usabilityRichard Purdie2022-02-171-1/+3
* bitbake: cooker: Fix task-depends.dot for multiconfig targetsRichard Purdie2021-11-131-1/+3
* bitbake: cooker: Handle parsing results queue raceRichard Purdie2021-11-101-5/+9
* bitbake: cooker: Remove debug code, oops :(Richard Purdie2021-11-101-1/+0
* bitbake: cooker: Handle parse threads disappearing to avoid hangsRichard Purdie2021-11-081-1/+10
* bitbake: cooker: check if upstream hash equivalence server is availableJose Quaresma2021-11-051-1/+11
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-031-3/+3
* bitbake: cooker/command: Add a dummy event for tinfoil testingRichard Purdie2021-09-261-0/+5
* bitbake: cooker: Allow upstream for local hash equivalence serverJoshua Watt2021-09-111-1/+6
* bitbake: cooker/process: Fix typos in exiting messageMartin Jansa2021-09-011-1/+1
* bitbake: prserv: handle PRSERV_HOST = "127.0.0.1:0" the same as "localhost:0"Martin Jansa2021-09-011-1/+1
* bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt2021-07-291-2/+1
* 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