summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-28 01:48:37 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:01:05 +0000
commit8403b751086378290961c5119c861194a04731ab (patch)
treecee3f3f9b3356bff7622ea8852c55f17d5c5ea57 /meta
parent05f206d15bfe5c5693c56273185c8ccdf34ea230 (diff)
downloadpoky-8403b751086378290961c5119c861194a04731ab.tar.gz
Revert "qt4*.bbclass: disable build qt on mips64 with 64 bits userspace"
This reverts commit 17890ebd637da0b3bf78804002d8b4f0ace078d2. qt4 is upgraded to 4.8.6 and this is fixed by: c889b40 qt webkit: add support for MIPS64 platforms so revert the commit. (From OE-Core rev: 28abbcc5cc4fcea23528027ef2c0faebcd9474c8) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/qt4e.bbclass3
-rw-r--r--meta/classes/qt4x11.bbclass3
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
index 850bb6a717..13b1050aac 100644
--- a/meta/classes/qt4e.bbclass
+++ b/meta/classes/qt4e.bbclass
@@ -19,6 +19,3 @@ EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=${QT_LIBINFIX} "
19 19
20# Qt4 uses atomic instructions not supported in thumb mode 20# Qt4 uses atomic instructions not supported in thumb mode
21ARM_INSTRUCTION_SET = "arm" 21ARM_INSTRUCTION_SET = "arm"
22
23# Qt4 could NOT be built on MIPS64 with 64 bits userspace
24COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass
index 65d196afc6..b06e15d29e 100644
--- a/meta/classes/qt4x11.bbclass
+++ b/meta/classes/qt4x11.bbclass
@@ -9,6 +9,3 @@ QT_LIBINFIX = ""
9 9
10# Qt4 uses atomic instructions not supported in thumb mode 10# Qt4 uses atomic instructions not supported in thumb mode
11ARM_INSTRUCTION_SET = "arm" 11ARM_INSTRUCTION_SET = "arm"
12
13# Qt4 could NOT be built on MIPS64 with 64 bits userspace
14COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"