mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
devshell.bbclass: export the FAKEROOTENV so it can be accessed within the devshell task
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -6,6 +6,7 @@ do_devshell[nostamp] = "1"
|
||||
export DISPLAY
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
export XAUTHORITY ?= "${HOME}/.Xauthority"
|
||||
export FAKEROOTENV
|
||||
|
||||
devshell_do_devshell() {
|
||||
export TERMWINDOWTITLE="Bitbake Developer Shell"
|
||||
|
||||
Reference in New Issue
Block a user