From 0aee7e404825e8cef372fc71c7dd8eae2f58132a Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 12 Feb 2021 20:40:26 -0600 Subject: optee-os: Fix the platform for imx8qm-mek After the machine name change, the default setting for PLATFORM_FLAVOR no longer works. ``` | core/arch/arm/plat-imx/conf.mk:211: *** Unsupported PLATFORM_FLAVOR "mx8qm-mek". Stop. ``` Set the correct name again manually with SOC override. Signed-off-by: Tom Hochstein --- recipes-security/optee-imx/optee-os_3.7.0.imx.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 013ec2aa..7ebae8e7 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 @@ -30,8 +30,9 @@ PLATFORM_FLAVOR_imx6ull9x9evk = "mx6ullevk" PLATFORM_FLAVOR_imx6ulz-14x14-evk = "mx6ulzevk" PLATFORM_FLAVOR_mx8mm = "mx8mmevk" PLATFORM_FLAVOR_mx8mn = "mx8mnevk" -PLATFORM_FLAVOR_mx8qxp = "mx8qxpmek" PLATFORM_FLAVOR_mx8mp = "mx8mpevk" +PLATFORM_FLAVOR_mx8qm = "mx8qmmek" +PLATFORM_FLAVOR_mx8qxp = "mx8qxpmek" PLATFORM_FLAVOR_mx8dx = "mx8dxmek" PLATFORM_FLAVOR_mx8dxl = "mx8dxlevk" -- cgit v1.2.3-54-g00ecf