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:
parent
c8b8edd9e7
commit
67cdf29f59
Binary file not shown.
|
|
@ -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}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue