meta-chaos is a set of recipes for the poky build system, which enables cross-building GNU/Linux images for home automation projects. By enabling meta-chaos, you can cross-build some of the popular projects, such as Homebridge and wifi-connect.
The main purpose of meta-chaos is to provide reference Linux distribution for home automation systems satisfying the following needs.
- Stability
- Customizability
This layer depends on:
URI: git://git.yoctoproject.org/poky
branch: master
revision: HEAD
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
meta-networking
meta-python
branch: master
revision: HEAD
This section introduces how to generate the minimal system with meta-chaos and how to run it on a Raspberry Pi board.
The kas tool is used to setup to project and build it.
$ sudo pip3 install kas
$ kas build kas-poky-rpi.yml
After a successful build, the images and build artifacts are placed in tmp/deploy/images/raspberrypi3/
. The image will have .rpi-sdimg
suffix. Use balenaEtcher to write the image on SD card.
To contribute send github pull requests targeting this repository.
Please refer to: Yocto Contribution Guidelines and try to use the commit log format as stated there.