From: Tom Hochstein Date: Sun, 22 Aug 2021 00:33:48 +0000 (-0500) Subject: optee-os: Add support for imx6qdlsabre* machines X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=44b50b896bc66a9ec3cac46131234c98fdee342b;p=meta-freescale.git optee-os: Add support for imx6qdlsabre* machines Signed-off-by: Tom Hochstein --- 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 dc0f1731..8bfaf8dd 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 @@ -22,6 +22,8 @@ inherit deploy python3native autotools # The platform flavor corresponds to the Yocto machine without the leading 'i'. 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"