From d2cf90c4fc09c13c514ff52648b3c49212aa4847 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 31 Oct 2022 15:59:26 -0500 Subject: 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 (cherry picked from commit aac88e4d334a3eaf63342bd1cf3a2b4cde8c1fca) --- recipes-security/optee-imx/optee-test_3.17.0.imx.bb | 6 +++--- 1 file 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" DEPENDS = "python3-cryptography-native optee-os optee-client openssl" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" -SRCBRANCH = "lf-5.15.32_2.0.0" -SRCREV = "e064126a9769f168d1d0e178b74955e6648683b4" +SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" +SRCBRANCH = "lf-5.15.52_2.1.0" +SRCREV = "41222c4b8df1adc0f0bdc737e5cb824becd25f63" S = "${WORKDIR}/git" B = "${WORKDIR}/build" -- cgit v1.2.3-54-g00ecf