From ad117a27337629f114269d72d21579744602c38e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 7 Jul 2025 19:30:42 +0100 Subject: [PATCH] arm/ts-psa-iat-api-test: fix path to QCBOR This recipe has a second copy of QCBOR in SRC_URI, correct the reference to its location in EXTRA_OECMAKE to fix builds with network isolation. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-services/ts-psa-iat-api-test_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb b/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb index 7deadc00..4db45cc5 100644 --- a/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb +++ b/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb @@ -14,8 +14,8 @@ SRC_URI += "git://github.com/laurencelundblade/QCBOR.git;name=psaqcbor;protocol= " SRCREV_psaqcbor = "42272e466a8472948bf8fca076d113b81b99f0e0" -EXTRA_OECMAKE += "-DPSA_TARGET_QCBOR=${WORKDIR}/git/psaqcbor \ - " +EXTRA_OECMAKE += "-DPSA_TARGET_QCBOR=${UNPACKDIR}/psaqcbor" + # TODO: remove FORTIFY_SOURCE as MbedTLS fails to build in yocto if this # compilation flag is used. lcl_maybe_fortify = "${@oe.utils.conditional('OPTLEVEL','-O0','','${OPTLEVEL}',d)}"