summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: siggen: Ensure version of siggen is verifiedRichard Purdie2024-01-051-0/+1
* bitbake: command: Make parseRecipeFile() handle virtual recipes correctlyPeter Kjellerstedt2023-11-231-4/+4
* bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan2023-09-281-0/+6
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-181-3/+5
* bitbake: command: Avoid time intensive distractions for pingRichard Purdie2023-09-021-2/+5
* bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie2023-05-251-2/+3
* bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie2023-01-111-14/+12
* bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie2023-01-111-2/+2
* bitbake: command: Ensure that failure cases call finishAsyncComandRichard Purdie2023-01-021-2/+2
* bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie2022-12-311-4/+7
* bitbake: server/process: Improve idle loop exit codeRichard Purdie2022-12-311-8/+5
* bitbake: command: Tweak finishAsyncCommand ordering to avoid racesRichard Purdie2022-12-311-1/+1
* bitbake: command: Add ping commandRichard Purdie2022-12-211-0/+6
* bitbake: command.py: cleanup bb.cache.parse_recipeChen Qi2022-11-271-1/+1
* bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie2022-11-201-2/+1
* bitbake: cooker/command: Add a dummy event for tinfoil testingRichard Purdie2021-09-261-0/+10
* bitbake: command: Ensure we catch/handle exceptionsRichard Purdie2021-08-061-3/+11
* bitbake: tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie2021-04-181-0/+12
* bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...Richard Purdie2020-10-101-1/+5
* bitbake: cooker/command: Fix disconnection handlingRichard Purdie2020-09-121-1/+2
* bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie2020-08-251-1/+8
* bitbake: server/process: Simplfy idle callback handler functionRichard Purdie2020-08-131-1/+1
* bitbake: bitbake: command: Handle multiconfig in findSigInfoJoshua Watt2020-07-251-3/+3
* bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie2020-07-211-1/+1
* bitbake: bitbake: command: Move split_mc_pn to runqueueJoshua Watt2020-06-101-7/+1
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-101-8/+29
* bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie2020-04-061-2/+1
* bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie2020-03-241-66/+25
* bitbake: command: Add mc parameter to findProviders commandJoshua Watt2020-03-071-1/+5
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: cooker: clear extra config settings and remote datastores on client ...Paul Eggleton2017-09-051-0/+3
* bitbake: command: Fix some bugs identified by BB_SERVER_TIMEOUTRichard Purdie2017-08-311-1/+2
* bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie2017-08-131-0/+2
* bitbake: bitbake-diffsigs: fix regression after recent server changesPaul Eggleton2017-07-271-0/+11
* bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton2017-07-211-0/+32
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-211-0/+2
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-211-3/+6
* bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie2017-07-211-0/+5
* bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton2017-06-121-60/+0
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-06-121-1/+2
* bitbake: lib/bb/command: fix overrides in remote datastores where there is no...Paul Eggleton2017-04-201-0/+3
* bitbake: command.py: multiconfig support for findBestProviderJuro Bystricky2017-04-191-2/+8
* bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton2017-03-221-0/+25
* bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton2017-03-221-3/+9
* bitbake: cooker/command: Drop expanded_dataRichard Purdie2016-12-161-3/+3
* bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton2016-12-141-0/+1
* bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton2016-12-141-1/+5
* bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton2016-12-141-6/+5