diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-08-31 08:30:50 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-23 23:42:37 -0300 |
commit | 0c961a51248fc02c6a0bb3691a707495805025a5 (patch) | |
tree | 9f58d8e75e51f912b050c344ecd8f348e615e191 /conf | |
parent | b3eff3e4cea333e35401e031293731ab32bc0929 (diff) | |
download | meta-freescale-0c961a51248fc02c6a0bb3691a707495805025a5.tar.gz |
optee-imx: upgrade to version 3.7.0
Update all recipes to pull sources from imx_5.4.24_2.1.0 branch in NXP
upstream and update SRCREV to match release tags.
Update PREFERRED_VERSION of optee for mx8 to point to 3.7.0.imx.
Following notes are additions to the version update of recipes:
--------------------------
optee-os:
- Refresh gcc10 patch to resolve the fuzz during apply
- Drop python patch as it is already applied upstream
- Add new machines to the list
optee-client:
- Update CFLAGS patch to match 3.7.0 version
- Split ${B} from ${S}, this makes build more clear
optee-test:
- Remove do_compile task and substitute with OEMAKE
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 80392f38..0da3f2be 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -305,9 +305,9 @@ PREFERRED_VERSION_libdrm_mx7 ?= "2.4.99.imx" | |||
305 | PREFERRED_VERSION_libdrm_mx8 ?= "2.4.99.imx" | 305 | PREFERRED_VERSION_libdrm_mx8 ?= "2.4.99.imx" |
306 | 306 | ||
307 | # Use i.MX optee Version | 307 | # Use i.MX optee Version |
308 | PREFERRED_VERSION_optee-os_mx8 ?= "3.2.0.imx" | 308 | PREFERRED_VERSION_optee-os_mx8 ?= "3.7.0.imx" |
309 | PREFERRED_VERSION_optee-client_mx8 ?= "3.2.0.imx" | 309 | PREFERRED_VERSION_optee-client_mx8 ?= "3.7.0.imx" |
310 | PREFERRED_VERSION_optee-test_mx8 ?= "3.2.0.imx" | 310 | PREFERRED_VERSION_optee-test_mx8 ?= "3.7.0.imx" |
311 | 311 | ||
312 | # Handle default kernel | 312 | # Handle default kernel |
313 | IMX_DEFAULT_KERNEL = "linux-fslc-imx" | 313 | IMX_DEFAULT_KERNEL = "linux-fslc-imx" |