summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-01-06 16:58:20 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-08 08:43:39 -0300
commit5fdac18a1f4daed214e07af014d068b7b6196f5c (patch)
tree61e54f43114e20845b7dcb4653dbf4c9acfe447c
parent375e31d47372a51adf1f228547bf7829ba1ca60a (diff)
downloadmeta-freescale-5fdac18a1f4daed214e07af014d068b7b6196f5c.tar.gz
optee-[client,test]: upgrade to 4.19.35_1.1.0
This upgrade is required to support new i.MX8M Nano SoC and is also aligned with all optee-imx components. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> (cherry picked from commit 020d81896bba5f6cb1dae0f352854ce4d57374e8)
-rw-r--r--recipes-security/optee-imx/optee-client_3.2.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-test_3.2.0.imx.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb
index 2b0bcf48..f572d003 100644
--- a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
7 7
8inherit pythonnative systemd 8inherit pythonnative systemd
9 9
10SRCBRANCH = "imx_4.14.78_1.0.0_ga" 10SRCBRANCH = "imx_4.19.35_1.1.0"
11OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https" 11OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https"
12SRC_URI = "${OPTEE_CLIENT_SRC};branch=${SRCBRANCH}" 12SRC_URI = "${OPTEE_CLIENT_SRC};branch=${SRCBRANCH}"
13 13
14SRCREV = "d06647d201520ac57f1331e97db6138d63bc2666" 14SRCREV = "71a9bef78fff2d5d4db8a2307d3b91e2aa671dc9"
15 15
16FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 16FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
17 17
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 245685f5..c52e70a3 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.14.78_1.0.0_ga" 14SRCBRANCH = "imx_4.19.35_1.1.0"
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 = "eb7f698da9a7fa1587f96aa92ad8668abb0f0f48" 28SRCREV = "b7114b828b82f2c0eec124ed424eff1230cc5319"
29 29
30 30
31 31