Hello Angeliki Leonida,
Azure recipes are not provided in the Yocto SDK by default, please download recipes-azure from GitHub - intel-iot-devkit/meta-iot-cloud: OpenEmbedded layer to add support for multiple cloud servi..., you could download the folder meta-iot-cloud directly.
Docker is a Linux user space package that can be added to a rootfs using the Yocto build system.
bitbake fsl-image-virt
These options can be enabled automatically by building the Linux kernel with an additional config fragment. In order to do this, add the following line in the conf/local.conf file in the Yocto build environment:
DELTA_KERNEL_DEFCONFIG_append = " <sdk-devel>/sources/meta-freescale/recipes-kernel/linux/files/
containers.config"
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------