From 00e5691e2fe0a96b44e2f38c48240c998a1a0f1f Mon Sep 17 00:00:00 2001 From: Debbie Martin Date: Fri, 3 Nov 2023 09:49:39 +0000 Subject: [PATCH] ci: Add fvpboot to IMAGE_CLASSES 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 Signed-off-by: Jon Mason --- ci/fvp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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