From ddbf0addf144fa0197f0c8ba678892504e38dc55 Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Tue, 27 Sep 2022 15:02:12 +0100 Subject: [PATCH] arm-bsp/corstone1000-initramfs-image: add TS PSA API tests packages Trusted Services PSA API tests commands allow testing the following SE Proxy services: crypto, its, ps and iat Signed-off-by: Abdellatif El Khlifi --- .../recipes-bsp/images/corstone1000-initramfs-image.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb index 1acf1bf4..46427b74 100644 --- a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb +++ b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb @@ -25,3 +25,6 @@ IMAGE_INSTALL += "optee-client" # external system linux userspace test application IMAGE_INSTALL += "corstone1000-external-sys-tests" + +# TS PSA API tests commands for crypto, its, ps and iat +IMAGE_INSTALL += "packagegroup-ts-tests-psa"