From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)
Date: Wed, 4 Apr 2018 12:10:13 -0700 [thread overview]
Message-ID: <20180404191013.38136-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20180404191013.38136-1-raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v1 -> v2:
- Drop disabling GI
recipes-qt/qt5/qtwebkit_git.bb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
index e8c0868..c8e8328 100644
--- a/recipes-qt/qt5/qtwebkit_git.bb
+++ b/recipes-qt/qt5/qtwebkit_git.bb
@@ -18,6 +18,14 @@ DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-
ARM_INSTRUCTION_SET_armv4 = "arm"
ARM_INSTRUCTION_SET_armv5 = "arm"
+# https://bugzilla.yoctoproject.org/show_bug.cgi?id=9474
+# https://bugs.webkit.org/show_bug.cgi?id=159880
+# JSC JIT can build on ARMv7 with -marm, but doesn't work on runtime.
+# Upstream only tests regularly the JSC JIT on ARMv7 with Thumb2 (-mthumb).
+ARM_INSTRUCTION_SET_armv7a = "thumb"
+ARM_INSTRUCTION_SET_armv7r = "thumb"
+ARM_INSTRUCTION_SET_armv7ve = "thumb"
+
# Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.10
# 5.10.meta-qt5.1
SRC_URI += "\
--
2.16.3
next prev parent reply other threads:[~2018-04-04 19:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-04 19:10 [meta-qt5][PATCH 1/2] qtwebkit: Update to latest on 5.9 branch Khem Raj
2018-04-04 19:10 ` Khem Raj [this message]
2018-04-04 20:25 ` [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi) Andreas Müller
2018-04-04 20:45 ` Andreas Müller
2018-04-04 21:05 ` Khem Raj
2018-04-04 21:26 ` Andreas Müller
2018-04-04 21:34 ` Khem Raj
2018-04-04 21:55 ` Andreas Müller
2018-04-05 7:04 ` Martin Jansa
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=20180404191013.38136-2-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox