mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM
Its better to use xterm since some folks may not be using gnome or KDE. Chances of having xterm on build machines are lot more than having gnome-terminal. (From OE-Core rev: 6ba0dc5b075ab63d6c16fcb45928336a919cf070) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -571,8 +571,8 @@ KONSOLE_TERMCMD = 'konsole -T "$TERMWINDOWTITLE"'
|
||||
KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS'
|
||||
|
||||
# Set a default
|
||||
TERMCMD ?= "${GNOME_TERMCMD}"
|
||||
TERMCMDRUN ?= "${GNOME_TERMCMDRUN}"
|
||||
TERMCMD ?= "${XTERM_TERMCMD}"
|
||||
TERMCMDRUN ?= "${XTERM_TERMCMDRUN}"
|
||||
|
||||
##################################################################
|
||||
# Miscellaneous utilities.
|
||||
|
||||
Reference in New Issue
Block a user