From 44b50b896bc66a9ec3cac46131234c98fdee342b Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Sat, 21 Aug 2021 19:33:48 -0500 Subject: [PATCH] optee-os: Add support for imx6qdlsabre* machines Signed-off-by: Tom Hochstein --- recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.40.1