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

Make softwarecontainer optional by using a distro feature #33

Closed jonte closed 7 years ago

jonte commented 7 years ago

By making a distro feature for softwarecontainer, and thus making it optional for inclusion, we no longer have to rely on meta-virtualization. meta-virtualization depends on meta-python, meta-filesystems and meta-networking - so we would remove 4 required layers for PELUX users not needing softwarecontainer if we make it optional.

Current softwarecontainer inclusion is here:

https://github.com/Pelagicore/meta-pelux/blob/3b80b2bb6effe524577dde63c26081bb75a95df8/recipes-core/images/core-image-pelux.bb#L11

GordanM commented 7 years ago

@jonte valid remark. Possibly the issue is somewhat connect to the restructuring needed for #31 .