nymea / meta-nymea

OpenEmbedded/Yocto meta-layer for nymea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-nymea

Introduction

OpenEmbedded/Yocto meta layer for nymea

Usage

This layer mainly builds "nymead" and "nymea-plugins".

To include nymea:core in your image, use

IMAGE_INSTALL += "nymead"

It is recommended to include "avahi-daemon" in the image too to allow nymea:app to automatically find nymea:core.

IMAGE_INSTALL += "avahi-daemon"

nymea-plugins can be configured to include/exclude inndividual plugins using PACKAGECONFIG. By default all plugins are built.

In order to exclude a plugin (and its dependencies) from being built at all, create a nymea-plugins.bbappend recipe and add

PACKAGECONFIG:remove += "plugin1 plugin2 ..."

Each built plugin produces a package named "nymea-plugin-name". It is possible to manually specify all plugins to be installed with:

IMAGE_INSTALL += "nymea-plugin-philipshue nymea-plugin-netatmo ..."

One can also install all plugins that were built with:

IMAGE_INSTALL += "nymea-plugins"

About

OpenEmbedded/Yocto meta-layer for nymea

License:MIT License


Languages

Language:BitBake 80.5%Language:Shell 19.5%