No description
Find a file
Philipp Schmitt 86abce4897 Fix typo: BUILT_TYPE -> BUILD_TYPE (#37)
Add an optional extended description…
2017-09-28 10:30:44 +02:00
base_image Add new base images 2017-06-14 16:51:16 +02:00
build-scripts Move homeassistant builder. 2017-09-27 23:03:04 +02:00
builder Fix typo: BUILT_TYPE -> BUILD_TYPE (#37) 2017-09-28 10:30:44 +02:00
cluster Add cluster image (#22) 2017-07-12 22:53:46 +02:00
generic-hc Sync name 2017-08-04 17:02:29 +02:00
homeassistant Update home-assistant generic for new build system 2017-09-27 17:40:25 +02:00
install Update README.md (#33) 2017-09-23 14:38:15 +02:00
meta-hassio@ff8cd73e37 New Image version 1.1 2017-09-17 23:37:36 +02:00
resinhup@122cd97adc ResinHup 0.3 2017-07-24 10:59:19 +02:00
.gitmodules Add resinhub 2017-07-17 22:34:40 +02:00
LICENSE Update license to Apache 2.0 2017-07-23 12:12:21 -07:00
README.md Update README.md 2017-08-29 22:15:41 +02:00

Build environment for Hass.io

This repository contains the relevant files to build Hass.io. For the add-ons please check the Hass.io-Addons repository.

Build Server

You need a Linux system with AUFS and Docker support. You need to have the build user in the docker group that he can run Docker. It is not possible to run this process as root! You need also to install jq.

Builds are published on: https://hub.docker.com/r/homeassistant/

Build env

  • yocto-build-env: Allow us to build yocto resinos images
  • docker-build-env: Allow us to build docker image for all archs
  • resinhup-build: Create docker image for inplace update perform
  • resinos-build: Create image for SD and docker for inplace update
  • hassio-supervisor: Create our supervisor update
  • homeassistant: Create docker image with homeassistant

Create a server

First install Ubuntu server 16.04.

Follow install instruction from Docker to install it: https://docs.docker.com/engine/installation/linux/ubuntu/

After that move the builder user into docker group.

$ sudo groupadd docker
$ sudo gpasswd -a ${USER} docker
$ sudo service docker restart
$ newgrp docker

Other software:

$ sudo apt-get install jq pigz git python3-setuptools