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:
parent
b81ce399f6
commit
0b5c74e836
|
|
@ -13,7 +13,8 @@ FW_QCA6564-BT = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
FW_QCA6564-WIFI = " \
|
FW_QCA6564-WIFI = " \
|
||||||
file://bdwlan30.bin \
|
file://bdwlan30_US.bin \
|
||||||
|
file://bdwlan30_World.bin \
|
||||||
file://LICENCE.atheros_firmware \
|
file://LICENCE.atheros_firmware \
|
||||||
file://otp30.bin \
|
file://otp30.bin \
|
||||||
file://qwlan30.bin \
|
file://qwlan30.bin \
|
||||||
|
|
@ -43,7 +44,8 @@ do_install() {
|
||||||
# Wifi firmware
|
# Wifi firmware
|
||||||
install -d ${D}${base_libdir}/firmware/wlan
|
install -d ${D}${base_libdir}/firmware/wlan
|
||||||
install -m 0644 \
|
install -m 0644 \
|
||||||
bdwlan30.bin \
|
bdwlan30_US.bin \
|
||||||
|
bdwlan30_World.bin \
|
||||||
LICENCE.atheros_firmware \
|
LICENCE.atheros_firmware \
|
||||||
otp30.bin \
|
otp30.bin \
|
||||||
qwlan30.bin \
|
qwlan30.bin \
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm/bdwlan30_World.bin
Executable file
BIN
meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm/bdwlan30_World.bin
Executable file
Binary file not shown.
Loading…
Reference in New Issue