]> code.ossystems Code Review - meta-freescale.git/commitdiff
qca-tools: Add fcc_tools
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 27 Jul 2018 16:02:41 +0000 (11:02 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Apr 2019 19:38:31 +0000 (16:38 -0300)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/firmware-qca/qca-tools_2.0.bb [new file with mode: 0644]

diff --git a/recipes-bsp/firmware-qca/qca-tools_2.0.bb b/recipes-bsp/firmware-qca/qca-tools_2.0.bb
new file mode 100644 (file)
index 0000000..480a90f
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 2018 NXP
+
+require firmware-qca.inc
+
+SUMMARY = "Qualcomm Wi-Fi and Bluetooth tools"
+DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth tools for modules such as QCA6174A and QCA9377"
+LICENSE = "Proprietary"
+
+DEPENDS = "libnl zlib"
+
+FCC_TOOLS_FOLDER ?= "qca9377_qca6174_arm32"
+FCC_TOOLS_FOLDER_aarch64 = "qca9377_qca6174_arm64"
+
+do_install() {
+    install -d ${D}${sbindir}/fcc_tools
+    cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools
+}