All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] trusted-firmware-a_%.bbappend: gcc-arm-none-eabi
@ 2023-07-23 13:24 Leon Anavi
  2023-07-25  4:54 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2023-07-23 13:24 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Leon Anavi

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>
---
 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"
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-rockchip][PATCH] trusted-firmware-a_%.bbappend: gcc-arm-none-eabi
  2023-07-23 13:24 [meta-rockchip][PATCH] trusted-firmware-a_%.bbappend: gcc-arm-none-eabi Leon Anavi
@ 2023-07-25  4:54 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2023-07-25  4:54 UTC (permalink / raw)
  To: Leon Anavi; +Cc: yocto

On Sun 2023-07-23 @ 04:24:50 PM, Leon Anavi wrote:
> 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>

Applied to meta-rockchip master, thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-25  4:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23 13:24 [meta-rockchip][PATCH] trusted-firmware-a_%.bbappend: gcc-arm-none-eabi Leon Anavi
2023-07-25  4:54 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.