8000 GitHub - ska/meta-domoticz: Domoticz layer for Yocto.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ska/meta-domoticz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meta-domoticz

a yocto meta layer to enable creation of an image for my home Starting from: https://github.com/r2d2/meta-domoticz

Dependencies

This layer depends on:

URI: git://git.openembedded.org/bitbake branch: poky

URI: git://git.openembedded.org/openembedded-core layers: meta branch: poky

Patches

Please submit any patches against the domoticz layer to the the maintainer:

Maintainer: ska@linux.it

I. Adding the domoticz layer to your build

In order to use this layer, you need to make the build system aware of it.

Assuming the domoticz layer exists at the top-level of your yocto build tree, you can add it to the build system by adding the location of the domoticz layer to bblayers.conf, along with any other layers needed. e.g.:

Add this in 'bblayers.conf' :

  BBLAYERS ?= " \
    /path/to/yocto/meta \
    /path/to/yocto/meta-poky \
    /path/to/yocto/meta-yocto-bsp \
    /path/to/yocto/meta-domoticz \
    "

Add this in the 'local.conf' file :

# Add the domoticz to the final generated image :
IMAGE_INSTALL_append = " domoticz"

II. recipes description

recipes-core/domoticz

The core component of domoticz. Also :

  • Adds initscript
  • Creates a dedicated user & group

About

Domoticz layer for Yocto.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0