Setting Up Yocto Projects with kas
Kas makes the setup of a Yocto build environment super simple and super fast. We call kas with a project configuration file: kas-container build ./eu-terminal-distro.yml
. Kas starts a Docker container, clones the layer repositories, initialises the Yocto configuration files (local.conf
and bblayers.conf
), and starts building the embedded Linux system. Most Linux BSP providers don’t make a kas configuration file available. I’ll show how to convert a repo manifest file into a kas configuration file in this post.