This is a Docker image and container generator intended to build Yocto projects.
In compliance of the Yocto system requirements we have:
- Ubuntu 22.04 (LTS).
- Packages needed to build an image.
- Packages needed to build project documentation.
- Run the
docker_build.sh
script. - Export a workspace (
export WORKSPACE=some/folder/to/work/on
). - Run the
create_container.sh
The Yocto build process consumes lots of RAM.
There is a RESERVED_MEMORY
variable in the create_container.sh
script, by default its value is 4 (Gigabytes).