All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [PULL REQUEST,v2] Rework the devshell
@ 2011-07-13 18:35 Christopher Larson
  2011-07-13 18:35 ` [PATCH 1/2] Rework how the devshell functions Christopher Larson
  2011-07-13 18:35 ` [PATCH 2/2] oe.terminal: improve how we spawn screen Christopher Larson
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher Larson @ 2011-07-13 18:35 UTC (permalink / raw)
  To: openembedded-core

Changes since the previous sends: resurrects the export of some variables that
were inadvertently removed.

The following changes since commit de4dc5f0741533529789a6094721f708728af386:

  eglibc: fix runtime assertion failure (2011-07-13 12:34:23 +0100)

are available in the git repository at:
  http://github.com/kergoth/oe-core devshell

Chris Larson (2):
  Rework how the devshell functions
  oe.terminal: improve how we spawn screen

 meta/classes/devshell.bbclass |   29 +++++-------
 meta/classes/terminal.bbclass |   30 +++++++++++
 meta/lib/oe/terminal.py       |  107 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 149 insertions(+), 17 deletions(-)
 create mode 100644 meta/classes/terminal.bbclass
 create mode 100644 meta/lib/oe/terminal.py

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH(v3) 0/2] Rework the devshell
@ 2011-08-09 18:05 Christopher Larson
  2011-08-09 18:05 ` [PATCH 1/2] Rework how the devshell functions Christopher Larson
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Larson @ 2011-08-09 18:05 UTC (permalink / raw)
  To: openembedded-core

This version addresses the issue brought up by Richard regarding unconditional
export of variables resulting in checksum changes. This exports the required
variables specifically within the subprocess for the terminal.

A future patch will alter things like the patch resolver to use this.

The following changes since commit ced947e989dfbca8055fe57e14207cb6f1357430:

  qemu: Poke more paths for presence of libgl (2011-08-09 15:21:06 +0100)

are available in the git repository at:
  git://github.com/kergoth/oe-core devshell

go here for github's branch comparison interface:
  https://github.com/kergoth/oe-core/compare/master...devshell

Chris Larson (2):
      Rework how the devshell functions
      oe.terminal: improve how we spawn screen

 meta/classes/devshell.bbclass |   24 ++-------
 meta/classes/terminal.bbclass |   40 +++++++++++++++
 meta/lib/oe/terminal.py       |  106 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 152 insertions(+), 18 deletions(-)
 create mode 100644 meta/classes/terminal.bbclass
 create mode 100644 meta/lib/oe/terminal.py

-- 
1.7.5.4




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

end of thread, other threads:[~2011-08-09 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 18:35 [PATCH 0/2] [PULL REQUEST,v2] Rework the devshell Christopher Larson
2011-07-13 18:35 ` [PATCH 1/2] Rework how the devshell functions Christopher Larson
2011-07-13 19:36   ` Richard Purdie
2011-07-13 19:45     ` Chris Larson
2011-07-13 18:35 ` [PATCH 2/2] oe.terminal: improve how we spawn screen Christopher Larson
  -- strict thread matches above, loose matches on Subject: below --
2011-08-09 18:05 [PATCH(v3) 0/2] Rework the devshell Christopher Larson
2011-08-09 18:05 ` [PATCH 1/2] Rework how the devshell functions Christopher Larson

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.