diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-04-16 21:34:12 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-17 08:46:22 -0300 |
commit | c746503bda1ec0fe6e562fb0da6146cedf2b5084 (patch) | |
tree | 8e9884c15a896233ad408363839f8614334b5443 /recipes-bsp | |
parent | 0ef9809cc7317760f8e51d1dde8b16521e9fe1d5 (diff) | |
download | meta-freescale-c746503bda1ec0fe6e562fb0da6146cedf2b5084.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/firmware-qca/qca-tools_2.0.1.bb | 2 |
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 | |||
19 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' | ||