Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 660 Bytes

Yocto Builder

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.

Instructions

  1. Run the docker_build.sh script.
  2. Export a workspace (export WORKSPACE=some/folder/to/work/on).
  3. Run the create_container.sh

Notes

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).