summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-31 15:59:26 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-01 11:21:13 +0000
commitd2cf90c4fc09c13c514ff52648b3c49212aa4847 (patch)
tree01aeb19b944acd52a6b6b1500062da0ace66e614
parent91bddd142b76943d70e917fca0e26834939808a4 (diff)
downloadmeta-freescale-backport-1284-to-kirkstone.tar.gz
optee-test: Update lf-5.15.32_2.0.0 -> lf-5.15.52_2.1.0backport-1284-to-kirkstone
Changes: ``` 41222c4 Makefile: fix ownership contamination when installing output files ae3b1c6 xtest: create output dir before generating regression_8100 header files ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit aac88e4d334a3eaf63342bd1cf3a2b4cde8c1fca)
-rw-r--r--recipes-security/optee-imx/optee-test_3.17.0.imx.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.17.0.imx.bb b/recipes-security/optee-imx/optee-test_3.17.0.imx.bb
index 54f92d72..da56eed7 100644
--- a/recipes-security/optee-imx/optee-test_3.17.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.17.0.imx.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
8 8
9DEPENDS = "python3-cryptography-native optee-os optee-client openssl" 9DEPENDS = "python3-cryptography-native optee-os optee-client openssl"
10 10
11SRC_URI = "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}"
12SRCBRANCH = "lf-5.15.32_2.0.0" 12SRCBRANCH = "lf-5.15.52_2.1.0"
13SRCREV = "e064126a9769f168d1d0e178b74955e6648683b4" 13SRCREV = "41222c4b8df1adc0f0bdc737e5cb824becd25f63"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16B = "${WORKDIR}/build" 16B = "${WORKDIR}/build"