diff mbox series

[2/6] ci/testimage: don't :append to IMAGE_FEATURES

Message ID 20240422133739.190536-2-ross.burton@arm.com
State New
Headers show
Series [1/6] arm-bsp/linux-yocto-rt: include linux-arm-platforms unconditionally | expand

Commit Message

Ross Burton April 22, 2024, 1:37 p.m. UTC
Some BSPs use a proper initramfs and putting a SSH server into them
via this :append isn't ideal.  Adding using += should be sufficient.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/testimage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/testimage.yml b/ci/testimage.yml
index a0e90250..4b71a5e1 100644
--- a/ci/testimage.yml
+++ b/ci/testimage.yml
@@ -12,7 +12,7 @@  local_conf_header:
   slirp: |
     TEST_RUNQEMUPARAMS = "slirp"
   sshd: |
-    IMAGE_FEATURES:append = " ssh-server-dropbear"
+    IMAGE_FEATURES += "ssh-server-dropbear"
   sshkeys: |
     CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
   universally_failing_tests: |