Hi,Webkitgtk is pulled in by gnome-control-center to provide support for online-accounts/cloud-storage. Recent webkitgtk is still broken with webassembly/jit for riscv64, so you should downgrade that to the version that is included in oe-core
On Wed, Nov 20 2024 at 02:51:53 AM -08:00:00, Ankita.AN@exaleapsemi.com wrote:HI,I am trying to launch gnome desktop with kirkstone for riscv64(custom distro).For trial purpose I used poky to build qemu image with gnome.in local.confMACHINE ?= "qemux86-64"
DISTRO_FEATURES:append = " x11 wayland pam systemd gnome"
IMAGE_INSTALL:append = " gnome-session gnome-terminal gnome-control-center gnome-shell"
DISTRO_FEATURES += "polkit opengl"and vi meta-openembedded/meta-gnome/recipes-core/images/core-image-gnome.bbSUMMARY = "Minimal GNOME Desktop Image"
LICENSE = "MIT"IMAGE_FEATURES += "ssh-server-dropbear"IMAGE_INSTALL = "\
gnome-session \
gnome-terminal \
gnome-shell \
gnome-control-center \
gdm \
"inherit core-imageThe error I am facing is,ERROR: Task (/home/vitthal/ankita/poky/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb:do_compile) failed with exit code '1'Any suggestions for this?Thanks,Ankita