Skip to content

Git-repo manifests for building the RaspberryPi with Yocto

Notifications You must be signed in to change notification settings

WebPlatformForEmbedded/manifests-metrological-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

Git-repo manifests for building the RaspberryPi with Yocto

Resources

Stars

Watchers

Forks

Releases

No releases published