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:
parent
99a72aa189
commit
a357f47f3b
|
|
@ -90,6 +90,7 @@ deploy_mx8ulp() {
|
||||||
# Digi customizations #
|
# Digi customizations #
|
||||||
#######################
|
#######################
|
||||||
inherit boot-artifacts
|
inherit boot-artifacts
|
||||||
|
require recipes-bsp/imx-seco/ccimx8x-seco-fw.inc
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Copyright (C) 2013-2021 Digi International.
|
||||||
|
require ccimx8x-seco-fw.inc
|
||||||
Loading…
Reference in New Issue