summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-01 15:52:50 -0500
committerNate Drude <nate.d@variscite.com>2022-10-25 13:50:28 -0500
commiteec19c55fe65fad64b80ec01ed45efff22e4b0da (patch)
treea806e32f2318e038cb4c7c2999e13e2e75bf4d02
parent76fdfef4bff0e831914dacf733c9e5c79e1e7bd8 (diff)
downloadmeta-freescale-eec19c55fe65fad64b80ec01ed45efff22e4b0da.tar.gz
optee-os: Fix PLATFORM_FLAVOR overrides for 6UL, 6ULL, and 6ULZ
The PLATFORM_FLAVOR overrides for 6UL, 6ULL, and 6ULZ SOCs were mistakenly added with a leading 'i'. Fixes: b937d5b Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit dbcc587ed8ed2a70b9581db9059365ced1704812)
-rw-r--r--recipes-security/optee-imx/optee-os_3.17.0.imx.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.17.0.imx.bb b/recipes-security/optee-imx/optee-os_3.17.0.imx.bb
index d25c0f9d..6e34eb9a 100644
--- a/recipes-security/optee-imx/optee-os_3.17.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.17.0.imx.bb
@@ -23,10 +23,9 @@ PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}"
23PLATFORM_FLAVOR:imx6qdlsabresd = "mx6qsabresd" 23PLATFORM_FLAVOR:imx6qdlsabresd = "mx6qsabresd"
24PLATFORM_FLAVOR:imx6qdlsabreauto = "mx6qsabreauto" 24PLATFORM_FLAVOR:imx6qdlsabreauto = "mx6qsabreauto"
25PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd" 25PLATFORM_FLAVOR:imx6qpdlsolox = "mx6qsabresd"
26PLATFORM_FLAVOR:imx6ul = "mx6ulevk" 26PLATFORM_FLAVOR:mx6ul-nxp-bsp = "mx6ulevk"
27PLATFORM_FLAVOR:imx6ull = "mx6ullevk" 27PLATFORM_FLAVOR:mx6ull-nxp-bsp = "mx6ullevk"
28PLATFORM_FLAVOR:imx6ull = "mx6ullevk" 28PLATFORM_FLAVOR:mx6ulz-nxp-bsp = "mx6ulzevk"
29PLATFORM_FLAVOR:imx6ulz = "mx6ulzevk"
30PLATFORM_FLAVOR:mx8mq-nxp-bsp = "mx8mqevk" 29PLATFORM_FLAVOR:mx8mq-nxp-bsp = "mx8mqevk"
31PLATFORM_FLAVOR:mx8mm-nxp-bsp = "mx8mmevk" 30PLATFORM_FLAVOR:mx8mm-nxp-bsp = "mx8mmevk"
32PLATFORM_FLAVOR:mx8mn-nxp-bsp = "mx8mnevk" 31PLATFORM_FLAVOR:mx8mn-nxp-bsp = "mx8mnevk"