Skip to content

colin-pm/yocto-docker-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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