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

layer.conf: add bc to HOSTTOOLS #367

Closed sashko closed 5 years ago

sashko commented 5 years ago

bc is required to build kernel and kernel modules with the SDK, otherwise the following error will occur:

/bin/sh: 1: bc: not found

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

sashko commented 5 years ago

bc has to be part of the Docker image for a build to succeed: https://github.com/Pelagicore/pelux-manifests/pull/421