From: Khem Raj Date: Wed, 17 Apr 2019 04:34:12 +0000 (-0700) Subject: qca-tools: Limit to arm/arm64 hosts alone X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c746503bda1ec0fe6e562fb0da6146cedf2b5084;p=meta-freescale.git 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 --- 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'