All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Volk <f_l_k@t-online.de>
To: openembedded-core@lists.openembedded.org
Cc: Pablo Saavedra <psaavedra@igalia.com>, Khem Raj <raj.khem@gmail.com>
Subject: Re: [oe-core][PATCH] graphene: disable neon support on arm 32bits
Date: Sat, 11 Feb 2023 09:30:56 +0100	[thread overview]
Message-ID: <KBQWPR.TDI5PVXQ0KI8@t-online.de> (raw)
In-Reply-To: <1742B7B2647E3F63.29566@lists.openembedded.org>

[-- Attachment #1: Type: text/plain, Size: 1777 bytes --]

This fix was recently added to meta-oe. Move the patch to oe-core, 
because graphene is needed here to build gtk4.
I also sent a patch to remove graphene from meta-oe.

Am Sa, 11. Feb 2023 um 09:26:09 +0100 schrieb Markus Volk 
<f_l_k@t-online.de>:
> From: Pablo Saavedra <psaavedra@igalia.com 
> <mailto:psaavedra@igalia.com>>
> 
> This disables neon support on arm devices only because it crashes 
> otherwise.
> 
> Upstream-status: Reported 
> [<https://github.com/ebassi/graphene/issues/215>]
> Signed-off-by: Khem Raj <raj.khem@gmail.com 
> <mailto:raj.khem@gmail.com>>
> ---
>  meta/recipes-graphics/graphene/graphene_1.10.8.bb | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb 
> b/meta/recipes-graphics/graphene/graphene_1.10.8.bb
> index 813ff74adf..1bbe7ecca1 100644
> --- a/meta/recipes-graphics/graphene/graphene_1.10.8.bb
> +++ b/meta/recipes-graphics/graphene/graphene_1.10.8.bb
> @@ -17,6 +17,9 @@ GTKDOC_MESON_OPTION = "gtk_doc"
> 
>  EXTRA_OEMESON = "-Dinstalled_tests=false"
> 
> +# Disable ARM NEON support
> +EXTRA_OEMESON:append:arm = " -Darm_neon=false"
> +
>  FILES:${PN} += "${libdir}/graphene-1.0"
> 
>  BBCLASSEXTEND = "native nativesdk"
> --
> 2.34.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#177000): 
> <https://lists.openembedded.org/g/openembedded-core/message/177000>
> Mute This Topic: <https://lists.openembedded.org/mt/96893757/3618223>
> Group Owner: openembedded-core+owner@lists.openembedded.org 
> <mailto:openembedded-core+owner@lists.openembedded.org>
> Unsubscribe: 
> <https://lists.openembedded.org/g/openembedded-core/unsub> 
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


[-- Attachment #2: Type: text/html, Size: 2281 bytes --]

       reply	other threads:[~2023-02-11  8:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1742B7B2647E3F63.29566@lists.openembedded.org>
2023-02-11  8:30 ` Markus Volk [this message]
2023-02-11  8:26 [oe-core][PATCH] graphene: disable neon support on arm 32bits Markus Volk
2023-02-11  9:05 ` Richard Purdie
2023-02-13  9:47   ` Markus Volk
2023-02-13 21:06     ` Alexandre Belloni
2023-02-14  5:45       ` Markus Volk
     [not found]   ` <1743594D8095F1A6.21535@lists.openembedded.org>
2023-02-13 10:15     ` Markus Volk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=KBQWPR.TDI5PVXQ0KI8@t-online.de \
    --to=f_l_k@t-online.de \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=psaavedra@igalia.com \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.