summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: process.py: Handle SystemExit exception to eliminate backtraceMark Hatle2020-09-051-1/+1
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2020-09-022-5/+23
* bitbake: COW: migrate test suite into tests/cowChris Laplante2020-09-022-134/+206
* bitbake: COW: formattingChris Laplante2020-09-021-7/+21
* bitbake: server/process: Fix typo in code causing tracebacksRichard Purdie2020-08-261-1/+1
* bitbake: utils: Drop broken timeout functionRichard Purdie2020-08-261-14/+0
* bitbake: process: Avoid bb.utils.timeoutRichard Purdie2020-08-261-24/+27
* bitbake: compat.py: remove file since it no longer actually implements anythingChris Laplante2020-08-264-30/+21
* bitbake: server/process: Use sys.executable for bitbake-serverRichard Purdie2020-08-261-1/+1
* bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie2020-08-264-27/+6
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-2522-42/+51
* bitbake: cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie2020-08-251-0/+4
* bitbake: runqueue: Don't use sys.argvRichard Purdie2020-08-251-5/+4
* bitbake: server/process: Add bitbake-server and exec() a new server processRichard Purdie2020-08-252-39/+109
* bitbake: server/process: Log extra threads at exitRichard Purdie2020-08-251-0/+3
* 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-255-28/+12
* bitbake: server/process: Move the socket code to server process onlyRichard Purdie2020-08-251-17/+15
* bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie2020-08-253-27/+37
* bitbake: cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie2020-08-252-8/+12
* bitbake: cookerdata: Ensure UI options are updated to the serverRichard Purdie2020-08-251-1/+3
* bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie2020-08-253-9/+16
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2020-08-256-18/+15
* bitbake: fetch2: Drop cups.org from wget status checksRichard Purdie2020-08-241-3/+1
* 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: fetch2/wget: Remove buffering parameterRichard Purdie2020-08-241-4/+1
* bitbake: siggen: clean_basepath: remove recipe full path when virtual:xyz pre...Jean-Francois Dagenais2020-08-221-1/+1
* bitbake: build: make shell traps less chatty when 'bitbake -v' is useduninative-2.9Chris Laplante2020-08-211-2/+3
* bitbake: build: print a backtrace with the original metadata locations of Bas...Chris Laplante2020-08-152-1/+60
* bitbake: build: print a backtrace when a Bash shell function failsChris Laplante2020-08-151-11/+50
* bitbake: server/process: Add extra logfile flushingRichard Purdie2020-08-131-13/+22
* bitbake: server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie2020-08-131-4/+5
* bitbake: server/process: Simplfy idle callback handler functionRichard Purdie2020-08-134-14/+9
* bitbake: server/process: Remove pointless process forkingRichard Purdie2020-08-131-3/+2
* bitbake: data: emit filename/lineno information for shell functionsChris Laplante2020-08-081-0/+6
* bitbake: tests/color: add test suite for ANSI color code filteringChris Laplante2020-08-082-0/+96
* bitbake: progress: filter ANSI escape codes before looking for progress textChris Laplante2020-08-081-3/+22
* bitbake: progress: fix hypothetical NameError if 'progress' isn't setChris Laplante2020-08-081-3/+5
* bitbake: progress: modernize syntax, formatChris Laplante2020-08-081-10/+17
* bitbake: build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante2020-07-291-1/+1
* bitbake: build: print traceback if progress handler can't be createdChris Laplante2020-07-291-1/+7
* bitbake: server/process: Account for xmlrpc connectionsRichard Purdie2020-07-281-1/+1
* bitbake: server/process: Fix UI first connection trackingRichard Purdie2020-07-281-1/+3
* bitbake: bitbake: command: Handle multiconfig in findSigInfoJoshua Watt2020-07-251-3/+3
* 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: build: Allow deltask to take multiple tasknamesRichard Purdie2020-07-213-10/+11
* bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie2020-07-213-32/+52
* bitbake: server/process: Fix note reference -> infoRichard Purdie2020-07-211-1/+1