mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Build a custom N1SDP image with only optee-xtests as part of the image. A fresh custom image build is necessary to include the relevant test suite for running the xtests. Signed-off-by: Anusmita Dutta Mazumder <anusmita.duttamazumder@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
13 lines
304 B
YAML
13 lines
304 B
YAML
header:
|
|
version: 14
|
|
|
|
# Config specific for the optee-xtests
|
|
local_conf_header:
|
|
optee-test: |
|
|
# Include ARM FFA
|
|
MACHINE_FEATURES:append = " arm-ffa"
|
|
# Include trusted services
|
|
TEST_SUITES:append = " trusted_services"
|
|
# Include Optee xtests
|
|
IMAGE_INSTALL:append = " optee-test"
|