diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2021-02-15 17:32:22 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-15 15:56:59 -0300 |
commit | c4992d534a087d31faa92ac64853c15c255b52bf (patch) | |
tree | 4feddb3c11e0c249e1167675d7b4018c9a32fcea /recipes-security | |
parent | 0aee7e404825e8cef372fc71c7dd8eae2f58132a (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.7.0.imx.bb | 1 |
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" | |||
28 | PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk" | 28 | PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk" |
29 | PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" | 29 | PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" |
30 | PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk" | 30 | PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk" |
31 | PLATFORM_FLAVOR_mx8mq = "mx8mqevk" | ||
31 | PLATFORM_FLAVOR_mx8mm = "mx8mmevk" | 32 | PLATFORM_FLAVOR_mx8mm = "mx8mmevk" |
32 | PLATFORM_FLAVOR_mx8mn = "mx8mnevk" | 33 | PLATFORM_FLAVOR_mx8mn = "mx8mnevk" |
33 | PLATFORM_FLAVOR_mx8mp = "mx8mpevk" | 34 | PLATFORM_FLAVOR_mx8mp = "mx8mpevk" |