From cb16fe88d88feef49eedaba489972d809321700d Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Fri, 27 Nov 2020 17:17:14 +0100 Subject: [PATCH] ADD: [ath10k-ct] add candelatech firmware for QCA988X chipsets BugzId: 69238 --- .../firmware-ath10k-ct_1.0.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb diff --git a/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb b/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb new file mode 100644 index 0000000..9127614 --- /dev/null +++ b/recipes-firmware/firmware-ath10k-ct/firmware-ath10k-ct_1.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "ath10k candelatech firmware for use with Linux kernel" +DESCRIPTION = "firmware for QCA ath10k based chipset like QCA988X from candelatech" +HOMEPAGE = "https://www.candelatech.com/" +SECTION = "base" +LICENSE = "CLOSED" + +SRC_URI = "https://www.candelatech.com/downloads/firmware-2-ct-full-community-22.bin.lede.021" + +SRC_URI[md5sum] = "9d8dd50f5cf4e19e57315a93486bc205" + +S = "${WORKDIR}" + +inherit allarch + +do_compile() { + : +} + +do_install() { + install -d ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/ + cp ${WORKDIR}/firmware-2-ct-full-community-22.bin.lede.021 ${D}${nonarch_base_libdir}/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin +} + + + +FILES_${PN} = "/lib/firmware" \ No newline at end of file