From c4992d534a087d31faa92ac64853c15c255b52bf Mon Sep 17 00:00:00 2001 From: Cristinel Panfir Date: Mon, 15 Feb 2021 17:32:22 +0200 Subject: [PATCH] optee-os_3.7.0.imx.bb: Fix platform flavor for imx8mq-evk Due to machine renaming the PLATFORM_FLAVOR need to be updated according makefile. ... | core/arch/arm/plat-imx/conf.mk:211: *** Unsupported PLATFORM_FLAVOR "mx8mq-evk". Stop. ... Signed-off-by: Cristinel Panfir --- recipes-security/optee-imx/optee-os_3.7.0.imx.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb index 7ebae8e7..c9cdd39d 100644 --- a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb @@ -28,6 +28,7 @@ PLATFORM_FLAVOR_imx6ul7d = "mx6ulevk" PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk" PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk" +PLATFORM_FLAVOR_mx8mq = "mx8mqevk" PLATFORM_FLAVOR_mx8mm = "mx8mmevk" PLATFORM_FLAVOR_mx8mn = "mx8mnevk" PLATFORM_FLAVOR_mx8mp = "mx8mpevk" -- 2.40.1