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


Trevor Woerner
 

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@...>
---
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


Trevor Woerner
 

On Sat, Jan 28, 2023 at 6:41 PM Trevor Woerner via lists.yoctoproject.org <twoerner=gmail.com@...> wrote:
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@...>
---
 recipes-bsp/u-boot/u-boot%.bbappend | 2 ++
 1 file changed, 2 insertions(+)

Applied to meta-rockchip, master branch.