From b855739e81507568f97dde6b941d873e5f6dc5e2 Mon Sep 17 00:00:00 2001 From: Harsimran Singh Tungal Date: Tue, 17 Oct 2023 08:57:48 +0100 Subject: [PATCH] arm-bsp/images: corstone1000: Remove the external system test package Remove external system linux userspace test application Signed-off-by: Harsimran Singh Tungal Signed-off-by: Jon Mason --- .../recipes-bsp/images/corstone1000-initramfs-image.bb | 3 --- 1 file changed, 3 deletions(-) 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 884d4b3b..cac3b73c 100644 --- a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb +++ b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb @@ -21,8 +21,5 @@ IMAGE_FEATURES:remove = "package-management" # all optee packages 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"