OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

qemu_v8: xen: re-use Dom0 root FS for DomU #689

Closed jforissier closed 9 months ago

jforissier commented 9 months ago

Do not build a specific root FS for DomU. Instead, re-use the one that is built for Dom0. While this is certainly not a typical real-world configuration, it helps reduce both build time and disk space which is beneficial in many ways, especially for CI.

jenswi-linaro commented 9 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>