diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-09-12 19:03:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:18 +0000 |
commit | fbfabde9d53a930628c84d5bac1a8152350168e1 (patch) | |
tree | c4b5d9fc9f2655b8ee2bbc60d88f0b4241945fa1 /meta/recipes-qt/qt4/qt4-native.inc | |
parent | 5b3107af9e7cca48f466294f9c450a6c8bba29a7 (diff) | |
download | poky-fbfabde9d53a930628c84d5bac1a8152350168e1.tar.gz |
qt4: add aarch64 support
Add aarch64 support for qt4 packages.
Most of the patches are derived from debian:
http://anonscm.debian.org/cgit/pkg-kde/qt/qt4-x11.git/tree/debian/patches
Add arch check to set right QT_ARCH.
Disable webkit temporarily for qt4 and qt4-embedded that they fail to build:
| runtime/JSValueInlineMethods.h: In constructor
'JSC::JSValue::JSValue(const JSC::JSCell*)':
| runtime/JSValueInlineMethods.h:242:78: error: cast from 'JSC::JSCell*'
to 'int32_t {aka int}' loses precision [-fpermissive]
It has been fix by Qt5, but didn't backport to Qt4. There is an still open
defect for it:
https://bugreports.qt-project.org/browse/QTBUG-35442
(From OE-Core rev: 886e0d43f2a543a13ac8e3f1cb570ecae90339e0)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index bb16da666a..70bda7358f 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc | |||
@@ -18,6 +18,10 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever | |||
18 | file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ | 18 | file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ |
19 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ | 19 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ |
20 | file://0021-configure-make-qt4-native-work-with-long-building-pa.patch \ | 20 | file://0021-configure-make-qt4-native-work-with-long-building-pa.patch \ |
21 | file://0029-aarch64_arm64_fix_arch_detection.patch \ | ||
22 | file://0030-aarch64_arm64_qatomic_support.patch \ | ||
23 | file://0031-aarch64_arm64_mkspecs.patch \ | ||
24 | file://0032-aarch64_add_header.patch \ | ||
21 | file://g++.conf \ | 25 | file://g++.conf \ |
22 | file://linux.conf \ | 26 | file://linux.conf \ |
23 | " | 27 | " |