summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/firmware-qca/qca-tools_2.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb b/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb
index 480a90fd..f3008c1b 100644
--- a/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb
+++ b/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb
@@ -15,3 +15,5 @@ do_install() {
15 install -d ${D}${sbindir}/fcc_tools 15 install -d ${D}${sbindir}/fcc_tools
16 cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools 16 cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools
17} 17}
18
19COMPATIBLE_HOST = '(aarch64|arm).*-linux'