[OE-core] [PATCH 1/2] Rework how the devshell functions

2011-08-09 Thread Christopher Larson
From: Chris Larson In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice' typed variable. This varia

Re: [OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Chris Larson
On Wed, Jul 13, 2011 at 12:36 PM, Richard Purdie wrote: > On Wed, 2011-07-13 at 11:35 -0700, Christopher Larson wrote: >> diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass >> index 5f262f4..95c29f3 100644 >> --- a/meta/classes/devshell.bbclass >> +++ b/meta/classes/devshel

Re: [OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 11:35 -0700, Christopher Larson wrote: > From: Chris Larson > > In the new implementation, each known terminal is defined as a class in > oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this > functionality, providing the metadata pieces. It obeys th

[OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Christopher Larson
From: Chris Larson In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice' typed variable. This varia