Skip to content

[Software] Removed the RPI_USERLAND Buildroot package, it is no more … #88

[Software] Removed the RPI_USERLAND Buildroot package, it is no more …

[Software] Removed the RPI_USERLAND Buildroot package, it is no more … #88

Workflow file for this run

name: Buildroot build
on: [push]
jobs:
buildroot_build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: '0'
submodules: 'recursive'
- name: Buildroot distribution build
run: |
make -C Software/buildroot BR2_EXTERNAL=$(realpath .)/Software/cyclope cyclope_defconfig
make -C Software/buildroot