ChenQi1989 / meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud service provider solutions including IBM Cloud, Microsoft Azure, Amazon Web Services (AWS) & Google Cloud Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud service provider solutions.

Supported Platforms

Dependencies

This layer depends on packages provided by the following layers:

Configuration

  1. Clone the meta-iot-cloud layer to your project directory.
  2. Add the meta-iot-cloud layer to conf/bblayers.conf
	BBLAYERS += "path/to/meta-iot-cloud"
  1. 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-openembedded/meta-networking"

Usage

To build packages related to IBM Cloud:

	bitbake packagegroup-cloud-ibm

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-ibm"
    CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-azure"
    CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-google"

Patches

Please submit any patches against the meta-iot-cloud layer to the maintainer:

Maintainer: Scott Ware scott.r.ware@intel.com

About

OpenEmbedded layer to add support for multiple cloud service provider solutions including IBM Cloud, Microsoft Azure, Amazon Web Services (AWS) & Google Cloud Platform.

License:MIT License


Languages

Language:BitBake 48.3%Language:PHP 34.2%Language:C++ 10.0%Language:HTML 4.8%Language:NASL 2.2%Language:Clojure 0.4%