recipes-bsp: firmware-qualcomm: add different firmware files for country regions

We are including two firmware files: one for setting the country to US and the
other one to set it to the World Wide Roaming region (SKU 0060).

https://jira.digi.com/browse/DEL-2774

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-07-20 11:32:52 +02:00
parent b81ce399f6
commit 0b5c74e836
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ FW_QCA6564-BT = " \
"
FW_QCA6564-WIFI = " \
file://bdwlan30.bin \
file://bdwlan30_US.bin \
file://bdwlan30_World.bin \
file://LICENCE.atheros_firmware \
file://otp30.bin \
file://qwlan30.bin \
@ -43,7 +44,8 @@ do_install() {
# Wifi firmware
install -d ${D}${base_libdir}/firmware/wlan
install -m 0644 \
bdwlan30.bin \
bdwlan30_US.bin \
bdwlan30_World.bin \
LICENCE.atheros_firmware \
otp30.bin \
qwlan30.bin \