From af8b9210151d1ccf8e00304f4e728a24fe9a4958 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Sun, 23 Jul 2023 16:24:50 +0300 Subject: [PATCH] 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 --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index 814028b..c9ad84c 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend @@ -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"