Files
supervisor/build-scripts
2017-03-15 22:57:10 +01:00
..
2017-03-15 22:57:10 +01:00
2017-03-15 21:23:11 +01:00

Build Server

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

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

Build env

  • yocto-build-env: Allow us to build yocto resinos images
  • docker-build-env: Allow us to build docker image for all archs

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