adding mesa i965 driver - alan-mushi/meta-opencpn GitHub Wiki

I had some trouble setting up the graphical driver for weston. After some researches the graphical driver adapted to my target architecture is the i965-dri. You can actually run weston without the appropriate driver by supplying the --pixman to weston, but i wanted the graphical driver. The strange thing is that the driver was compiled but not applied to the final image. This bothers me but actually the solution was really straightforward. You just need to add the driver's name (e.g. mesa-driver-i965) to the variable IMAGE_INSTALL_append in your and restart the bitbake command to build the image.


Previous step : Creating an image recipe
Next step : gtk3 window decorations in wayland

⚠️ **GitHub.com Fallback** ⚠️