From 0c961a51248fc02c6a0bb3691a707495805025a5 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 31 Aug 2020 08:30:50 +0000 Subject: 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 --- conf/machine/include/imx-base.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 80392f38e..0da3f2be1 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" PREFERRED_VERSION_libdrm_mx8 ?= "2.4.99.imx" # Use i.MX optee Version -PREFERRED_VERSION_optee-os_mx8 ?= "3.2.0.imx" -PREFERRED_VERSION_optee-client_mx8 ?= "3.2.0.imx" -PREFERRED_VERSION_optee-test_mx8 ?= "3.2.0.imx" +PREFERRED_VERSION_optee-os_mx8 ?= "3.7.0.imx" +PREFERRED_VERSION_optee-client_mx8 ?= "3.7.0.imx" +PREFERRED_VERSION_optee-test_mx8 ?= "3.7.0.imx" # Handle default kernel IMX_DEFAULT_KERNEL = "linux-fslc-imx" -- cgit v1.2.3-54-g00ecf