From: Darren Hart <dvhart@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM
Date: Fri, 15 Jul 2011 22:49:37 -0700 [thread overview]
Message-ID: <4E212671.8000302@linux.intel.com> (raw)
In-Reply-To: <1310764987-26717-1-git-send-email-raj.khem@gmail.com>
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
prev parent reply other threads:[~2011-07-16 5:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E212671.8000302@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.