diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-27 11:02:41 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-05 16:38:31 -0300 |
| commit | 5a2b31f3d698ebcd76478e9b735730ff8e4df013 (patch) | |
| tree | 150ea02948112363f1d2aa9996ba358130593927 | |
| parent | 252e4621789d1ce4d40834455e3e5ca847e65ad3 (diff) | |
| download | meta-freescale-5a2b31f3d698ebcd76478e9b735730ff8e4df013.tar.gz | |
qca-tools: Add fcc_tools
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-bsp/firmware-qca/qca-tools_2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 000000000..480a90fdc --- /dev/null +++ b/recipes-bsp/firmware-qca/qca-tools_2.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # Copyright 2018 NXP | ||
| 2 | |||
| 3 | require firmware-qca.inc | ||
| 4 | |||
| 5 | SUMMARY = "Qualcomm Wi-Fi and Bluetooth tools" | ||
| 6 | DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth tools for modules such as QCA6174A and QCA9377" | ||
| 7 | LICENSE = "Proprietary" | ||
| 8 | |||
| 9 | DEPENDS = "libnl zlib" | ||
| 10 | |||
| 11 | FCC_TOOLS_FOLDER ?= "qca9377_qca6174_arm32" | ||
| 12 | FCC_TOOLS_FOLDER_aarch64 = "qca9377_qca6174_arm64" | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | install -d ${D}${sbindir}/fcc_tools | ||
| 16 | cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools | ||
| 17 | } | ||
