summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2015-03-23 20:31:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:37 +0000
commit7ecfaaaf5886c1892cc5190f8d632265ffd92f50 (patch)
tree0cfab7f7c92d506f8b76a702d0a749402ab80db8 /meta/recipes-sato
parent369932178fe9e7aa4a6d0e2ef1e2e539be701d02 (diff)
downloadast2050-yocto-poky-7ecfaaaf5886c1892cc5190f8d632265ffd92f50.zip
ast2050-yocto-poky-7ecfaaaf5886c1892cc5190f8d632265ffd92f50.tar.gz
webkit-gtk: disable JIT for armv5/armv6
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]. (From OE-Core rev: c68bac145af0d754ba9497a42925253e9049da45) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb2
1 files changed, 2 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud