From aba9250494f62360c1ec8021f81922c005d92b82 Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Mon, 26 Feb 2024 13:34:34 +0000 Subject: [PATCH] ci: Ensure tests are in the Corstone-1000 flash image To ensure the psa and optee tests are included in the initramsfs based rootfs included within the flash image so the tests can be run. Signed-off-by: Drew Reed --- ci/corstone1000-common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/corstone1000-common.yml b/ci/corstone1000-common.yml index 50327694..4c715176 100644 --- a/ci/corstone1000-common.yml +++ b/ci/corstone1000-common.yml @@ -38,10 +38,10 @@ local_conf_header: RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" # all optee packages - IMAGE_INSTALL += "optee-client" + CORE_IMAGE_EXTRA_INSTALL += "optee-client" # TS PSA API tests commands for crypto, its, ps and iat - IMAGE_INSTALL += "packagegroup-ts-tests-psa" + CORE_IMAGE_EXTRA_INSTALL += "packagegroup-ts-tests-psa" target: - core-image-minimal