From 6e17ba9cc3d1839008afb05aa815ed0e996ba006 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Nov 2012 09:55:14 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 39 +++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') 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 @@ L M - + O P R @@ -1943,8 +1943,41 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - - + O + + 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. + + + + 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: + + auto + gnome + xfce + rxvt + screen + konsole + none + + Konsole support only works for KDE 3.x. + Also, "none" is the default behavior for + OE_TERMINAL + + + + P -- cgit v1.2.3-54-g00ecf