summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-04-12 11:45:04 -0300
committerGitHub <noreply@github.com>2022-04-12 11:45:04 -0300
commit08c9507c6ac3930f4ef9cc18df37360b4995234a (patch)
treefe087ff04283063d0f50fe956fcd06dabc96ad25
parentc9e1ae6d9409a02307d476c64aafc49256d10b35 (diff)
parentfc57e557dd5ad2209264f753c5f4ccc11a5b03b7 (diff)
downloadmeta-freescale-08c9507c6ac3930f4ef9cc18df37360b4995234a.tar.gz
Merge pull request #1048 from Ossanes/topic/fix-qoriq-atf
qoriq-atf: Remove mbedtls from dependence list
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.4.bb2
1 files changed, 1 insertions, 1 deletions
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
2 2
3inherit deploy 3inherit deploy
4 4
5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native bc-native" 5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw cst-native bc-native"
6DEPENDS:append:lx2160a = " ddr-phy" 6DEPENDS:append:lx2160a = " ddr-phy"
7DEPENDS:append:lx2162a = " ddr-phy" 7DEPENDS:append:lx2162a = " ddr-phy"
8do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 8do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"