summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-31 15:59:26 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-10-31 16:00:38 -0500
commitaac88e4d334a3eaf63342bd1cf3a2b4cde8c1fca (patch)
treec0e3b0cca9c3db70b5bb49de8eac53f48e5ae348 /recipes-security
parent9e4dae7a7bbb0135c7c2e009f9345d23ed8b03b5 (diff)
downloadmeta-freescale-aac88e4d334a3eaf63342bd1cf3a2b4cde8c1fca.tar.gz
optee-test: Update lf-5.15.32_2.0.0 -> lf-5.15.52_2.1.0
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>
Diffstat (limited to 'recipes-security')
-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"