* [PATCH] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM
@ 2011-07-15 21:23 Khem Raj
2011-07-16 5:49 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-07-15 21:23 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/conf/bitbake.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 463991d..128b0b6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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.
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM
2011-07-15 21:23 [PATCH] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM Khem Raj
@ 2011-07-16 5:49 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2011-07-16 5:49 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 07/15/2011 02:23 PM, Khem Raj wrote:
> 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.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thank you, this is something I've been meaning to do for a while.
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta/conf/bitbake.conf | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 463991d..128b0b6 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -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.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-16 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 21:23 [PATCH] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM Khem Raj
2011-07-16 5:49 ` Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox