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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64304): https://lists.yoctoproject.org/g/yocto/message/64304
Mute This Topic: https://lists.yoctoproject.org/mt/109682051/21656
Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone
Mute #gnome:https://lists.yoctoproject.org/g/yocto/mutehashtag/gnome
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to