diff mbox series

[1/1] CI: append classes to INHERIT in the common fvp.yml

Message ID 20230303160948.782860-2-abdellatif.elkhlifi@arm.com
State New
Headers show
Series CI: append classes to INHERIT in the common fvp.yml | expand

Commit Message

Abdellatif El Khlifi March 3, 2023, 4:09 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

appending classes garantees no previous values are overriden

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 ci/fvp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/fvp.yml b/ci/fvp.yml
index a12c621e..a8f8dfc0 100644
--- a/ci/fvp.yml
+++ b/ci/fvp.yml
@@ -3,7 +3,7 @@  header:
 
 local_conf_header:
   testimagefvp: |
-    INHERIT = "fvpboot"
+    INHERIT += "fvpboot"
     # This fails but we can't add to the ignorelist from meta-arm yet
     # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
     TEST_SUITES:remove = "parselogs"