Git-repo manifests for building the RaspberryPi with Yocto
- Initialize a repo workspace with one of the manifests present in this repository. I.e to create a build based on Yocto Dunfell execute:
repo init -u git@github.com:WebPlatformForEmbedded/manifests-metrological-raspberrypi.git -m dunfell-main.xml -b main
- Synchronize meta layers with the corresponding remote repositories.
repo sync
- Source the build environment setup script. I.e for Dunfell builds
source setup-rpi.sh
- Trigger a build for the rpi target.
bitbake wpe-eglfs-image