* [meta-rockchip][PATCH] U-Boot: add DEPENDS for rock-pi-4[abc]
@ 2023-01-28 23:41 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2023-01-28 23:41 UTC (permalink / raw)
To: yocto
The U-Boot build for rock-pi-4[abc] was recently changed to add information
for UEFI. The build now DEPENDS on gnutls-native.
U-Boot: e86c789ca372 ("rockpi4: board: Add firmware image information for capsule updates")
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
recipes-bsp/u-boot/u-boot%.bbappend | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend
index de1f2caa171f..b7c6b4936324 100644
--- a/recipes-bsp/u-boot/u-boot%.bbappend
+++ b/recipes-bsp/u-boot/u-boot%.bbappend
@@ -5,6 +5,8 @@ do_compile:append:rock2-square () {
fi
}
+DEPENDS:append:rock-pi-4 = " gnutls-native"
+
ATF_DEPENDS ??= ""
EXTRA_OEMAKE:append:rk3399 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-rk3399.elf"
--
2.36.0.rc2.17.g4027e30c53
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-28 23:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28 23:41 [meta-rockchip][PATCH] U-Boot: add DEPENDS for rock-pi-4[abc] 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.