diff mbox series

[2/2] arm-bsp/images: Adding external system test to initramfs image

Message ID 20220926121521.35674-3-emekcan.aras@arm.com
State New
Headers show
Series Adding a test application for external system | expand

Commit Message

Emekcan Aras Sept. 26, 2022, 12:15 p.m. UTC
From: Emekcan <emekcan.aras@arm.com>

Adds the external system test application and the relevant
recipe into the corstone1000 initramfs image.

Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
---
 .../recipes-bsp/images/corstone1000-initramfs-image.bb         | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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"