diff options
| author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-01-06 16:54:36 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-01-08 16:11:22 -0300 |
| commit | 866e460572ee6fb0398036fb8c1b33966669e086 (patch) | |
| tree | 697a1033452a64d0b0d6da2459a4f9656f85b637 | |
| parent | b3f51ab82838a67146d5b6fcf8f19d36c5efeb37 (diff) | |
| download | meta-freescale-866e460572ee6fb0398036fb8c1b33966669e086.tar.gz | |
optee-os: update to 4.19.35_1.1.0 and introduce imx8mn config
In order to support new i.MX8M Nano SoC, optee-os should be upgraded to
use the imx_4.19.35_1.1.0 branch, which contains the support for new
machine.
In addition, introduce additional PLATFORM_FLAVOR for new imx8mnevk
machine.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
| -rw-r--r-- | recipes-security/optee-imx/optee-os_3.2.0.imx.bb | 5 |
1 files changed, 3 insertions, 2 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 43b0ef14e..c5328c9c7 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" | |||
| 9 | inherit deploy pythonnative autotools | 9 | inherit deploy pythonnative autotools |
| 10 | DEPENDS = "python-pycrypto-native u-boot-mkimage-native" | 10 | DEPENDS = "python-pycrypto-native u-boot-mkimage-native" |
| 11 | 11 | ||
| 12 | SRCBRANCH = "imx_4.14.78_1.0.0_ga" | 12 | SRCBRANCH = "imx_4.19.35_1.1.0" |
| 13 | OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https" | 13 | OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https" |
| 14 | SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}" | 14 | SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}" |
| 15 | SRCREV = "6a52487eb0ff664e4ebbd48497f0d3322844d51d" | 15 | SRCREV = "6a22e6e8a2840b245808527679f3397b7e620b3c" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" | 18 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" |
| @@ -25,6 +25,7 @@ PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk" | |||
| 25 | PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" | 25 | PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" |
| 26 | PLATFORM_FLAVOR_imx6ulz14x14evk = "mx6ulzevk" | 26 | PLATFORM_FLAVOR_imx6ulz14x14evk = "mx6ulzevk" |
| 27 | PLATFORM_FLAVOR_mx8mm = "mx8mmevk" | 27 | PLATFORM_FLAVOR_mx8mm = "mx8mmevk" |
| 28 | PLATFORM_FLAVOR_mx8mn = "mx8mnevk" | ||
| 28 | 29 | ||
| 29 | OPTEE_ARCH ?= "arm32" | 30 | OPTEE_ARCH ?= "arm32" |
| 30 | OPTEE_ARCH_armv7a = "arm32" | 31 | OPTEE_ARCH_armv7a = "arm32" |
