diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-19 09:55:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:57 +0000 |
commit | 6e17ba9cc3d1839008afb05aa815ed0e996ba006 (patch) | |
tree | f53a8496eaf9c62dd17a25daa5fc0f303b6251e6 /documentation/poky-ref-manual/ref-variables.xml | |
parent | 04cb323e66b043bbe7946faa1683f63cd046f9c1 (diff) | |
download | poky-6e17ba9cc3d1839008afb05aa815ed0e996ba006.tar.gz |
documentation: poky-ref-manual, dev-manual - devshell behaviour
Fixes [YOCTO #2909]
Updated the section on using a development shell
(From yocto-docs rev: 37b43dcb19dda747b7e90ac2e393dad29e9d87a5)
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.xml | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 869ff550d4..289057eaa3 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -30,7 +30,7 @@ | |||
30 | <link linkend='var-LAYERDIR'>L</link> | 30 | <link linkend='var-LAYERDIR'>L</link> |
31 | <link linkend='var-MACHINE'>M</link> | 31 | <link linkend='var-MACHINE'>M</link> |
32 | <!-- <link linkend='var-glossary-n'>N</link> --> | 32 | <!-- <link linkend='var-glossary-n'>N</link> --> |
33 | <!-- <link linkend='var-glossary-o'>O</link> --> | 33 | <link linkend='var-OE_TERMINAL'>O</link> |
34 | <link linkend='var-P'>P</link> | 34 | <link linkend='var-P'>P</link> |
35 | <!-- <link linkend='var-glossary-q'>Q</link> --> | 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> |
36 | <link linkend='var-RCONFLICTS'>R</link> | 36 | <link linkend='var-RCONFLICTS'>R</link> |
@@ -1943,8 +1943,41 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1943 | <!-- <glossdiv id='var-glossary-n'><title>N</title>--> | 1943 | <!-- <glossdiv id='var-glossary-n'><title>N</title>--> |
1944 | <!-- </glossdiv>--> | 1944 | <!-- </glossdiv>--> |
1945 | 1945 | ||
1946 | <!-- <glossdiv id='var-glossary-o'><title>O</title>--> | 1946 | <glossdiv id='var-glossary-o'><title>O</title> |
1947 | <!-- </glossdiv>--> | 1947 | |
1948 | <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> | ||
1949 | <glossdef> | ||
1950 | <para> | ||
1951 | Controls how the OpenEmbedded build system spawns terminals | ||
1952 | on the host development system. | ||
1953 | Because the build system needs to account for parallelism | ||
1954 | during the build, concurrently running processes might require | ||
1955 | attention (e.g. build cannot resove a patch). | ||
1956 | For such a case, the host system needs to spawn and launch | ||
1957 | an interactive shell. | ||
1958 | </para> | ||
1959 | |||
1960 | <para> | ||
1961 | You can use the following values for the | ||
1962 | <filename>OE_TERMINAL</filename> variable in the | ||
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'> | ||
1966 | auto | ||
1967 | gnome | ||
1968 | xfce | ||
1969 | rxvt | ||
1970 | screen | ||
1971 | konsole | ||
1972 | none | ||
1973 | </literallayout> | ||
1974 | <note>Konsole support only works for KDE 3.x. | ||
1975 | Also, "none" is the default behavior for | ||
1976 | <filename>OE_TERMINAL</filename></note> | ||
1977 | </para> | ||
1978 | </glossdef> | ||
1979 | </glossentry> | ||
1980 | </glossdiv> | ||
1948 | 1981 | ||
1949 | <glossdiv id='var-glossary-p'><title>P</title> | 1982 | <glossdiv id='var-glossary-p'><title>P</title> |
1950 | 1983 | ||