generic-poky/bitbake/lib/bb/ui
Richard Purdie f0930c8d63 bitbake: cooker: Move commandline parsing back into the UI/cookerdata
Building up a set of actions for the server is tricky since we depend upon the
commandline but fall back to values from the datastore. We should be able to build
a datastore without a commandline and vice versa. Ultimately the UI should send
the commands to the server.

This patch amounts to code rearranging, moving the heavy lifting to the UI, though
a helper in the configuration option. This will need further cleanup/tweaking but
this should be the only update needed to the UIs. The code now queries the server
for any missing data should it need to.

This code allows various knowledge of configuration variables to move to the UI side
only, partcularly pkgs_to_build but also all the command specifiers. It should also
be possible to move cmd eventually, I'm just unsure if any callers call the commands
expecting this to default to something sane right now.

(Bitbake rev: 2dbbb1d51dafd4451fef8fe16f095bcd4b8f1177)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-22 12:10:13 +01:00
..
crumbs bitbake: hob: fix for XMLRPC mode 2013-05-14 14:57:27 +03:00
icons bitbake: hob/settings: implement a new tab in settings dialog to show SSTATE_MIRRORS 2012-09-28 11:13:08 +01:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
depexp.py bitbake: cooker: Move commandline parsing back into the UI/cookerdata 2013-05-22 12:10:13 +01:00
goggle.py bitbake: cooker: Move commandline parsing back into the UI/cookerdata 2013-05-22 12:10:13 +01:00
hob.py bitbake: cooker: Move commandline parsing back into the UI/cookerdata 2013-05-22 12:10:13 +01:00
knotty.py bitbake: cooker: Move commandline parsing back into the UI/cookerdata 2013-05-22 12:10:13 +01:00
ncurses.py bitbake: cooker: Move commandline parsing back into the UI/cookerdata 2013-05-22 12:10:13 +01:00
puccho.py Rename the ui 'init' method to 'main' 2011-01-04 14:46:47 +00:00
uievent.py bitbake: uievent: Fix an init race 2012-12-04 18:02:01 +00:00
uihelper.py bitbake: uihelper: Set update flag when start event encountered 2012-10-30 16:55:40 +00:00