diff mbox series

[1/2] arm-bsp/u-boot: add gnutls-native as dependency

Message ID 20220928145346.48077-1-davidson.kumaresan@arm.com
State New
Headers show
Series [1/2] arm-bsp/u-boot: add gnutls-native as dependency | expand

Commit Message

Davidson Kumaresan Sept. 28, 2022, 2:53 p.m. UTC
Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls.
Thus adding it to the dependency.

Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
Change-Id: I8eff2e9bb9752bea5b885fcf3a69bf79c4f0c215
---
 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason Sept. 29, 2022, 6:56 p.m. UTC | #1
On Wed, 28 Sep 2022 20:23:45 +0530, Davidson K wrote:
> Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls.
> Thus adding it to the dependency.

Applied, thanks!

[1/2] arm-bsp/u-boot: add gnutls-native as dependency
      commit: 0c002d467eb337c5b55f6f651d385445d7d12cf5
[2/2] arm-bsp/trusted-firmware-a: add firmware update support for TC
      commit: a816bcc8ab4d928e71e6825650639fa66cc6a29d

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb
index bc2d6d42..46f92446 100644
--- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb
+++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb
@@ -23,4 +23,4 @@  do_configure[cleandirs] = "${B}"
 
 require recipes-bsp/u-boot/u-boot.inc
 
-DEPENDS += "bc-native dtc-native"
+DEPENDS += "bc-native dtc-native gnutls-native"