Message ID | 20240628133145.1444437-3-harsimransingh.tungal@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/u-boot: corstone1000: fix U-Boot, Trusted-Services, and ts-newlib compilation issue | expand |
diff --git a/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc b/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc index 837f6871..f67d5f62 100644 --- a/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc +++ b/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc @@ -22,5 +22,8 @@ SRC_URI:append:corstone1000 = " \ file://0018-Change-RSS_COMMS-cmake-variables-to-cahce-vars.patch \ " +# The patches above introduce errors with GCC 14.1, silence them for now +CFLAGS:append:corstone1000 = " -Wno-int-conversion -Wno-implicit-function-declaration" + COMPATIBLE_MACHINE:fvp-base = "fvp-base" TS_PLATFORM:fvp-base = "arm/fvp/fvp_base_revc-2xaemv8a"