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 <[email protected]>
Thank you, this is something I've been meaning to do for a while. Acked-by: Darren Hart <[email protected]> > --- > 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
