* [PATCH 0/1] Fix for YOCTO #6931
@ 2015-03-23 18:31 Cristian Iorga
2015-03-23 18:31 ` [PATCH 1/1] webkit-gtk: disable JIT for armv5/armv6 Cristian Iorga
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2015-03-23 18:31 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4bd886fb0081954879aaa2f574f3c7f6ced745d5:
systemd: fix firmware path to match linux-firmware (2015-03-23 11:27:21 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/YB6931
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB6931
Cristian Iorga (1):
webkit-gtk: disable JIT for armv5/armv6
meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 ++
1 file changed, 2 insertions(+)
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] webkit-gtk: disable JIT for armv5/armv6
2015-03-23 18:31 [PATCH 0/1] Fix for YOCTO #6931 Cristian Iorga
@ 2015-03-23 18:31 ` Cristian Iorga
0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2015-03-23 18:31 UTC (permalink / raw)
To: openembedded-core
JIT for JS causes webkit to crash for
ARM v5 and ARM v6 arch, so disable it for now.
TODO: re-evaluate after webkit-gtk upgrade.
Fixes [YOCTO #6931].
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 920e1a0..15c73cf 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -50,6 +50,8 @@ EXTRA_OECONF = "\
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \
UNICODE_CFLAGS=-D_REENTRANT \
"
+EXTRA_OECONF_append_armv5 = " --disable-jit"
+EXTRA_OECONF_append_armv6 = " --disable-jit"
#default unicode backend icu breaks in cross-compile when target and host are different endian type
EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib"
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-23 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-23 18:31 [PATCH 0/1] Fix for YOCTO #6931 Cristian Iorga
2015-03-23 18:31 ` [PATCH 1/1] webkit-gtk: disable JIT for armv5/armv6 Cristian Iorga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox