Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 7

...

The Docker recipe is included in the meta-virtualization layer.  The Xilinx Yocto manifest instructs repo to automatically clone meta-virtualization, so there is no need to clone it manually unless you are using an unsupported Yocto flow.  You can verify that the virtualization layer is installed in the sources directory and that it's included in the bblayers.conf.  From this layer we will be building and installing the docker package and docker-contrib packages.  We will add this to a Docker machine configuration later.

Code Block
languagebash
themeMidnight
titleDocker packages
IMAGE_INSTALL_append = " docker docker-contrib"

meta-xilinx-docker Layer

...