summaryrefslogtreecommitdiffstats
path: root/lib/bb/command.py
AgeCommit message (Expand)Author
2017-09-21cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-04-20lib/bb/command: fix overrides in remote datastores where there is no defaultPaul Eggleton
2017-04-19command.py: multiconfig support for findBestProviderJuro Bystricky
2017-03-21data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-21tinfoil: fix override handling in remote datastoresPaul Eggleton
2016-12-16cooker/command: Drop expanded_dataRichard Purdie
2016-12-14runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-14cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14tinfoil: implement server-side recipe parsingPaul Eggleton
2016-12-14tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14command: provide a means to shut down from the client in memres modePaul Eggleton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-03-07command: make setEventMask readonlyEd Bartosh
2015-10-29command: Add getSetVariable commandRichard Purdie
2015-08-17command: ensure sync commands that read configuration see updatesRichard Purdie
2015-08-17command: intercept SystemExit to avoid trashing the serverPaul Eggleton
2015-07-31cooker: properly fix bitbake.lock handlingRichard Purdie
2015-07-09command.py: Unlock function included into CommandsSync classLeonardo Sandoval
2015-01-23cooker: Rename event_data -> expanded_dataRichard Purdie
2015-01-21command/cooker/knotty: Fix memres handling of command environment changesRichard Purdie
2014-09-23knotty: Ensure commandline parameters are updated in memres serverRichard Purdie
2014-08-22command: Trigger updateCache to shut down any active parser threadsRichard Purdie
2014-07-21command/runqueue: Fix shutdown logicRichard Purdie
2014-04-01bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN
2014-03-09cooker/command: Add setFeatures commandRichard Purdie
2013-12-03cooker/command/hob: Cleanup configuration init/reset functions and commandsRichard Purdie
2013-10-14cooker/command: Add error state for the server and use for pre_serve errorsRichard Purdie
2013-10-04bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu
2013-09-18bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN
2013-09-13command: Treat empty messages as failures, not CommandCompletedRichard Purdie
2013-09-13cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-13cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-08-26command.py: Call updateCache for all states != runningRichard Purdie
2013-08-26bitbake: Add ui event handlers filteringRichard Purdie
2013-08-06hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-08-06hob/bitbake: save the description of a custom imageCristiana Voicu
2013-08-06hob/bitbake: create a template (a .bb file) from hob through bitbakeCristiana Voicu
2013-06-20bitbake: call the initConfiguration when reparsingCristiana Voicu
2013-06-20bitbake: remove the function for reparse because it does nothingCristiana Voicu
2013-06-20bitbake & hob: modify some commands and call them from hobCristiana Voicu
2013-06-17knotty, xmlrpc: add observer-only modeAlexandru DAMIAN
2013-06-07cooker: Split data from configurationRichard Purdie
2013-05-24cooker/cookerdata: Improve configuration object handlingRichard Purdie
2013-05-22command: Fix function module reference after code rearrangementRichard Purdie
2013-05-21cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie
2013-05-21bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie
2013-03-19hob: some settings in Hob are not rememberedCristiana Voicu
2013-01-31bitbake & hob: implement functions to assure consistency for configuration filesCristiana Voicu
2012-12-14hob/bitbake: custom image is now using the base imageCristiana Voicu