This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Compilation error while adding wpe webkit in AM62X processor using yocto dunfell

Part Number: AM625


Hi,

we are trying to add wpe webkit webbrowser  in yocto dunfell for AM62X processor. But while compiling we are getting error. . We added meta-webkit layer for video playing purpose, so we included that in our sources folder using >> git clone https://github.com/Igalia/meta-webkit -b dunfell  . After that we included that in local.conf using commands >> IMAGE_INSTALL_append = " wpewebkit cog " & PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo" , then we included this layer in our bblayers.conf too, But while building the image we facing some issues. Below error is coming while compiling.

Parsing recipes: 100% |########################################################################################################################| Time: 0:02:20
Parsing of 3183 .bb files complete (0 cached, 3183 parsed). 17736 targets, 2628 skipped, 2 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'virtual/mesa' (but /media/medha/1TB/TI_Var_Image/var-ti-yocto/tisdk/sources/meta-webkit/recipes-browser/wpebackend-fdo/wpebackend-fdo_1.8.3.bb DEPENDS on or otherwise requires it)
mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgles1 set to ti-sgx-ddk-um, not mesa
mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgles1 set to ti-sgx-ddk-um, not mesa
mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgles1 set to ti-sgx-ddk-um, not mesa
mesa PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgles1 set to ti-img-rogue-umlibs, not mesa
mesa-gl PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa, not mesa-gl
mesa-gl PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa, not mesa-gl
mesa-gl PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa, not mesa-gl
mesa-gl PROVIDES virtual/mesa but was skipped: PREFERRED_PROVIDER_virtual/libgl set to mesa, not mesa-gl
NOTE: Runtime target 'cog' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['cog', 'wpebackend-fdo', 'virtual/mesa']
ERROR: Required build target 'var-default-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['var-default-image', 'cog', 'wpebackend-fdo', 'virtual/mesa']