OpenEmbedded layer to add support for multiple cloud service provider solutions.
This layer depends on packages provided by the following layers:
meta-openembedded
[http://cgit.openembedded.org/meta-openembedded/]meta-iot-cloud
layer to your project directory.meta-iot-cloud
layer to conf/bblayers.conf
BBLAYERS += "path/to/meta-iot-cloud"
conf/bblayers.conf
BBLAYERS += "path/to/meta-openembedded/meta-oe"
BBLAYERS += "path/to/meta-openembedded/meta-python"
BBLAYERS += "path/to/meta-openembedded/meta-networking"
To build packages related to Microsoft Azure:
bitbake packagegroup-cloud-azure
To build packages related to Google Cloud Platform:
bitbake packagegroup-cloud-google
Alternatively to add support for a given platform into your image add the following to your distro config or conf/auto.conf
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-azure"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-google"
Please submit any patches against the meta-iot-cloud layer to the maintainer:
Maintainer: Scott Ware scott.r.ware@intel.com