eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 7 forks source link

sdv-image-minimal missing SDV edge components #26

Open mikehaller opened 1 year ago

mikehaller commented 1 year ago

Describe the bug The sdv-image-minimal image should contain the minimal SDV.EDGE core components. Compare to sdv-image-full, which contains additional developer tooling and convenient tools, the minimal image should showcase the minimum size for a "production" setup which still offers all of the features on a service level (e.g. for OTA Updates, cloud-connector and self-update-agent etc.)

To Reproduce Steps to reproduce the behaviour:

  1. Boot the second partition "SDV Minimal"
  2. Check sdv-health or manually like systemctl status kanto-cm

Expected behaviour

Leda Version (please complete the following information):

Additional context Add any other context about the problem here.

mikehaller commented 1 year ago

Actually, bash and sdv-health should not even be on the minimal image.

We may even evaluate to replace systemd on the minimal image, but that requires more conceptual work (may be a completely different configuration, not sure if we can do that using a single distro).