All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] toaster: allow setEventMask to be called by bitbake observer
@ 2016-03-03  6:47 brian avery
  2016-03-03  6:47 ` [PATCH 1/7] toasterui: reformat list of events brian avery
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: brian avery @ 2016-03-03  6:47 UTC (permalink / raw)
  To: bitbake-devel

This patchset is a preparation for the #7880 fix. This will allow the toasterui to work in build mode, i.e. with
bitbake <target> -u toasterui.

If you want to test this functionality you can do the following:
 - start Toaster
 - kill bitbake server and observer processes
 - unset BBSERVER
 - add INHERIT+="toaster buildhistory" line to conf/local.conf
 - run bitbake <target> -u toasterui

Expected outcome: you should see commandline build in UI without bitbake server
                  and observer running.

Also, I've discovered nasty bug in handling setEventMask by bitbake server while
working on this. It causes ignoring of the event mask set by toasterui. The result
of this is that list of events in _ev_list variable is different from the actual
list of events processed by toasterui.

Upstreamed for Ed,
-bavery

The following changes since commit ffce6a18876c3a0c949eb75f0ce2f9dc36054c83:

  toaster: remove sshbecontroller module (2016-03-02 20:31:08 -0800)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/toaster/toasterui-in-build-mode
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/toaster/toasterui-in-build-mode

Ed Bartosh (7):
  toasterui: reformat list of events
  toasterui: update list of events
  command: make setEventMask readonly
  toasterui: check if setEventMask succeeded
  toasterui: make toasterui to work in build mode
  toasterui: exit on final events
  toasterui: fix warning 'Unknown event'

 lib/bb/command.py      |  1 +
 lib/bb/ui/toasterui.py | 90 +++++++++++++++++++++++++++++++++++---------------
 2 files changed, 64 insertions(+), 27 deletions(-)

--
1.9.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-03  6:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03  6:47 [PATCH 0/7] toaster: allow setEventMask to be called by bitbake observer brian avery
2016-03-03  6:47 ` [PATCH 1/7] toasterui: reformat list of events brian avery
2016-03-03  6:47 ` [PATCH 2/7] toasterui: update " brian avery
2016-03-03  6:47 ` [PATCH 3/7] command: make setEventMask readonly brian avery
2016-03-03  6:47 ` [PATCH 4/7] toasterui: check if setEventMask succeeded brian avery
2016-03-03  6:47 ` [PATCH 5/7] toasterui: make toasterui to work in build mode brian avery
2016-03-03  6:47 ` [PATCH 6/7] toasterui: exit on final events brian avery
2016-03-03  6:47 ` [PATCH 7/7] toasterui: fix warning 'Unknown event' brian avery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.