mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
kas/: pass through DISPLAY from environment
If a user does eg "kas shell kas/corstone1000-base.yml" and then calls runfvp, the spawned xterms don't have a valid DISPLAY set. Add DISPLAY to the preserved environment variables and DISPLAY will be passed into the shell, and the xterms will start correctly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
header:
|
header:
|
||||||
version: 11
|
version: 11
|
||||||
|
|
||||||
|
env:
|
||||||
|
DISPLAY: ""
|
||||||
|
|
||||||
distro: poky-tiny
|
distro: poky-tiny
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ header:
|
|||||||
includes:
|
includes:
|
||||||
- kas/fvp-eula.yml
|
- kas/fvp-eula.yml
|
||||||
|
|
||||||
|
env:
|
||||||
|
DISPLAY: ""
|
||||||
|
|
||||||
distro: poky-tiny
|
distro: poky-tiny
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ header:
|
|||||||
includes:
|
includes:
|
||||||
- kas/fvp-eula.yml
|
- kas/fvp-eula.yml
|
||||||
|
|
||||||
|
env:
|
||||||
|
DISPLAY: ""
|
||||||
|
|
||||||
distro: poky
|
distro: poky
|
||||||
machine: fvp-baser-aemv8r64
|
machine: fvp-baser-aemv8r64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user