mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +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 images for CI
Each directory contains the files for a docker image.
Building an image
When building a docker image, the build context is expected to be where this
README.md file resides. This means that building the images will require
passing the appropriate -f argument.
Here is an example for building the dco-check image:
docker build --no-cache . -f dco-check/Dockerfile -t dco-check