Skip to content

Prerequisites

Alexander Sack edited this page May 30, 2024 · 1 revision

Prerequisites

Install Yocto Build Host Packages

Follow guidance here: https://docs.yoctoproject.org/2.0/yocto-project-qs/yocto-project-qs.html#packages

Install python3 and pip3

Follow instructions for your distro

Ubuntu/Debian:

sudo apt install python3 pip3

Alpine:

apk add python3 py3-pip

Install kas package

Right now we use a fork that adds a feature for convenience.

git clone -b feature/kconfig-KAS_LOCAL_ https://github.com/pantacor/kas
cd kas
pip3 install .