mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
Following the recent major breaking change with the introduction of bitbake-setup because of which the Poky repository master branch is no longer being updated, the Poky git repository has to be replaced by bitbake and openembedded-core. This fixes the GitHub workflow with branch master of meta-raspberrypi for yocto-check-layer test. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.