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 8 forks source link

Reproducable build infrastructure #38

Open mikehaller opened 1 year ago

mikehaller commented 1 year ago

Right now, our build infrastructure is not properly set up. We're using the free GitHub Runners and an external caching mechanism to be able to perform builds. While we're waiting for the Eclipse Webmaster to provide larger GitHub Runners (needed for Yocto), we can use the time to set up automation scripts for setting up the needed infrastructure.

This would also help other teams to setup a Yocto-based build infrastructure and reproduce it on their end.

The rough idea is:

A few requirements which come to my mind:

This is a conceptual discussion / poc.