From 4a190f18def7355699fd5c4fc8657dead5b07e84 Mon Sep 17 00:00:00 2001 From: Emekcan Date: Mon, 26 Sep 2022 13:15:21 +0100 Subject: [PATCH] arm-bsp/images: Adding external system test to initramfs image Adds the external system test application and the relevant recipe into the corstone1000 initramfs image. Signed-off-by: Emekcan Aras Signed-off-by: Jon Mason --- .../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 b778a008..77e30ab1 100644 --- a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb +++ b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb @@ -28,3 +28,6 @@ IMAGE_INSTALL += "ffa-debugfs-mod" # psa-arch-tests linux userspace application IMAGE_INSTALL += "secure-partitions-psa-api-tests" + +# external system linux userspace test application +IMAGE_INSTALL += "corstone1000-external-sys-tests"