This repository aims to provide a quick way to grab yocto layers and build a demo image for the kimχ micro
Clone and update submodules
git clone https://github.com/groupgets/kimchi-yocto-demo.git
cd kimchi-yocto-demo
git submodule update --init
Create a build directory
MACHINE=kimchi DISTRO=fslc-wayland . ./setup-environment build-kimchi
Build an image
bitbake -k core-image-base
See the kimχ micro documentation for a walkthrough on how to do this
If you've already run a build and want to enter the bitbake environment again, you can simply run:
. ./setup-environment build-kimchi