mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
linux-firmware: TI: fix wl18xx support
wl1271-nvs.bin belongs to the wl18xx driver (and respective package created here), see kernel source. Due to the way packages are assembled here it ends up in the wrong package, though. Fix by placing it in the -common package as it's merely a symlink to wl127x-nvs.bin (which does belong to the wl12xx), so that both drivers have access to it. (From OE-Core rev: e0cc3cb406efedad8673ff48fae7c9288172fc6d) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
df7501528f
commit
6cc2580810
@@ -511,8 +511,17 @@ LICENSE_${PN}-wl18xx = "Firmware-ti-connectivity"
|
||||
LICENSE_${PN}-ti-connectivity-license = "Firmware-ti-connectivity"
|
||||
|
||||
FILES_${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity"
|
||||
# wl18xx optionally needs wl1271-nvs.bin (which itself is a symlink to
|
||||
# wl127x-nvs.bin) - see linux/drivers/net/wireless/ti/wlcore/sdio.c
|
||||
# and drivers/net/wireless/ti/wlcore/spi.c.
|
||||
# While they're optional and actually only used to override the MAC
|
||||
# address on wl18xx, driver loading will delay (by udev timout - 60s)
|
||||
# if not there. So let's make it available always. Because it's a
|
||||
# symlink, both need to go to wlcommon.
|
||||
FILES_${PN}-wlcommon = " \
|
||||
${nonarch_base_libdir}/firmware/ti-connectivity/TI* \
|
||||
${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin \
|
||||
${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin \
|
||||
"
|
||||
FILES_${PN}-wl12xx = " \
|
||||
${nonarch_base_libdir}/firmware/ti-connectivity/wl12* \
|
||||
|
||||
Reference in New Issue
Block a user