diff options
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
22 | 22 | ||
23 | # The platform flavor corresponds to the Yocto machine without the leading 'i'. | 23 | # The platform flavor corresponds to the Yocto machine without the leading 'i'. |
24 | PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" | 24 | PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" |
25 | PLATFORM_FLAVOR:imx6qdlsabresd = "mx6qsabresd" | ||
26 | PLATFORM_FLAVOR:imx6qdlsabreauto = "mx6qsabreauto" | ||
25 | PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd" | 27 | PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd" |
26 | PLATFORM_FLAVOR:imx6ul7d = "mx6ulevk" | 28 | PLATFORM_FLAVOR:imx6ul7d = "mx6ulevk" |
27 | PLATFORM_FLAVOR:imx6ull14x14evk = "mx6ullevk" | 29 | PLATFORM_FLAVOR:imx6ull14x14evk = "mx6ullevk" |