From c746503bda1ec0fe6e562fb0da6146cedf2b5084 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 16 Apr 2019 21:34:12 -0700 Subject: qca-tools: Limit to arm/arm64 hosts alone The firmware ends up in stripping errors on non-arm arches rightly so since the binaries are arm arch specific. Signed-off-by: Khem Raj --- recipes-bsp/firmware-qca/qca-tools_2.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/firmware-qca/qca-tools_2.0.1.bb') 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() { install -d ${D}${sbindir}/fcc_tools cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools } + +COMPATIBLE_HOST = '(aarch64|arm).*-linux' -- cgit v1.2.3-54-g00ecf