summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2020-09-23bitbake: bitbake: siggen: clean_basepath: improve perfo and readabilityJean-Francois Dagenais
2020-09-23bitbake: bitbake: tests/siggen: introduce clean_basepath testcasesJean-Francois Dagenais
2020-09-23bitbake: bitbake: tests/fetch: add unit tests for SRC_URI with spaces in urlCharlie Davies
2020-09-23bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-09-15bitbake: cooker: Block SIGINT in worker processesJoshua Watt
2020-09-15bitbake: tests/fetch: Move away from problematic freedesktop.org urlsRichard Purdie
2020-09-12bitbake: tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie
2020-09-12bitbake: cooker/command: Fix disconnection handlingRichard Purdie
2020-09-10bitbake: utils: fix UnboundLocalError when _print_exception raisesChris Laplante
2020-09-10bitbake: utils.py: get_file_layer(): Improve performanceRobert Yang
2020-09-10bitbake: utils.py: get_file_layer(): Exit the loop when file is matchedRobert Yang
2020-09-10bitbake: cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZEDRobert Yang
2020-09-10bitbake: utils: process_profilelog: use context managerChris Laplante
2020-09-08bitbake: cooker: Ensure parser worker signal handlers are defaultRichard Purdie
2020-09-08bitbake: cooker: Avoid parser deadlocksRichard Purdie
2020-09-06bitbake: cooker: Ensure parser is cleaned upRichard Purdie
2020-09-05bitbake: server/process: Note when commands complete in logsRichard Purdie
2020-09-05bitbake: server/process: Prefix the log data with pid/time informationRichard Purdie
2020-09-05bitbake: server/process: Ensure we don't keep looping if some other server is...Richard Purdie
2020-09-05bitbake: cooker: Assign a name to the sync thread to aid debuggingRichard Purdie
2020-09-05bitbake: cooker: Ensure parser replacement calls parser final_cleanupRichard Purdie
2020-09-05bitbake: server/process: Don't show tracebacks if the lockfile is removedRichard Purdie
2020-09-05bitbake: server/process: Ensure logging is flushedRichard Purdie
2020-09-05bitbake: process: Avoid printing binary strings for leftover processesRichard Purdie
2020-09-05bitbake: cookerdata: Fix exception raise statementsRichard Purdie
2020-09-05bitbake: cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie
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