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