freescale-layer: firmware-ele-imx: install i.MX93 A0 fw from 0.1.0 package

firmware-ele-imx no longer provides a firmware file for this revision of the
SoC, so if we want to keep supporting it, we need to port the firmware file
that we were using in DEY 4.0.

https://onedigi.atlassian.net/browse/DEL-9011
https://onedigi.atlassian.net/browse/DEL-9081

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-05-20 18:03:05 +02:00
parent c8b8edd9e7
commit 67cdf29f59
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Copyright 2024 Digi International Inc.
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
# Forward-port the i.MX93 A0 fw from v0.1.0
SRC_URI:append:ccimx93 = " \
file://mx93a0-ahab-container.img \
"
do_install:prepend:ccimx93() {
# Copy our A0 firmware file to where the other firmware files are
cp ${WORKDIR}/${SECO_FIRMWARE_NAME} ${S}
}