Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.13 KB

README.md

File metadata and controls

55 lines (42 loc) · 2.13 KB

Yocto Docker Tools

Docker images for building with Yocto.

⚠️ Warning: The images listed below are intended for generating open-source library packages and we cannot guarantee any kind of stability. We strongly recommend using your own generated images for production environments taking the dockerfiles in this repository as a reference.

Images

Ubuntu

Fedora

CentOS

Debian

Instructions

  1. Build the docker image
docker build -t centos-yocto centos/centos8
  1. Run the container
docker run -it centos-yocto
  1. Set up the build environment
git clone git://git.yoctoproject.org/poky && source poky/oe-init-build-env
  1. Build
bitbake core-image