Pelagicore / meta-pelux

PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
https://pelux.io
MIT License
39 stars 28 forks source link

avs-device-sdk: build without snowboy for jetson-tx2 #388

Closed sashko closed 5 years ago

sashko commented 5 years ago

Snowboy provides aarch64 binary of its library for two variants:

Unfortunately, linker fails to recognize their format and therefore package build fails on Yocto/PELUX for aarch64.

Build avs-device-sdk without snowboy support for now.

A similar fix was implemented for smarcimx8m (see @8f1634dbfd167d99e).

Signed-off-by: Oleksandr Kravchuk oleksandr.kravchuk@pelagicore.com