* [PATCH][meta-rockchip] update tf-a dependency
@ 2020-07-20 23:02 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2020-07-20 23:02 UTC (permalink / raw)
To: yocto
Now that we're using meta-arm-toolchain's recipe for arm-none-eabi-gcc, we
need to specify it as a native dependency (since that recipe doesn't assume
this implicitly).
Signed-off-by: Trevor Woerner <twoerner@gmail.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 ecde25d..2374205 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"
+DEPENDS_append_rk3399 = " virtual/arm-none-eabi-gcc-native"
COMPATIBLE_MACHINE_append_rk3399 = "|rk3399"
--
2.26.0.106.g9fadedd637
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-20 23:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-20 23:02 [PATCH][meta-rockchip] update tf-a dependency 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.