eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

Disable duplicates for SUA and cloud connector #91

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

Moving leda-contrib-self-update-agent and leda-contrib-cloud-connector (which are the native versions) to the rescue partition.

Right now, SUA and cloudconnector are deployed as containers on the main image (sdv-image-full) and if we also install them natively, there is a conflict. Esp. cloudconnector behaves strange if there are multiple instances running on the same device (as they're both using the same MQTT Client Id)

By moving the native versions to the rescue partition, we can still test them on the rescue partition and keep the containerized versions on the full and minimal images.