Message ID | 20231103094939.1290558-5-Debbie.Martin@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/5] arm/fvp-base: Update the default testsuites | expand |
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
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(-)