hardknott: ccimx8x: use both versions of the SECO firmware (B0 and C0)

We lost this logic when migrating to hardknott, so re-incorporate it

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-22 18:02:23 +01:00
parent 99a72aa189
commit a357f47f3b
3 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,7 @@ deploy_mx8ulp() {
# Digi customizations #
#######################
inherit boot-artifacts
require recipes-bsp/imx-seco/ccimx8x-seco-fw.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

View File

@ -0,0 +1,3 @@
# For the ccimx8x, we generate images for both the B0 and the C0 revisions of
# the i.MX8X silicon, so deploy both versions of the firmware.
SECO_FIRMWARE_NAME_ccimx8x = "mx8qx*0-ahab-container.img"

View File

@ -0,0 +1,2 @@
# Copyright (C) 2013-2021 Digi International.
require ccimx8x-seco-fw.inc