summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2020-04-24 00:10:41 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-23 20:57:29 -0300
commit26259163b3e3bb62a2620744165942c524aeefc7 (patch)
treee064879eaf405dc1df0f7f68de5192541b7d2a43
parent361e5a9aa02b4da4936c70f19e98ea82c77b5668 (diff)
downloadmeta-freescale-26259163b3e3bb62a2620744165942c524aeefc7.tar.gz
Revert "optee-[client,test]: upgrade to 4.19.35_1.1.0"
This reverts commit 5fdac18a1f4daed214e07af014d068b7b6196f5c. op-tee os and optee-client were reverted already. This fixes a build failure with optee-test as one of the patches doesn't apply to 4.19 branch.
-rw-r--r--recipes-security/optee-imx/optee-test_3.2.0.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
index c52e70a3..245685f5 100644
--- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
@@ -11,7 +11,7 @@ inherit pythonnative
11 11
12FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 12FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
13 13
14SRCBRANCH = "imx_4.19.35_1.1.0" 14SRCBRANCH = "imx_4.14.78_1.0.0_ga"
15OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https" 15OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https"
16 16
17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ 17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \
@@ -25,7 +25,7 @@ SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28SRCREV = "b7114b828b82f2c0eec124ed424eff1230cc5319" 28SRCREV = "eb7f698da9a7fa1587f96aa92ad8668abb0f0f48"
29 29
30 30
31 31