summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-03 22:02:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-04 17:05:53 +0000
commit426ad821065c50fc008a140e5b2334d2c97511c3 (patch)
treec0c5fc0c6a22e9c12dbbb20307328132ef2bf4ca /meta/conf/bitbake.conf
parent9d1f10ed012de6976141a29ba483e0b96781fe28 (diff)
downloadpoky-426ad821065c50fc008a140e5b2334d2c97511c3.tar.gz
bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead
(From OE-Core rev: ddb825c87dd3e59d50841a993080a00d1459b1e7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Yes, this one is against meta-yocto, I'll fix it to apply the same change to OE-Core's local.conf.sample in the final version]
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9938a676a5..d405b6a7ff 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -589,26 +589,6 @@ FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALS
589FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" 589FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}"
590PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" 590PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
591 591
592
593##################################################################
594# UI/Interaction Configuration
595##################################################################
596
597export SHELLCMDS = "bash"
598# Some common terminal programs to choose from
599GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"'
600GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS'
601SCREEN_TERMCMD = 'screen -D -m -t "$TERMWINDOWTITLE"'
602SCREEN_TERMCMDRUN = '${SCREEN_TERMCMD} $SHELLCMDS'
603XTERM_TERMCMD = 'xterm -T "$TERMWINDOWTITLE"'
604XTERM_TERMCMDRUN = '${XTERM_TERMCMD} -e $SHELLCMDS'
605KONSOLE_TERMCMD = 'konsole -T "$TERMWINDOWTITLE"'
606KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS'
607
608# Set a default
609TERMCMD ?= "${XTERM_TERMCMD}"
610TERMCMDRUN ?= "${XTERM_TERMCMDRUN}"
611
612################################################################## 592##################################################################
613# Miscellaneous utilities. 593# Miscellaneous utilities.
614################################################################## 594##################################################################