summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Dimich <Chris.Dimich@boundarydevices.com>2020-04-13 11:18:02 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-13 16:57:58 -0300
commit8c0bfe41bbea8c859adf935335989d59b484c7cf (patch)
tree447451e473e4a6cedcbed231ffaec75491c1d35d
parentcc2ad0a824d1880375fd315ab570d980582734ba (diff)
downloadmeta-freescale-8c0bfe41bbea8c859adf935335989d59b484c7cf.tar.gz
Revert "optee-os: update to 4.19.35_1.1.0 and introduce imx8mn config"
This reverts commit 375e31d47372a51adf1f228547bf7829ba1ca60a. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
-rw-r--r--recipes-security/optee-imx/optee-os_3.2.0.imx.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
index c5328c9c..43b0ef14 100644
--- a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
9inherit deploy pythonnative autotools 9inherit deploy pythonnative autotools
10DEPENDS = "python-pycrypto-native u-boot-mkimage-native" 10DEPENDS = "python-pycrypto-native u-boot-mkimage-native"
11 11
12SRCBRANCH = "imx_4.19.35_1.1.0" 12SRCBRANCH = "imx_4.14.78_1.0.0_ga"
13OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https" 13OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https"
14SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}" 14SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}"
15SRCREV = "6a22e6e8a2840b245808527679f3397b7e620b3c" 15SRCREV = "6a52487eb0ff664e4ebbd48497f0d3322844d51d"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" 18B = "${WORKDIR}/build.${PLATFORM_FLAVOR}"
@@ -25,7 +25,6 @@ PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk"
25PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" 25PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk"
26PLATFORM_FLAVOR_imx6ulz14x14evk = "mx6ulzevk" 26PLATFORM_FLAVOR_imx6ulz14x14evk = "mx6ulzevk"
27PLATFORM_FLAVOR_mx8mm = "mx8mmevk" 27PLATFORM_FLAVOR_mx8mm = "mx8mmevk"
28PLATFORM_FLAVOR_mx8mn = "mx8mnevk"
29 28
30OPTEE_ARCH ?= "arm32" 29OPTEE_ARCH ?= "arm32"
31OPTEE_ARCH_armv7a = "arm32" 30OPTEE_ARCH_armv7a = "arm32"