From 429ce39f75c4fe7fb7095dd31d6afb5290685675 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Nov 2012 10:37:15 -0800 Subject: documentation: poky-ref-manual, dev-manual - deveshell handling Fixes [YOCTO #2909] Updated the "Using a Development Shell" in the dev-manual to note that the OE_TERMINAL variable is the thing that controls what terminal is spawned. Added a reference into the new variable description. In the poky-ref-manual, I created a new glossary description for the OE_TERMINAL variable. (From yocto-docs rev: 25001eba312c4109b4aaa79b334d27e144ef0d3f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 8fc0d06830..e32be4ed9f 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1862,35 +1862,8 @@ directory. This command spawns a terminal with a shell prompt within the OpenEmbedded build environment. The OE_TERMINAL controls what type of shell is opened. - You can define the variable in the conf/local.conf - configuration file in the Build Directory. - - Current available terminals are: - - auto - gnome - xfce - rxvt - screen - konsole (KDE 3.x only) - none - - The default terminal type is "auto" and causes - the OpenEmbedded build system to attempt to spawn terminals in a - priority order until one is found that is available on the host - development system. - For the case of an X terminal, DISPLAY must also - be defined. - - - - If OE_TERMINAL is set to "none", the system - never spawns a terminal under any circumstances. - Use this setting when you are doing automated builds. - - For spawned terminals, the following occurs: -- cgit v1.2.3-54-g00ecf