summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-19 10:37:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:58 +0000
commit429ce39f75c4fe7fb7095dd31d6afb5290685675 (patch)
treedeb4c376cb357d1770346b1deab85b8361cd9003 /documentation/poky-ref-manual/ref-variables.xml
parent6e17ba9cc3d1839008afb05aa815ed0e996ba006 (diff)
downloadpoky-429ce39f75c4fe7fb7095dd31d6afb5290685675.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml20
1 files changed, 9 insertions, 11 deletions
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"
1948 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> 1948 <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm>
1949 <glossdef> 1949 <glossdef>
1950 <para> 1950 <para>
1951 Controls how the OpenEmbedded build system spawns terminals 1951 Controls how the OpenEmbedded build system spawns
1952 on the host development system. 1952 interactive terminals on the host development system
1953 Because the build system needs to account for parallelism 1953 (e.g. using the BitBake command with the
1954 during the build, concurrently running processes might require 1954 <filename>-c devshell</filename> command-line option).
1955 attention (e.g. build cannot resove a patch). 1955 For more information, see the
1956 For such a case, the host system needs to spawn and launch 1956 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section
1957 an interactive shell. 1957 in the Yocto Project Development Manual.
1958 </para> 1958 </para>
1959 1959
1960 <para> 1960 <para>
1961 You can use the following values for the 1961 You can use the following values for the
1962 <filename>OE_TERMINAL</filename> variable in the 1962 <filename>OE_TERMINAL</filename> variable:
1963 <filename>conf/local.conf</filename> configuration file, which is found in
1964 the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
1965 <literallayout class='monospaced'> 1963 <literallayout class='monospaced'>
1966 auto 1964 auto
1967 gnome 1965 gnome
@@ -1972,7 +1970,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1972 none 1970 none
1973 </literallayout> 1971 </literallayout>
1974 <note>Konsole support only works for KDE 3.x. 1972 <note>Konsole support only works for KDE 3.x.
1975 Also, "none" is the default behavior for 1973 Also, "auto" is the default behavior for
1976 <filename>OE_TERMINAL</filename></note> 1974 <filename>OE_TERMINAL</filename></note>
1977 </para> 1975 </para>
1978 </glossdef> 1976 </glossdef>