summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-08-21 19:33:48 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-08-21 19:33:48 -0500
commit44b50b896bc66a9ec3cac46131234c98fdee342b (patch)
tree530f742d7a3ffb0a175fdefa0984ad2df2c07117 /recipes-security
parenteecf2602ccdf5106acb08211ffdfae59b2f3ffea (diff)
downloadmeta-freescale-44b50b896bc66a9ec3cac46131234c98fdee342b.tar.gz
optee-os: Add support for imx6qdlsabre* machines
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-imx/optee-os_3.10.0.imx.bb2
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'.
24PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" 24PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}"
25PLATFORM_FLAVOR:imx6qdlsabresd = "mx6qsabresd"
26PLATFORM_FLAVOR:imx6qdlsabreauto = "mx6qsabreauto"
25PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd" 27PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd"
26PLATFORM_FLAVOR:imx6ul7d = "mx6ulevk" 28PLATFORM_FLAVOR:imx6ul7d = "mx6ulevk"
27PLATFORM_FLAVOR:imx6ull14x14evk = "mx6ullevk" 29PLATFORM_FLAVOR:imx6ull14x14evk = "mx6ullevk"