help on build wpewebkit+cog on yocto zeus (imx6q) #274
supercalhotas
started this conversation in
General
Replies: 2 comments 4 replies
-
Do you have the qt layer enabled? This commit might be messing up your setup: d7c92f3 Try to revert? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Sorry for the late reply btw. New discussions don't trigger notifications, some bad UX there... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm trying to integrate wpewebkit+cog on imy image and followed up your guide on imx6 for the fullscreen app, but i'm not making any progress so far:
my conf/local.conf:
IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx gstreamer1.0-plugins-imx-meta"
IMAGE_INSTALL_append = " wpewebkit cog"
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-rdk"
PACKAGECONFIG_pn-wpebackend-rdk = "imx6"
the error i'm stucked in:
z0rd@a138ef353c0d:/opt/ts-bsp/build$ bitbake wpewebkit
Loading cache: 100% |#########################################################################################################################################################| Time: 0:00:00Loaded 3845 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'wpebackend-fdo' (but /opt/ts-bsp/sources/meta-webkit/recipes-browser/wpewebkit/wpewebkit_2.28.1.bb DEPENDS on or otherwise requires it)
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
wpebackend-fdo was skipped: PREFERRED_PROVIDER_virtual/wpebackend set to wpebackend-rdk, not wpebackend-fdo
ERROR: Required build target 'wpewebkit' has no buildable providers.
Missing or unbuildable dependency chain was: ['wpewebkit', 'wpebackend-fdo']
Summary: There were 2 ERROR messages shown, returning a non-zero exit code
Is there something i should change on my local config? (zeus branch)
Beta Was this translation helpful? Give feedback.
All reactions