diff mbox series

[5/5] ci: Add fvpboot to IMAGE_CLASSES

Message ID 20231103094939.1290558-5-Debbie.Martin@arm.com
State New
Headers show
Series [1/5] arm/fvp-base: Update the default testsuites | expand

Commit Message

Debbie Martin Nov. 3, 2023, 9:49 a.m. UTC
Use IMAGE_CLASSES rather than a direct INHERIT for fvpboot.
This is Yocto best practice as it is used to enable
functionality across all image recipes.

Signed-off-by: Debbie Martin <Debbie.Martin@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 81a5caa6..e9f3fa94 100644
--- a/ci/fvp.yml
+++ b/ci/fvp.yml
@@ -4,7 +4,7 @@  header:
 local_conf_header:
   testimagefvp: |
     LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
-    INHERIT += "fvpboot"
+    IMAGE_CLASSES += "fvpboot"
   failing_tests: |
     # This fails but we can't add to the ignorelist from meta-arm yet
     # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604