Great for creating embedded linux systems or virtual machines.
Docker images have been defined for all the tools necessary.
The Makefile provides easy access to the yocto build environment (see comments for further customization options).
Allows the user to use yocto/bitbake commands manually.
make shellAllows the user to use bitbake recipes.
[DISTRO=...] [MACHINE=...] RECIPE=... make bitbakeDISTRO(optional) : choose the distribution to use
MACHINE(optional) : choose the machine to build for
RECIPE : recipe/image to build
Boots the latest image build, using KVM.
make runqemu
Provides a web interface to configure and build images.
make toaster
OpenEmbedded layers containing BSP support for hardware are provided via git submodules.
git submodule init layers/<layer name>