summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-08-31 08:30:50 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-29 18:06:06 -0300
commita66dc989da36d60c6a6716fa0a1c30314e799947 (patch)
tree111906ca27837ac1dffcc8fe08229a924c6d350a /conf/machine
parentacd7a4aaedb5b36f04af1a6dca81f04e09c9ab58 (diff)
downloadmeta-freescale-a66dc989da36d60c6a6716fa0a1c30314e799947.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> (cherry picked from commit 0c961a51248fc02c6a0bb3691a707495805025a5)
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/imx-base.inc6
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"
305PREFERRED_VERSION_libdrm_mx8 ?= "2.4.99.imx" 305PREFERRED_VERSION_libdrm_mx8 ?= "2.4.99.imx"
306 306
307# Use i.MX optee Version 307# Use i.MX optee Version
308PREFERRED_VERSION_optee-os_mx8 ?= "3.2.0.imx" 308PREFERRED_VERSION_optee-os_mx8 ?= "3.7.0.imx"
309PREFERRED_VERSION_optee-client_mx8 ?= "3.2.0.imx" 309PREFERRED_VERSION_optee-client_mx8 ?= "3.7.0.imx"
310PREFERRED_VERSION_optee-test_mx8 ?= "3.2.0.imx" 310PREFERRED_VERSION_optee-test_mx8 ?= "3.7.0.imx"
311 311
312# Handle default kernel 312# Handle default kernel
313IMX_DEFAULT_KERNEL = "linux-fslc-imx" 313IMX_DEFAULT_KERNEL = "linux-fslc-imx"