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-java[http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/]
- Clone the
meta-iot-cloudlayer to your project directory. - Add the
meta-iot-cloudlayer toconf/bblayers.conf
BBLAYERS += "path/to/meta-iot-cloud"- Add dependency layers to
conf/bblayers.conf
BBLAYERS += "path/to/meta-openembedded/meta-oe"
BBLAYERS += "path/to/meta-openembedded/meta-python"
BBLAYERS += "path/to/meta-java"To build packages related to IBM Cloud:
bitbake packagegroup-cloud-ibmTo build packages related to Amazon Web Services:
bitbake packagegroup-cloud-awsTo build packages related to Microsoft Azure:
bitbake packagegroup-cloud-azureTo build packages related to Google Cloud Platform:
bitbake packagegroup-cloud-googleAlternatively 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-ibm"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-aws"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-azure"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-google"echo "src iotkit http://iotdk.intel.com/repos/3.5/intelgalactic/opkg/i586" > /etc/opkg/iotkit.conf
echo "src iot-cloud http://iotdk.intel.com/repos/iot-cloud/iotdk/3.5" > /etc/opkg/iot-cloud.conf
opkg updaterpm --import http://iotdk.intel.com/misc/iot_pub2.key
smart channel --add IoT_Cloud type=rpm-md name="IoT_Cloud" baseurl=http://iotdk.intel.com/repos/iot-cloud/wrlinux7/rcpl13/
smart updaterpm --import http://iotdk.intel.com/misc/iot_pub2.key
smart channel --add IoT_Cloud type=rpm-md name="IoT_Cloud" baseurl=http://iotdk.intel.com/repos/iot-cloud/pulsar/8/
smart update