diff mbox series

[2/4] kas/corstone1000: don't limit the FVP use to x86-64

Message ID 20231024135236.3510412-2-ross.burton@arm.com
State New
Headers show
Series [1/4] arm/fvp-corstone1000: upgrade to 11.22.35, add aarch64 binaries | expand

Commit Message

Ross Burton Oct. 24, 2023, 1:52 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Now that the FVP supports both aarch64 and x86-64, this inherit doesn't
need to be conditional.

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

Patch

diff --git a/kas/corstone1000-fvp.yml b/kas/corstone1000-fvp.yml
index 7d23a53a..b3e21cd4 100644
--- a/kas/corstone1000-fvp.yml
+++ b/kas/corstone1000-fvp.yml
@@ -10,7 +10,7 @@  local_conf_header:
     fvp-config: |
         # Remove Dropbear SSH as it will not fit into the corstone1000 image.
         IMAGE_FEATURES:remove = " ssh-server-dropbear"
-        INHERIT = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}"
+        INHERIT += "fvpboot"
 
 target:
   - corstone1000-image