renesas-rcar / meta-renesas

MIT License
55 stars 80 forks source link

error while building thud image #19

Open pattanadnagaraj opened 5 years ago

pattanadnagaraj commented 5 years ago

Hi all, I am facing this error while building thud image, can anyone help me out to solve this issue.

ERROR: Nothing PROVIDES 'gles-user-module' (but /home/porting4/workspace/Yocto_Project/Offshore-porting/thud/meta-renesas-thud-Yocto-v3.21.0/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb DEPENDS on or otherwise requires it) gles-user-module was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not gles-user-module

slawr commented 5 years ago

Hi,

You do not provide many details about your build but looking at the last line of your error, which talks about mesa rather than gles-user-module, have you set up your local.conf?

There is some configuration work to do for the R-Car YBSP. There are examples for the various boards in the source here: https://github.com/renesas-rcar/meta-renesas/tree/thud-dev/meta-rcar-gen3/docs/sample/conf

For example if you were using the M3 Starter Kit and the Yocto Project toolchain then you would be interested in the changes to the standard Poky local,conf from around line 256: https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/docs/sample/conf/m3ulcb/poky-gcc/mmp/local-wayland.conf#L256

The Weston/Wayland entries that control mesa vs gles-user-module are at line 263: https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/docs/sample/conf/m3ulcb/poky-gcc/mmp/local-wayland.conf#L263

Regards

Steve