summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
AgeCommit message (Expand)Author
2019-06-19bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-06-19bitbake: 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
2016-12-14bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton
2016-12-14bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-03-07bitbake: command: make setEventMask readonlyEd Bartosh
2015-10-29bitbake: command: Add getSetVariable commandRichard Purdie
2015-08-19bitbake: command: ensure sync commands that read configuration see updatesRichard Purdie
2015-08-19bitbake: command: intercept SystemExit to avoid trashing the serverPaul Eggleton
2015-08-01bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie
2015-07-09bitbake: command.py: Unlock function included into CommandsSync classLeonardo Sandoval
2015-01-23bitbake: cooker: Rename event_data -> expanded_dataRichard Purdie
2015-01-21bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie
2014-09-23bitbake: knotty: Ensure commandline parameters are updated in memres serverRichard Purdie
2014-08-23bitbake: command: Trigger updateCache to shut down any active parser threadsRichard Purdie
2014-07-21bitbake: command/runqueue: Fix shutdown logicRichard Purdie
2014-04-01bitbake: bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN
2014-03-10bitbake: cooker/command: Add setFeatures commandRichard Purdie
2013-12-03bitbake: cooker/command/hob: Cleanup configuration init/reset functions and c...Richard Purdie
2013-10-14bitbake: cooker/command: Add error state for the server and use for pre_serve...Richard Purdie
2013-10-07bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu
2013-09-22bitbake: bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN
2013-09-14bitbake: command: Treat empty messages as failures, not CommandCompletedRichard Purdie
2013-09-14bitbake: cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-14bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-08-26bitbake: command.py: Call updateCache for all states != runningRichard Purdie
2013-08-26bitbake: bitbake: Add ui event handlers filteringRichard Purdie
2013-08-06bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-08-06bitbake: hob/bitbake: save the description of a custom imageCristiana Voicu
2013-08-06bitbake: hob/bitbake: create a template (a .bb file) from hob through bitbakeCristiana Voicu
2013-06-20bitbake: bitbake: call the initConfiguration when reparsingCristiana Voicu