agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
510 stars 398 forks source link

Enable build of mesa-demos for userland graphics drivers #1154

Closed clopez closed 1 year ago

clopez commented 1 year ago

Enable build of mesa-demos for userland graphics drivers

clopez commented 1 year ago

,mm, this is going to fail to build if the wayland package option gets enabled (and it gets enabled if the distro has the feature) unless poky contains this patch that I just sent to the oe-core mailing list

I guess is better that we disable wayland here as well. On this package enabling packageconfig option wayland without egl is useless in the end.

clopez commented 1 year ago

Looks good. Thanks for this. The only request would be to keep the current git log format:

https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html

Pushed a new commit with that format.

Thanks!