summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristinel Panfir <cristinel.panfir@nxp.com>2021-02-15 17:32:22 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-15 15:56:59 -0300
commitc4992d534a087d31faa92ac64853c15c255b52bf (patch)
tree4feddb3c11e0c249e1167675d7b4018c9a32fcea
parent0aee7e404825e8cef372fc71c7dd8eae2f58132a (diff)
downloadmeta-freescale-c4992d534a087d31faa92ac64853c15c255b52bf.tar.gz
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 <cristinel.panfir@nxp.com>
-rw-r--r--recipes-security/optee-imx/optee-os_3.7.0.imx.bb1
1 files changed, 1 insertions, 0 deletions
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"
28PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk" 28PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk"
29PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" 29PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk"
30PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk" 30PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk"
31PLATFORM_FLAVOR_mx8mq = "mx8mqevk"
31PLATFORM_FLAVOR_mx8mm = "mx8mmevk" 32PLATFORM_FLAVOR_mx8mm = "mx8mmevk"
32PLATFORM_FLAVOR_mx8mn = "mx8mnevk" 33PLATFORM_FLAVOR_mx8mn = "mx8mnevk"
33PLATFORM_FLAVOR_mx8mp = "mx8mpevk" 34PLATFORM_FLAVOR_mx8mp = "mx8mpevk"