All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH] graphene: disable neon support on arm 32bits
@ 2023-02-11  8:26 Markus Volk
  2023-02-11  9:05 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Volk @ 2023-02-11  8:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Pablo Saavedra, Khem Raj

From: Pablo Saavedra <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>
---
 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



^ permalink raw reply related	[flat|nested] 7+ messages in thread
[parent not found: <1742B7B2647E3F63.29566@lists.openembedded.org>]

end of thread, other threads:[~2023-02-14  5:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
     [not found] <1742B7B2647E3F63.29566@lists.openembedded.org>
2023-02-11  8:30 ` Markus Volk

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.