maxinbjohn / meta-homeassistant-backup

Layer to support "Home Assistant" - An open-source home automation platform running on Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-homeassistant

Layer to support "Home Assistant" - An open-source home automation platform running on Python 3

This layer provides OpenEmbedded metadata for Home Assistant

Getting Started

git clone git://github.com/openembedded/openembedded-core.git
cd openembedded-core
git clone git://github.com/openembedded/meta-openembedded.git
git clone git://github.com/openembedded/bitbake.git
git clone git://github.com/maxinbjohn/meta-homeassistant

$ . ./oe-init-build-env

$ bitbake-layers add-layer ../meta-openembedded/meta-oe
$ bitbake-layers add-layer ../meta-openembedded/meta-python
$ bitbake-layers add-layer ../meta-homeassistant

Building

Below we build for qemux86-64 machine as an example, to add homeassistant recipe to an image, ie: in "conf/local.conf" add

IMAGE_INSTALL_append = " python3-homeassistant epiphany"

$ MACHINE=qemux86-64 bitbake core-image-sato

Running

$ runqemu qemux86-64 core-image-sato

Limitations

Works with OE Release >= 2.2

Dependencies

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/meta-openembedded.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/bitbake.git
branch: master
revision: HEAD

Upstreaming

Forking via github

You are encouraged to fork the mirror on github to share your patches.

Maintainer(s)

About

Layer to support "Home Assistant" - An open-source home automation platform running on Python 3

License:MIT License


Languages

Language:BitBake 81.7%Language:Shell 18.3%