All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] qtbase: Fix runtime issues
@ 2013-11-25 16:53 Franklin S. Cooper Jr
  2013-11-25 16:53 ` [PATCH 2/7] packagegroup-arago-qt5: Create Qt5 target package group Franklin S. Cooper Jr
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-25 16:53 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Insure that Qt is built with touchscreen/tslib support.
* Insure that that proper display plugin is used by default.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-qt/qt5/qtbase_5.1.1.bbappend           |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend
index d35a948..cd935d7 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend
@@ -2,9 +2,17 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 PACKAGECONFIG_GL = "icu linuxfb"
 
+# Enable SGX support
+DEPENDS += "${@base_contains('MACHINE_FEATURES','sgx','virtual/egl','',d)}"
+
+# Select default platform plugin
+QT_CONFIG_FLAGS += "-qpa ${@base_contains('MACHINE_FEATURES','sgx','eglfs','linuxfb',d)}"
+
+PACKAGECONFIG_DISTRO = "tslib"
+
 SRC_URI += " \
 	file://0001-qeglfswindow.cpp.patch \
 	file://0002-qeglfswindow.cpp.patch \
 "
 
-PR_append = "-arago0"
+PR_append = "-arago1"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-25 16:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 16:53 [PATCH 1/7] qtbase: Fix runtime issues Franklin S. Cooper Jr
2013-11-25 16:53 ` [PATCH 2/7] packagegroup-arago-qt5: Create Qt5 target package group Franklin S. Cooper Jr
2013-11-25 16:19   ` Denys Dmytriyenko
2013-11-25 16:32     ` Denys Dmytriyenko
2013-11-25 16:39       ` Cooper Jr., Franklin
2013-11-25 16:53 ` [PATCH 3/7] packagegroup-arago-tisdk-qt: Make packagegroup generic Franklin S. Cooper Jr
2013-11-25 16:22   ` Denys Dmytriyenko
2013-11-25 16:35     ` Cooper Jr., Franklin
2013-11-25 16:43       ` Denys Dmytriyenko
2013-11-25 16:47         ` Cooper Jr., Franklin
2013-11-25 16:53 ` [PATCH 4/7] packagegroup-arago-tisdk-qt-sdk-host: " Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 5/7] packagegroup-arago-qt5-toolchain-target: Only include qt3D when using SGX Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 6/7] packagegroup-arago-toolchain-tisdk-target: Select packagegroup depending on Qt Franklin S. Cooper Jr
2013-11-25 16:54 ` [PATCH 7/7] images: Update images to reflect packagegroup renaming Franklin S. Cooper Jr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.