Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while building thud image #19

Open
pattanadnagaraj opened this issue Oct 10, 2019 · 1 comment
Open

error while building thud image #19

pattanadnagaraj opened this issue Oct 10, 2019 · 1 comment

Comments

@pattanadnagaraj
Copy link

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
Copy link
Contributor

slawr commented Oct 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants