This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.
Yocto layer for adding docker to Intel Aero platform
For details on getting setup to build see the Intel Aero wiki.
Build basic docker image as follows
mkdir intel_aero
cd intel_aero
repo init -u https://github.com/intel-aero/intel-aero-manifest.git -b pyro -m docker.xml
repo sync -j4
export TEMPLATECONF=../meta-intel-aero-docker/conf
source poky/oe-init-build-env
bitbake aero-docker-image