diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-04-01 09:21:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 09:21:20 -0300 |
commit | 36589d57ee3fa9d3aac891f42c16d45622b00750 (patch) | |
tree | e48267fc91c3f0be063de5e6838e8b3a264c3d9e /classes/use-imx-security-controller-firmware.bbclass | |
parent | 65398605b9f412ac851c945f4cbe36a81b899a8f (diff) | |
parent | eb5a7835a726073ed0cf0055aabb9c3fdeb6d947 (diff) | |
download | meta-freescale-36589d57ee3fa9d3aac891f42c16d45622b00750.tar.gz |
Merge pull request #1028 from thochstein/master
Fix mx8dx machine override hierarchy
Diffstat (limited to 'classes/use-imx-security-controller-firmware.bbclass')
-rw-r--r-- | classes/use-imx-security-controller-firmware.bbclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/classes/use-imx-security-controller-firmware.bbclass b/classes/use-imx-security-controller-firmware.bbclass index bdbf3684..dfd708e4 100644 --- a/classes/use-imx-security-controller-firmware.bbclass +++ b/classes/use-imx-security-controller-firmware.bbclass | |||
@@ -16,13 +16,13 @@ | |||
16 | # This behavior ensures that derivatives which requires SECO Firmware to be | 16 | # This behavior ensures that derivatives which requires SECO Firmware to be |
17 | # present in the image file have it properly defined. | 17 | # present in the image file have it properly defined. |
18 | 18 | ||
19 | SECO_FIRMWARE_NAME ?= "" | 19 | SECO_FIRMWARE_NAME ?= "" |
20 | 20 | SECO_FIRMWARE_NAME:mx8qm-nxp-bsp = "mx8qmb0-ahab-container.img" | |
21 | SECO_FIRMWARE_NAME:mx8qm-nxp-bsp = "mx8qmb0-ahab-container.img" | 21 | SECO_FIRMWARE_NAME:mx8qxp-nxp-bsp = \ |
22 | SECO_FIRMWARE_NAME:mx8qxp-nxp-bsp = \ | ||
23 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \ | 22 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \ |
24 | 'mx8qxc0-ahab-container.img', d)}" | 23 | 'mx8qxc0-ahab-container.img', d)}" |
25 | SECO_FIRMWARE_NAME:mx8dxl-nxp-bsp = "mx8dxla1-ahab-container.img" | 24 | SECO_FIRMWARE_NAME:mx8dx-nxp-bsp = "mx8qxc0-ahab-container.img" |
25 | SECO_FIRMWARE_NAME:mx8dxl-nxp-bsp = "mx8dxla1-ahab-container.img" | ||
26 | 26 | ||
27 | python () { | 27 | python () { |
28 | if "mx8m-nxp-bsp" in d.getVar('MACHINEOVERRIDES').split(":"): | 28 | if "mx8m-nxp-bsp" in d.getVar('MACHINEOVERRIDES').split(":"): |