SimpleSwitch™ docker package#

To ensure that there will no conflicts between the docker image and the assembled Yocto image, we will have to add

inherit simpleswitch-dockerpackage

to the image recipe instead of

inherit simpleswitch-package

This will provide a safe baseline to create the final container image.

Here be dragons

  • Installation of multiple dockerimage based recipes in one simpleswitch-docker-package, will likely create conflicts between different files and folders.