Images recipes for Raspberry Pi 64b
Added recipes for RPi 3/4 in 64b mode booted via u-boot
-- both for APT and ostree images.
Added gitlab-ci to integrate images into pipeline. No tests added since we have no test boards in LAVA.
Generated images tested manually.
Merge request reports
Activity
added 9 commits
-
e4ff49e0 - 1 commit from branch
apertis/v2021dev3
- 80612e9e - ospack: enable non-free repository
- 8080b7c2 - Add overlay with boot config for Raspberry Pi 64b
- 08e141f4 - Add script for RPi ostree images boot setup
- 2a701388 - Add recipe for APT-based rpi64 image
- 0ddc336f - ostree-commit: install packages for RPi3/4
- b4873c30 - Add recipe for ostree-based rpi64 image
- ad2c31b4 - gitlab-ci: allow to use target board name for images
- 6bdd746b - gitlab-ci: add jobs for Raspberry Pi 64b images
Toggle commit list-
e4ff49e0 - 1 commit from branch
- Resolved by Emanuele Aina
- Resolved by Denis Pynkin
- Resolved by Denis Pynkin
- Resolved by Denis Pynkin
- Resolved by Denis Pynkin
added 5 commits
Toggle commit list- Resolved by Denis Pynkin
The pipeline is failing because there's a
ostree-image-build-arm64-minimal-rpi64
job trying to deploy thearm64/minimal/repo-arm64-rpi64-minimal
ostree branch but there's no matchingostree-commit-arm64-minimal-rpi64
job to build it.AIUI you wanted to re-use the
arm64/minimal/repo-arm64-uboot-minimal
branch, but I'm not sure about it. You're currently installingu-boot-rpi
,raspi-firmware
andfirmware-brcm80211
on the R-Car.Let's involve @sjoerd to see what it is more desirable for him: having an ostree branch for each hardware platform so it's easy to ship diverging updates if needed, or trying to coalesce as much as possible on a single branch.
- Resolved by Denis Pynkin
enabled an automatic merge when the pipeline for 0931d1f3 succeeds