For Anyone Interested in the RPi Yocto Project

@ZacckOsiemo (and anyone else interested in a RPi Yocto Project) Yes, the Pi is supported by the Yocto Project. You need to include the meta-raspberry-pi layer from https://git.yoctoproject.org/meta-raspberrypi In your local.conf file, set the MACHINE variable to to one of the machines listed in meta-raspberry-pi/conf/machine
I would then also highly recommend enableing the UART by adding the following line to local.conf ENABLE_UART = "1" For other options, such as enabling SPI, Video4Linux, etc, checkout the page https://meta-raspberrypi.readthedocs.io/en/latest/extra-build-config.html
1 Reply
ZacckOsiemo
ZacckOsiemoβ€’5d ago
Thank you oh great Gnome from the hills πŸ™πŸΎπŸ™πŸΎ

Did you find this page helpful?