mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 08:12:24 +00:00
kernel.bbclass: add approproate X Environment variables to allow xterm to start
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
a26163b8f5
commit
e95ab29d3b
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user