trusted-firmware-a_%.bbappend: gcc-arm-none-eabi

Change virtual/arm-none-eabi-gcc-native to gcc-arm-none-eabi-native
following the recent modification in layer meta-arm (git commit
a64fb4a40d707795d9adb7736920fcbeaa7ce5e2) to remove provides.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2023-07-23 16:24:50 +03:00 committed by Trevor Woerner
parent ec7b7803e0
commit af8b921015

View File

@ -1,6 +1,6 @@
# Rockchip RK3399 compiles some M0 firmware which requires an arm-none-eabi GCC
# toolchain
DEPENDS:append:rk3399 = " virtual/arm-none-eabi-gcc-native"
DEPENDS:append:rk3399 = " gcc-arm-none-eabi-native"
COMPATIBLE_MACHINE:append:rk3399 = "|rk3399"
COMPATIBLE_MACHINE:append:rk3328 = "|rk3328"