mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
![]() Upgrade to Ubuntu 22.04 because it is compatible with the Yocto Project release Walnascar and provides a newer Python version. Fixes: RuntimeError: Sorry, python 3.9.0 or later is required for this version of bitbake This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
entrypoint-build.sh | ||
entrypoint-yocto-check-layer.sh | ||
README.md |
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.