turing-machines / BMC-Firmware

Turing-pi BMC firmware
GNU General Public License v2.0
215 stars 26 forks source link

Feature/stage buildroot #167

Closed svenrademakers closed 6 months ago

svenrademakers commented 6 months ago

Rather then having a copy of buildroot in our own repo, we download it from the buildroot remote. This will make it easier to upgrade buildroot in the future and prevent pollution of our own repo.

The downside; users are required to execute one bash script, setup_build.sh before they can start building.

CI pipeline and documentation is updated to reflect these changes