firmware-nxp-wifi: update to NXP's lf-6.1.36-2.1.0 release for ccimx93
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
2b18573007
commit
db271b8c77
Binary file not shown.
Binary file not shown.
|
|
@ -1,26 +1,19 @@
|
|||
# Copyright (C) 2023 Digi International.
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
LIC_FILES_CHKSUM:ccimx93 = "file://LICENSE.txt;md5=db4762b09b6bda63da103963e6e081de"
|
||||
|
||||
LIC_FILES_CHKSUM:ccimx93 = "file://EULA.txt;md5=add2d392714d3096ed7e0f7e2190724b"
|
||||
|
||||
SRCBRANCH:ccimx93 = "lf-6.1.1_1.0.0"
|
||||
SRCREV:ccimx93 = "bacbeb4789c1b13d13aab12ada29217ce8c3e905"
|
||||
|
||||
# Use this temporal binary till it is released
|
||||
SRC_URI:append:ccimx93 = " \
|
||||
file://sd_w61x_v1.bin.se \
|
||||
file://uartspi_n61x_v1.bin.se \
|
||||
"
|
||||
SRCBRANCH:ccimx93 = "lf-6.1.36_2.1.0"
|
||||
SRCREV:ccimx93 = "1fb80d0266e8044fb7eea695c7678cddcbbc77c5"
|
||||
|
||||
do_install:append:ccimx93() {
|
||||
install -m 444 ${WORKDIR}/sd_w61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
install -m 444 ${WORKDIR}/uartspi_n61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
# Install NXP Connectivity IW612 firmware
|
||||
install -m 0644 nxp/FwImage_IW612_SD/sd_w61x_v1.bin.se ${D}${nonarch_base_libdir}/firmware/nxp
|
||||
install -m 0644 nxp/FwImage_IW612_SD/uartspi_n61x_v1.bin.se ${D}${nonarch_base_libdir}/firmware/nxp
|
||||
}
|
||||
|
||||
PACKAGES:prepend:ccimx93 = "${PN}-nxpiw612 "
|
||||
|
||||
FILES:${PN}-nxpiw612 = " \
|
||||
${base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \
|
||||
${base_libdir}/firmware/nxp/uartspi_n61x_v1.bin.se \
|
||||
${nonarch_base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \
|
||||
${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_v1.bin.se \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue