All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 3/5] kernel.bbclass: add approproate X Environment variables to allow xterm to start
Date: Mon, 14 Feb 2011  5:35:06 -0800	[thread overview]
Message-ID: <07a51b7a2bdfff12600dc1eeba41ea6cf3cb3055.1297690342.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1297690342.git.sgw@linux.intel.com>

From: Saul Wold <sgw@linux.intel.com>

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/classes/kernel.bbclass |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 2ae2dcb..a1b1354 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -198,6 +198,9 @@ kernel_do_configure() {
 }
 
 do_menuconfig() {
+        export DISPLAY='${DISPLAY}'
+        export DBUS_SESSION_BUS_ADDRESS='${DBUS_SESSION_BUS_ADDRESS}'
+        export XAUTHORITY='${XAUTHORITY}'
 	export TERMWINDOWTITLE="${PN} Kernel Configuration"
 	export SHELLCMDS="make menuconfig"
 	${TERMCMDRUN}
-- 
1.7.1.1



  parent reply	other threads:[~2011-02-14 13:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14 13:35 [PATCH 0/5] Misc patches for build issues Saul Wold
2011-02-14 13:35 ` [PATCH 1/5] distro tracking: minor fix to mc lastest version Saul Wold
2011-02-14 13:35 ` [PATCH 2/5] bitbake.conf: change revision fetching to use newer fetch2 code Saul Wold
2011-02-14 13:35 ` Saul Wold [this message]
2011-02-14 13:35 ` [PATCH 4/5] libva: add libxfixes to DEPENDS Saul Wold
2011-02-14 13:35 ` [PATCH 5/5] xpsb-glx: add libxfixes and libxdamages " Saul Wold
2011-02-14 13:47 ` [PATCH 0/5] Misc patches for build issues Richard Purdie

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=07a51b7a2bdfff12600dc1eeba41ea6cf3cb3055.1297690342.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=poky@yoctoproject.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.