ccimx8x: move SECO_FIRMWARE_NAME definition to machine config
This is a machine specific setting, and moving it to the machine config allows to get rid of the recipe bbappends. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
cec7cd98a5
commit
6a53da20ca
|
|
@ -52,6 +52,10 @@ MACHINE_FIRMWARE ?= "firmware-imx-vpu-imx8 firmware-imx-sdma-imx7d"
|
|||
MACHINE_FIRMWARE:append = " ${@oe.utils.conditional('HAVE_BT', '1', 'firmware-qualcomm-qca6574-bt', '', d)}"
|
||||
MACHINE_FIRMWARE:append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-qualcomm-qca6574-wifi', '', d)}"
|
||||
|
||||
# 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"
|
||||
|
||||
MACHINE_EXTRA_RDEPENDS += " \
|
||||
e2fsprogs-mke2fs \
|
||||
e2fsprogs-resize2fs \
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# 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"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Copyright (C) 2013-2021 Digi International.
|
||||
require ccimx8x-seco-fw.inc
|
||||
Loading…
Reference in New Issue