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

qtapplicationmanager.bbappend: libsoftwarecontainer-plugin breaks the nativesdk build #21

Closed GordanM closed 7 years ago

GordanM commented 7 years ago

The nativesdk build is broken as the bbappend assumes that the examples are built even for the -config tools-only version.

Furthermore, I am questioning whether this bbappend should be included in PELUX by default. This plugin was made as an example implementation by Robert and I am not sure would it be sensible to use it as a project would need to create it's own variant as far as I know. Please discuss :)

rpannek commented 7 years ago

I guess we still want to have the plugin example installed on the image so we can showcase the SC integration with Appman.

GordanM commented 7 years ago

Fixed with #24 .