diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 10:16:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 10:16:14 -0300 |
| commit | e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch) | |
| tree | d8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /classes/use-imx-security-controller-firmware.bbclass | |
| parent | a021abc00aaddfffaffcddacd7334f704b73ca6c (diff) | |
| parent | b937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff) | |
| download | meta-freescale-e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a.tar.gz | |
Merge pull request #980 from Freescale/topic/generalize-soc-overrides
Generalize overrides subsystem for NXP and Mainline support
Diffstat (limited to 'classes/use-imx-security-controller-firmware.bbclass')
| -rw-r--r-- | classes/use-imx-security-controller-firmware.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/use-imx-security-controller-firmware.bbclass b/classes/use-imx-security-controller-firmware.bbclass index 9650059b5..bdbf36846 100644 --- a/classes/use-imx-security-controller-firmware.bbclass +++ b/classes/use-imx-security-controller-firmware.bbclass | |||
| @@ -18,14 +18,14 @@ | |||
| 18 | 18 | ||
| 19 | SECO_FIRMWARE_NAME ?= "" | 19 | SECO_FIRMWARE_NAME ?= "" |
| 20 | 20 | ||
| 21 | SECO_FIRMWARE_NAME:mx8qm = "mx8qmb0-ahab-container.img" | 21 | SECO_FIRMWARE_NAME:mx8qm-nxp-bsp = "mx8qmb0-ahab-container.img" |
| 22 | SECO_FIRMWARE_NAME:mx8qxp = \ | 22 | SECO_FIRMWARE_NAME:mx8qxp-nxp-bsp = \ |
| 23 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \ | 23 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \ |
| 24 | 'mx8qxc0-ahab-container.img', d)}" | 24 | 'mx8qxc0-ahab-container.img', d)}" |
| 25 | SECO_FIRMWARE_NAME:mx8dxl = "mx8dxla1-ahab-container.img" | 25 | SECO_FIRMWARE_NAME:mx8dxl-nxp-bsp = "mx8dxla1-ahab-container.img" |
| 26 | 26 | ||
| 27 | python () { | 27 | python () { |
| 28 | if "mx8m" in d.getVar('MACHINEOVERRIDES').split(":"): | 28 | if "mx8m-nxp-bsp" in d.getVar('MACHINEOVERRIDES').split(":"): |
| 29 | return # We need to allow the recipes to be parsed for this case | 29 | return # We need to allow the recipes to be parsed for this case |
| 30 | 30 | ||
| 31 | seco_firmware = d.getVar('SECO_FIRMWARE_NAME') | 31 | seco_firmware = d.getVar('SECO_FIRMWARE_NAME') |
