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

Bugfix: Set container management recipe to a static SRCREV #161

Closed vasilvas99 closed 1 year ago

vasilvas99 commented 1 year ago

The container management recipe has been using the ${AUTOREV} variable for SRCREV (latest commit). This leads to clean (no sstate/mirros)builds breaking due to update in either moby or runc version.

The commit hash for container-management has been set to a known good revision of 65e00358fa5aed1792059488a80fe755b36a8191 of the main branch.

To keep recipes in sync kantui and kanto-auto-deployer have also been set to use the same hash SRCREV_containerm=65e00358fa5aed1792059488a80fe755b36a8191.

With these changes a clean (no-sttate/mirrors) build compiles fine and all containers are deployed with working container-to-container networking.