diff mbox series

ci: Ensure tests are in the Corstone-1000 flash image

Message ID 20240226133434.6658-1-drew.reed@arm.com
State New
Headers show
Series ci: Ensure tests are in the Corstone-1000 flash image | expand

Commit Message

drew.reed@arm.com Feb. 26, 2024, 1:34 p.m. UTC
From: Drew Reed <Drew.Reed@arm.com>

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 <Drew.Reed@arm.com>
---
 ci/corstone1000-common.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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