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