Yocto Build for the OS onboard the ArgoPi
Note: Only tested on Linux, probably will work on MacOS, not sure about Windows (might not have to worry about UID and GID in Windows)
- Install Docker (https://docs.docker.com/engine/install/)
- Run
git submodule update --init --recursive - Run
export UID=$(id -u)
export GID=$(id -g)
docker compose run --rm --build yocto-build- In the docker container, run
. sources/poky/oe-init-build-env
bitbake core-image-minimal