firmware.inc: Default to no firmware and fix HW18 firmwares

Since these firmwares are added to the ostree initramfs image, it
does not make sense to had the full linux-firmware package
(> 400MB).

BugzID: 60719
This commit is contained in:
Alexandre Bard 2019-12-20 17:37:59 +01:00
parent 43e83f3769
commit 58b019f67d
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FIRMWARE ?= "linux-firmware"
FIRMWARE ?= ""
FIRMWARE_am335x-nmhw24= " \
linux-firmware-wl12xx\
@ -28,10 +28,9 @@ FIRMWARE_am335x-nrhw16 = " \
linux-firmware-wl18xx\
wlconf-bin \
"
FIRMWARE_armada-385 = " \
FIRMWARE_armada-385-nrhw18 = " \
linux-firmware-ath6k \
linux-firmware-ath9k \
"
FIRMWARE_imx8-nmhw23 = ""