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:
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 289057eaa3..39b74bcba0 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1948,20 +1948,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
OE_TERMINAL
- Controls how the OpenEmbedded build system spawns terminals
- on the host development system.
- Because the build system needs to account for parallelism
- during the build, concurrently running processes might require
- attention (e.g. build cannot resove a patch).
- For such a case, the host system needs to spawn and launch
- an interactive shell.
+ Controls how the OpenEmbedded build system spawns
+ interactive terminals on the host development system
+ (e.g. using the BitBake command with the
+ -c devshell command-line option).
+ For more information, see the
+ "Using a Development Shell" section
+ in the Yocto Project Development Manual.
You can use the following values for the
- OE_TERMINAL variable in the
- conf/local.conf configuration file, which is found in
- the Build Directory:
+ OE_TERMINAL variable:
auto
gnome
@@ -1972,7 +1970,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
none
Konsole support only works for KDE 3.x.
- Also, "none" is the default behavior for
+ Also, "auto" is the default behavior for
OE_TERMINAL