From: Otavio Salvador Date: Mon, 21 Feb 2022 22:57:01 +0000 (-0300) Subject: optee-os: Use SoC override for i.MX6UL, i.MX6ULL and i.MX6ULZ X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Ftopic%2Fgeneralize-soc-overrides;p=meta-freescale.git optee-os: Use SoC override for i.MX6UL, i.MX6ULL and i.MX6ULZ Signed-off-by: Otavio Salvador --- diff --git a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb index 7164eadc..003aeba2 100644 --- a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb @@ -25,10 +25,10 @@ PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" PLATFORM_FLAVOR:imx6qdlsabresd = "mx6qsabresd" PLATFORM_FLAVOR:imx6qdlsabreauto = "mx6qsabreauto" PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd" -PLATFORM_FLAVOR:imx6ul7d = "mx6ulevk" -PLATFORM_FLAVOR:imx6ull14x14evk = "mx6ullevk" -PLATFORM_FLAVOR:imx6ull9x9evk = "mx6ullevk" -PLATFORM_FLAVOR:imx6ulz-14x14-evk = "mx6ulzevk" +PLATFORM_FLAVOR:imx6ul = "mx6ulevk" +PLATFORM_FLAVOR:imx6ull = "mx6ullevk" +PLATFORM_FLAVOR:imx6ull = "mx6ullevk" +PLATFORM_FLAVOR:imx6ulz = "mx6ulzevk" PLATFORM_FLAVOR:mx8mq-nxp-bsp = "mx8mqevk" PLATFORM_FLAVOR:mx8mm-nxp-bsp = "mx8mmevk" PLATFORM_FLAVOR:mx8mn-nxp-bsp = "mx8mnevk"