From 8d6165775d281bd5cf7ef84c125d8997f52d79f2 Mon Sep 17 00:00:00 2001 From: Zelan Zou Date: Mon, 15 Sep 2025 13:58:41 +0800 Subject: global recipes: Fix whinlatter updates for source code lacation Signed-off-by: Zelan Zou --- recipes-bsp/atf/qoriq-atf_2.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/atf') diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb index e7e669fa1..4eb7be9d3 100644 --- a/recipes-bsp/atf/qoriq-atf_2.12.bb +++ b/recipes-bsp/atf/qoriq-atf_2.12.bb @@ -7,8 +7,8 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" PV:append = "+${SRCPV}" -SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \ - git://github.com/nxp/ddr-phy-binary;protocol=https;nobranch=1;destsuffix=git/ddr-phy-binary;name=ddr \ +SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \ + git://github.com/nxp/ddr-phy-binary;protocol=https;nobranch=1;destsuffix=${S}/ddr-phy-binary;name=ddr \ " SRCREV_mbedtls = "0795874acdf887290b2571b193cafd3c4041a708" SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" -- cgit v1.2.3-54-g00ecf