actions-marketplace-validations/Prepare Raspbian Sysroot
Prepare a Raspbian sysroot for cross-compiling for Raspberry Pi
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sysroot | Location of sysroot | yes | /opt/pi-sysroot |
| release | Raspbian release | yes | bookworm |
| arch | Raspbian architecture | yes | armhf |
| packages | Packages to install for sysroot, can be a string or path to packages list | no | "" |
| basefs | Path to cached basefs archive | no | /tmp/pi-debootstrap-basefs.tar.gz |
Outputs
| name | description |
|---|---|
| sysroot | Location of sysroot |
| cmake-toolchain | Path to CMake toolchain for cross compiling |
| shell-envsetup | Path to envsetup script for cross compiling |