Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- .../linux-firmware/linux-firmware_git.bb | 29 +++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 99c226c..b181a6b 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb @@ -18,6 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \ file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \ file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ + file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \ + file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \ " SRCREV = "c530a75c1e6a472b0eb9558310b518f0dfcd8860" @@ -48,7 +50,27 @@ do_install() { PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-rtl8192cu \ ${PN}-rtl8192ce ${PN}-rtl8192su ${PN}-wl12xx \ - ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334" + ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \ + ${PN}-vt6656 ${PN}-ar9170 ${PN}-ath6k \ + ${PN}-ath9k" + +LICENSE_${PN}-9170 = "Firmware-atheros_firmware" +FILES_${PN}-ar9170 = " \ + /lib/firmware/ar9170*.fw \ +" + +LICENSE_${PN}-ath6k = "Firmware-atheros_firmware" +FILES_${PN}-ath6k = " \ + /lib/firmware/ath6k \ +" + +LICENSE_${PN}-ath9k = "Firmware-atheros_firmware" +FILES_${PN}-ath9k = " \ + /lib/firmware/ar9271.fw \ + /lib/firmware/ar7010*.fw \ + /lib/firmware/htc_9271.fw \ + /lib/firmware/htc_7010.fw \ +" LICENSE_${PN}-ralink = "Firmware-ralink" FILES_${PN}-ralink = " \ @@ -82,6 +104,11 @@ FILES_${PN}-wl12xx = " \ /lib/firmware/ti-connectivity \ " +LICENSE_${PN}-vt6656 = "Firmware-via_vt6656" +FILES_${PN}-vt6656 = " \ + /lib/firmware/vntwusb.fw \ +" + # WARNING: The ALTERNATIVE_* variables are not using ${PN} because of # a bug in bitbake; when this is fixed and bitbake learns how to proper # pass variable flags with expansion we can rework this patch. -- 1.8.1 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core