Skip to content

Set of recipes for the poky build system, which enables cross-building GNU/Linux images for home automation projects.

License

Notifications You must be signed in to change notification settings

mkilivan/meta-chaos

Repository files navigation

build License: MIT

meta-chaos

Description

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

Dependencies

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

Quick Start

This section introduces how to generate the minimal system with meta-chaos and how to run it on a Raspberry Pi board.

Setup build environment

The kas tool is used to setup to project and build it.

$ sudo pip3 install kas

Build target images

$ kas build kas-poky-rpi.yml

Using the build output

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.

Credits

Contributing

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.

About

Set of recipes for the poky build system, which enables cross-building GNU/Linux images for home automation projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages