Sorry, I wasn't looking properly, I thought you wanted to build 2.46, but kirkstone is on 2.36. So just ignore this message

On Wed, Nov 20 2024 at 12:09:12 PM +01:00:00, Markus Volk <f_l_k@t-online.de> wrote:
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.conf
 
MACHINE ?= "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.bb
 
SUMMARY = "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-image
 
 
The 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