UDOOboard / meta-synthetic-brain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-synthetic-brain

Seco layer to add support for the Seco IoT Agent (SECO Synthetic Brain).

Availiable Packages

  • seco-synthetic-brain

Configuration

  1. Clone the meta-synthetic-brain layer to your project directory.
  2. Add the meta-synthetic-brain layer to conf/bblayers.conf
	BBLAYERS += "path/to/meta-synthetic-brain"
  1. Add dependency layers to conf/bblayers.conf
	BBLAYERS += "path/to/meta-openembedded/meta-oe"
	BBLAYERS += "path/to/meta-openembedded/meta-python"

Usage

Add support for the agent into your image add the following to your distro config or conf/auto.conf

    CORE_IMAGE_EXTRA_INSTALL += "seco-synthetic-brain"

Credits

Based on the meta-iot-cloud layer from intel-iot-devkit, forked from OpenLabs-WRLinux.

About

License:GNU General Public License v2.0


Languages

Language:PHP 60.4%Language:BitBake 33.8%Language:Assembly 5.8%