mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
devshell: Clean up devshell code so this task doesn't polute the global namespace
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
EXTRA_OEMAKE[export] = "1"
|
||||
|
||||
do_devshell[dirs] = "${S}"
|
||||
do_devshell[nostamp] = "1"
|
||||
|
||||
export DISPLAY
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
export XAUTHORITY ?= "${HOME}/.Xauthority"
|
||||
export FAKEROOTENV
|
||||
XAUTHORITY ?= "${HOME}/.Xauthority"
|
||||
|
||||
devshell_do_devshell() {
|
||||
export DISPLAY='${DISPLAY}'
|
||||
export DBUS_SESSION_BUS_ADDRESS='${DBUS_SESSION_BUS_ADDRESS}'
|
||||
export XAUTHORITY='${XAUTHORITY}'
|
||||
export TERMWINDOWTITLE="Bitbake Developer Shell"
|
||||
export EXTRA_OEMAKE='${EXTRA_OEMAKE}'
|
||||
${TERMCMD}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Fatal: '${TERMCMD}' not found. Check TERMCMD variable."
|
||||
|
||||
Reference in New Issue
Block a user