From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7037CD6392C for ; Wed, 20 Nov 2024 11:07:13 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web10.10948.1732100811509367510 for ; Wed, 20 Nov 2024 03:06:51 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout10.t-online.de (Postfix) with SMTP id 514AA3D5; Wed, 20 Nov 2024 12:06:49 +0100 (CET) Received: from [192.168.178.67] ([84.154.160.173]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tDiXl-2O40iu0; Wed, 20 Nov 2024 12:06:45 +0100 Date: Wed, 20 Nov 2024 12:09:12 +0100 From: Markus Volk Subject: Re: [yocto] gnome desktop with kirkstone #kirkstone #gnome To: yocto@lists.yoctoproject.org, Ankita.AN@exaleapsemi.com Message-Id: In-Reply-To: References: X-Mailer: geary/46.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-0HhuiyU5Fw1oiW9xXG2M" X-TOI-EXPURGATEID: 150726::1732100806-F8FF5786-9954AD19/0/0 CLEAN NORMAL X-TOI-MSGID: d6e1f968-b260-4404-9a16-cabecb3bc9f4 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 20 Nov 2024 11:07:13 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/64306 --=-0HhuiyU5Fw1oiW9xXG2M Content-Type: text/plain; charset=us-ascii; format=flowed 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 --=-0HhuiyU5Fw1oiW9xXG2M Content-Type: text/html; charset=us-ascii
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
--=-0HhuiyU5Fw1oiW9xXG2M--