From: Cristinel Panfir Date: Mon, 15 Feb 2021 15:32:22 +0000 (+0200) Subject: optee-os_3.7.0.imx.bb: Fix platform flavor for imx8mq-evk X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c4992d534a087d31faa92ac64853c15c255b52bf;p=meta-freescale.git 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 --- 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"