Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 669 Bytes

File metadata and controls

23 lines (21 loc) · 669 Bytes

manifests-metrological-raspberrypi

Git-repo manifests for building the RaspberryPi with Yocto

Setting up the build

  1. 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 [email protected]:WebPlatformForEmbedded/manifests-metrological-raspberrypi.git -m dunfell-main.xml -b main
  1. Synchronize meta layers with the corresponding remote repositories.
repo sync
  1. Source the build environment setup script. I.e for Dunfell builds
source setup-rpi.sh
  1. Trigger a build for the rpi target.
bitbake wpe-eglfs-image