Martin Jansa 469e232c77 yocto-builer: fetch corresponding branch for bitbake
Use 2.16 branch for whinlatter.

This is just temporary work around to unblock first whinlatter PR:
https://github.com/agherzan/meta-raspberrypi/pull/1586

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2026-03-31 12:33:47 -07:00
..
2025-07-17 08:28:56 -07:00
2022-02-19 09:27:59 +00:00

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