diff mbox series

[meta-rockchip] U-Boot: add DEPENDS for rock-pi-4[abc]

Message ID 20230128234110.36450-1-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip] U-Boot: add DEPENDS for rock-pi-4[abc] | expand

Commit Message

Trevor Woerner Jan. 28, 2023, 11:41 p.m. UTC
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 mbox series

Patch

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"