1
0
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:
Ross Burton
2023-08-09 10:24:18 +01:00
committed by Jon Mason
parent 992c07f7c0
commit a209895b94
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
header: header:
version: 11 version: 11
env:
DISPLAY: ""
distro: poky-tiny distro: poky-tiny
defaults: defaults:
+3
View File
@@ -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
View File
@@ -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