From 8891ea386a04296a8407d445d84d1ba415ee6d25 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sat, 28 Jan 2023 11:40:13 -0500 Subject: [PATCH] U-Boot: add DEPENDS for rock-pi-4[abc] 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 --- 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 de1f2ca..b7c6b49 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"