mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-21 13:28:32 +00:00
We include a workflow for checking yocto compliance using the poky provided script and also a matrix workflow for building the CI supported build configurations. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Docker image for builds
This defines the docker image for running Yocto/OE based operations/builds. It privides multiple scripts for driving different operations.
Configuration
The entrypoint scripts assumes at runtime that the repository to drive the
operation against is available under /work. This path is to be populated via
bind mounts when running the container.