diff options
| author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-09 14:44:21 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:21:30 +0200 |
| commit | 188ff8fb52527ac338c0223350067948d14eca60 (patch) | |
| tree | 3021c7e617b12381b3bc7f6cf155ff8261f5e701 /recipes-qt/qt5/qtbase | |
| parent | 37d0412e343cac16c06eb51bf47b5e72d14f852e (diff) | |
| download | meta-qt5-188ff8fb52527ac338c0223350067948d14eca60.tar.gz | |
qtbase: Disable mkv8snapshot
* Disabling this for the time being as it generates invalid
instructions when the target is arm.
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase')
| -rw-r--r-- | recipes-qt/qt5/qtbase/0004-Disable-mkv8snapshot.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase/0004-Disable-mkv8snapshot.patch b/recipes-qt/qt5/qtbase/0004-Disable-mkv8snapshot.patch new file mode 100644 index 00000000..ae483732 --- /dev/null +++ b/recipes-qt/qt5/qtbase/0004-Disable-mkv8snapshot.patch | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | From 2719aaabbf29a0f28638e5d67f4d68d548b593a7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mikko Levonmaa <mikko.levonmaa@palm.com> | ||
| 3 | Date: Tue, 8 Jan 2013 15:58:29 -0800 | ||
| 4 | Subject: [PATCH] Disable mkv8snapshot | ||
| 5 | |||
| 6 | It seems to generate code that throws SIGILL, so disabling it | ||
| 7 | |||
| 8 | Program received signal SIGILL, Illegal instruction. | ||
| 9 | 0x26312c60 in ?? () | ||
| 10 | (gdb) bt | ||
| 11 | function=..., receiver=..., argc=1978934572, args=0x7efff254, | ||
| 12 | has_pending_exception=0x7efff277, qml=...) | ||
| 13 | at ../3rdparty/v8/src/execution.cc:125 | ||
| 14 | argc=1, argv=0x7efff254, pending_exception=0x7efff277, | ||
| 15 | convert_receiver=false, qml=...) at ../3rdparty/v8/src/execution.cc:194 | ||
| 16 | receiver=<optimized out>, argc=<optimized out>, argv=<optimized out>, | ||
| 17 | pending_exception=0x7efff277, convert_receiver=false) | ||
| 18 | at ../3rdparty/v8/src/execution.cc:161 | ||
| 19 | data=<optimized out>, exc=0x7efff277) | ||
| 20 | at ../3rdparty/v8/src/execution.cc:734 | ||
| 21 | at ../3rdparty/v8/src/api.cc:4742 | ||
| 22 | at qml/v8/qv8contextwrapper.cpp:155 | ||
| 23 | ownership=<optimized out>) at qml/v8/qv8engine.cpp:155 | ||
| 24 | parent=<optimized out>) at qml/v8/qjsengine.cpp:192 | ||
| 25 | |||
| 26 | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com> | ||
| 27 | --- | ||
| 28 | configure | 2 +- | ||
| 29 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 30 | |||
| 31 | diff --git a/configure b/configure | ||
| 32 | index 89246c8..b7d1cb5 100755 | ||
| 33 | --- a/configure | ||
| 34 | +++ b/configure | ||
| 35 | @@ -779,7 +779,7 @@ CFG_BUILD_PARTS="" | ||
| 36 | CFG_NOBUILD_PARTS="" | ||
| 37 | CFG_RELEASE_QMAKE=no | ||
| 38 | CFG_AUDIO_BACKEND=auto | ||
| 39 | -CFG_V8SNAPSHOT=auto | ||
| 40 | +CFG_V8SNAPSHOT=no | ||
| 41 | CFG_QML_DEBUG=yes | ||
| 42 | CFG_JAVASCRIPTCORE_JIT=auto | ||
| 43 | CFG_PKGCONFIG=auto | ||
| 44 | -- | ||
| 45 | 1.7.4.1 | ||
| 46 | |||
