diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-27 10:58:38 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-05 16:38:31 -0300 |
| commit | 07c149e88781f18fc1df546add3d615977303eac (patch) | |
| tree | 47ec591907dad4ff01606dc9bd622972a549bd9a | |
| parent | f51feb5ef1bc62bcda52c4e479d84cb65f0dbf4a (diff) | |
| download | meta-freescale-07c149e88781f18fc1df546add3d615977303eac.tar.gz | |
firmware-qca9377: Add support for QCA9377 on i.MX 7ULP
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-bsp/firmware-qca/firmware-qca.inc | 15 | ||||
| -rw-r--r-- | recipes-bsp/firmware-qca/firmware-qca9377_2.0.bb | 27 |
2 files changed, 42 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-qca/firmware-qca.inc b/recipes-bsp/firmware-qca/firmware-qca.inc new file mode 100644 index 000000000..20d1fa54e --- /dev/null +++ b/recipes-bsp/firmware-qca/firmware-qca.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Copyright 2018 NXP | ||
| 2 | |||
| 3 | SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware" | ||
| 4 | SECTION = "base" | ||
| 5 | LICENSE = "Proprietary" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab61cab9599935bfe9f700405ef00f28 \ | ||
| 7 | file://QUALCOMM_ATHEROS_LICENSE_AGREEMENT.pdf;md5=e629669cf17f6a2a6872e067582986e3 \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI = " ${FSL_MIRROR}/firmware-qca-${PV}.bin;fsl-eula=true" | ||
| 11 | SRC_URI[md5sum] = "d2b7766a0919c2084ba7c911b7ddc1d0" | ||
| 12 | SRC_URI[sha256sum] = "001eaaf7008d1354daeb7dbfbc86de1269cc4d6e5b49fa7f811eb82035602a42" | ||
| 13 | S = "${WORKDIR}/firmware-qca-${PV}" | ||
| 14 | |||
| 15 | inherit fsl-eula-unpack | ||
diff --git a/recipes-bsp/firmware-qca/firmware-qca9377_2.0.bb b/recipes-bsp/firmware-qca/firmware-qca9377_2.0.bb new file mode 100644 index 000000000..5bee32de5 --- /dev/null +++ b/recipes-bsp/firmware-qca/firmware-qca9377_2.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # Copyright 2018 NXP | ||
| 2 | |||
| 3 | require firmware-qca.inc | ||
| 4 | |||
| 5 | SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware" | ||
| 6 | DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth firmware for modules such as QCA9377-3" | ||
| 7 | SECTION = "base" | ||
| 8 | LICENSE = "Proprietary" | ||
| 9 | |||
| 10 | inherit allarch | ||
| 11 | |||
| 12 | do_install () { | ||
| 13 | # Install firmware.conf for QCA modules | ||
| 14 | install -d ${D}${sysconfdir}/bluetooth | ||
| 15 | install -m 644 ${S}/1PJ_QCA9377-3_LEA_2.0/etc/bluetooth/firmware.conf ${D}${sysconfdir}/bluetooth | ||
| 16 | |||
| 17 | # Install firmware files | ||
| 18 | install -d ${D}${base_libdir} | ||
| 19 | cp -r ${S}/1PJ_QCA9377-3_LEA_2.0/lib/firmware ${D}${base_libdir} | ||
| 20 | } | ||
| 21 | |||
| 22 | FILES_${PN} = " \ | ||
| 23 | ${sysconfdir}/bluetooth/firmware.conf \ | ||
| 24 | ${base_libdir}/firmware/qca \ | ||
| 25 | ${base_libdir}/firmware/qca9377 \ | ||
| 26 | ${base_libdir}/firmware/wlan \ | ||
| 27 | " | ||
