summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
AgeCommit message (Expand)Author
2024-01-05bitbake: siggen: Ensure version of siggen is verifiedRichard Purdie
2023-11-23bitbake: command: Make parseRecipeFile() handle virtual recipes correctlyPeter Kjellerstedt
2023-09-28bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-02bitbake: command: Avoid time intensive distractions for pingRichard Purdie
2023-05-25bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie
2023-01-11bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-11bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie
2023-01-02bitbake: command: Ensure that failure cases call finishAsyncComandRichard Purdie
2022-12-31bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie
2022-12-31bitbake: server/process: Improve idle loop exit codeRichard Purdie
2022-12-31bitbake: command: Tweak finishAsyncCommand ordering to avoid racesRichard Purdie
2022-12-21bitbake: command: Add ping commandRichard Purdie
2022-11-27bitbake: command.py: cleanup bb.cache.parse_recipeChen Qi
2022-11-20bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie
2021-09-26bitbake: cooker/command: Add a dummy event for tinfoil testingRichard Purdie
2021-08-06bitbake: command: Ensure we catch/handle exceptionsRichard Purdie
2021-04-18bitbake: tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie
2020-10-10bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...Richard Purdie
2020-09-12bitbake: cooker/command: Fix disconnection handlingRichard Purdie
2020-08-25bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-13bitbake: server/process: Simplfy idle callback handler functionRichard Purdie
2020-07-25bitbake: bitbake: command: Handle multiconfig in findSigInfoJoshua Watt
2020-07-21bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie
2020-06-10bitbake: bitbake: command: Move split_mc_pn to runqueueJoshua Watt
2020-06-10bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-04-06bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie
2020-03-24bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-07bitbake: command: Add mc parameter to findProviders commandJoshua Watt
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2017-09-05bitbake: cooker: clear extra config settings and remote datastores on client ...Paul Eggleton
2017-08-31bitbake: command: Fix some bugs identified by BB_SERVER_TIMEOUTRichard Purdie
2017-08-13bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie
2017-07-27bitbake: bitbake-diffsigs: fix regression after recent server changesPaul Eggleton
2017-07-21bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton
2017-07-21bitbake: lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-21bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton
2017-07-21bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-06-12bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton
2017-06-12bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-04-20bitbake: lib/bb/command: fix overrides in remote datastores where there is no...Paul Eggleton
2017-04-19bitbake: command.py: multiconfig support for findBestProviderJuro Bystricky
2017-03-22bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-22bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton
2016-12-16bitbake: cooker/command: Drop expanded_dataRichard Purdie
2016-12-14bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-14bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton