From 80345fbe89c5ac96975f9c7ef38e8dc8d2a36346 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 14 Dec 2020 16:03:50 -0600 Subject: imx8qxpmek: Update the i.MX 8QXP default build to rev C0 The current machine configuration support for 8QXP MEK is for rev B0 silicon. Support for rev C0 is implemented using a machine override `mx8qxpc0`. Update the default build to rev C0 silicon. Support for rev B0 is provided with a new machine feature `soc-revb0`. The machine override is removed. Signed-off-by: Tom Hochstein --- classes/use-imx-security-controller-firmware.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'classes') diff --git a/classes/use-imx-security-controller-firmware.bbclass b/classes/use-imx-security-controller-firmware.bbclass index 7b82bcaf..52b1bf37 100644 --- a/classes/use-imx-security-controller-firmware.bbclass +++ b/classes/use-imx-security-controller-firmware.bbclass @@ -19,8 +19,9 @@ SECO_FIRMWARE_NAME ?= "" SECO_FIRMWARE_NAME_mx8qm = "mx8qmb0-ahab-container.img" -SECO_FIRMWARE_NAME_mx8qxp = "mx8qxb0-ahab-container.img" -SECO_FIRMWARE_NAME_mx8qxpc0 = "mx8qxc0-ahab-container.img" +SECO_FIRMWARE_NAME_mx8qxp = \ + "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \ + 'mx8qxc0-ahab-container.img', d)}" SECO_FIRMWARE_NAME_mx8phantomdxl = "mx8qxb0-ahab-container.img" SECO_FIRMWARE_NAME_mx8dxl = "mx8dxla0-ahab-container.img" -- cgit v1.2.3-54-g00ecf