All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add ability to auto spawn screen on a controlling terminal
@ 2012-09-17 22:43 Jason Wessel
  2012-09-17 22:43 ` [PATCH 1/4] progress.py: Fix traceback when running goggle ui Jason Wessel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jason Wessel @ 2012-09-17 22:43 UTC (permalink / raw)
  To: bitbake-devel

This is a series of 4 patches, 2 for bitbake and 2 for oe-core.  On
the bitbake side the idea is to have a new type of event which can
exec a command or print a log message if there is no controlling
terminal available.

When a controlling terminal is available the knotty UI can directly
execute the command on the controlling terminal, instead of printing
something, which occurs in all the other UI's.  What is really nice
about this is that you don't have to spawn screen in separate
terminals when you only want to use a single terminal to a build
server.

--
 lib/bb/event.py                  |    9 +++++++++
 lib/bb/ui/crumbs/progress.py     |    3 +++
 lib/bb/ui/crumbs/runningbuild.py |   15 +++++++++++++++
 lib/bb/ui/knotty.py              |   19 +++++++++++++++++++
 lib/bb/ui/ncurses.py             |    2 ++
 meta/classes/terminal.bbclass    |    4 ++--
 meta/lib/oe/terminal.py          |   33 +++++++++++++++++++--------------
 7 files changed, 69 insertions(+), 16 deletions(-)



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

end of thread, other threads:[~2012-09-24 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 22:43 [PATCH 0/4] Add ability to auto spawn screen on a controlling terminal Jason Wessel
2012-09-17 22:43 ` [PATCH 1/4] progress.py: Fix traceback when running goggle ui Jason Wessel
2012-09-17 22:43 ` [PATCH 2/4] event.py, knotty.py, ncurses.py, runningbuild.py: Add support for LogExecTTY event Jason Wessel
2012-09-17 22:43 ` [PATCH 3/4] terminal: pass data store all the way through to terminal class Jason Wessel
2012-09-17 22:43 ` [PATCH 4/4] terminal: Send LogExecTTY event to spawn screen Jason Wessel
2012-09-24 14:32 ` [PATCH 0/4] Add ability to auto spawn screen on a controlling terminal Richard Purdie

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.