On 08/24/2011 12:49 PM, Chris Larson wrote:
Saul reminded me that I never sent a proper email to let people know about the
usability change to devshell, so only those who reviewed the commits
know about it.

In the new implementation, a single OE_TERMINAL variable controls the behavior.

So your saying that the TERMCMD no longer works? We have to set both TERMCMD and OE_TERMINAL?

That does not makes sense, If I set TERMCMD to use screen then it should use screen, with out me having to also set OE_TERMINAL?

Or test TERMCMD go away at this point?

In either case, maybe we need to update the local.conf also.

Sau!


When using 'auto', or requesting an unsupported terminal, we attempt to spawn
them in priority order until we get one that's available on this system (and
in the case of the X terminals, has DISPLAY defined).  The 'none' value is
used when we're doing things like automated builds, and want to ensure that no
terminal is *ever* spawned, under any circumstances.

Current available terminals (in addition to 'noop' and 'auto'):

     gnome
     konsole
     xterm
     rxvt
     screen

Examples:

     OE_TERMINAL = "xterm"
     OE_TERMINAL = "noop"

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to