From fc57e557dd5ad2209264f753c5f4ccc11a5b03b7 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Mon, 11 Apr 2022 18:13:29 -0300 Subject: qoriq-atf: Remove mbedtls from dependence list It is already internally provided by the recipe, so don't need to depends on a external provider. Signed-off-by: Vinicius Aquino --- recipes-bsp/atf/qoriq-atf_2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/atf/qoriq-atf_2.4.bb b/recipes-bsp/atf/qoriq-atf_2.4.bb index 7a767791..b6716272 100644 --- a/recipes-bsp/atf/qoriq-atf_2.4.bb +++ b/recipes-bsp/atf/qoriq-atf_2.4.bb @@ -2,7 +2,7 @@ require recipes-bsp/atf/qoriq-atf-2.4.inc inherit deploy -DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native bc-native" +DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw cst-native bc-native" DEPENDS:append:lx2160a = " ddr-phy" DEPENDS:append:lx2162a = " ddr-phy" do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" -- cgit v1.2.3-54-g00ecf