summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2020-09-05bitbake: process.py: Handle SystemExit exception to eliminate backtraceMark Hatle
2020-09-02bitbake: process/knotty: Improve early exception handlingRichard Purdie
2020-09-02bitbake: COW: migrate test suite into tests/cowChris Laplante
2020-09-02bitbake: COW: formattingChris Laplante
2020-08-26bitbake: server/process: Fix typo in code causing tracebacksRichard Purdie
2020-08-26bitbake: utils: Drop broken timeout functionRichard Purdie
2020-08-26bitbake: process: Avoid bb.utils.timeoutRichard Purdie
2020-08-26bitbake: compat.py: remove file since it no longer actually implements anythingChris Laplante
2020-08-26bitbake: server/process: Use sys.executable for bitbake-serverRichard Purdie
2020-08-26bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25bitbake: cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie
2020-08-25bitbake: runqueue: Don't use sys.argvRichard Purdie
2020-08-25bitbake: server/process: Add bitbake-server and exec() a new server processRichard Purdie
2020-08-25bitbake: server/process: Log extra threads at exitRichard Purdie
2020-08-25bitbake: cooker: Ensure BB_ORIGENV is updated by changes to configuration.envRichard Purdie
2020-08-25bitbake: main/server/process: Drop configuration object passingRichard Purdie
2020-08-25bitbake: server/process: Move the socket code to server process onlyRichard Purdie
2020-08-25bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-25bitbake: cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie
2020-08-25bitbake: cookerdata: Ensure UI options are updated to the serverRichard Purdie
2020-08-25bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2020-08-25bitbake: build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-24bitbake: fetch2: Drop cups.org from wget status checksRichard Purdie
2020-08-24bitbake: cooker: Explictly shut down the sync threadRichard Purdie
2020-08-24bitbake: cooker: Ensure parse_quit thread is closed downRichard Purdie
2020-08-24bitbake: fetch2/wget: Remove buffering parameterRichard Purdie
2020-08-22bitbake: siggen: clean_basepath: remove recipe full path when virtual:xyz pre...Jean-Francois Dagenais
2020-08-21bitbake: build: make shell traps less chatty when 'bitbake -v' is useduninative-2.9Chris Laplante
2020-08-15bitbake: build: print a backtrace with the original metadata locations of Bas...Chris Laplante
2020-08-15bitbake: build: print a backtrace when a Bash shell function failsChris Laplante
2020-08-13bitbake: server/process: Add extra logfile flushingRichard Purdie
2020-08-13bitbake: server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie
2020-08-13bitbake: server/process: Simplfy idle callback handler functionRichard Purdie
2020-08-13bitbake: server/process: Remove pointless process forkingRichard Purdie
2020-08-08bitbake: data: emit filename/lineno information for shell functionsChris Laplante
2020-08-08bitbake: tests/color: add test suite for ANSI color code filteringChris Laplante
2020-08-08bitbake: progress: filter ANSI escape codes before looking for progress textChris Laplante
2020-08-08bitbake: progress: fix hypothetical NameError if 'progress' isn't setChris Laplante
2020-08-08bitbake: progress: modernize syntax, formatChris Laplante
2020-07-29bitbake: build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante
2020-07-29bitbake: build: print traceback if progress handler can't be createdChris Laplante
2020-07-28bitbake: server/process: Account for xmlrpc connectionsRichard Purdie
2020-07-28bitbake: server/process: Fix UI first connection trackingRichard Purdie
2020-07-25bitbake: bitbake: command: Handle multiconfig in findSigInfoJoshua Watt
2020-07-23bitbake: cooker: Handle multiconfig name mappings correctlyRichard Purdie
2020-07-23bitbake: cooker: Improve multiconfig configuration error reportingRichard Purdie
2020-07-21bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie
2020-07-21bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie
2020-07-21bitbake: server/process: Fix note reference -> infoRichard Purdie