aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4
AgeCommit message (Collapse)Author
2014-03-11qt4-x11-free: workaround QT/EGL mismatch for MX6Javier Viguera
Fix following error: Warning: EGL suggested using X Visual ID 33 (ARGB0888) for EGL config 28 (ARGB0444), but this is incompatable Unable to find an X11 visual which matches EGL config 28 Change-Id: I4b122fdf88a8ddbb54b109587e8c0482311d4cd2 Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-11qt4-x11-free: Enable multi-touch support for i.MX6Lauren Post
Update QT_CONFIG_FLAGS to enable multi-touch adding the QT_QPA_EXPERIMENTAL_TOUCHEVENT flag. Change-Id: Id20a116c119fd5c2915dac7973ef8f4b035942a4 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-11-28qt4: Add include/uapi into headers search path for i.MX6Otavio Salvador
The FSL specific headers, when using the 3.10.9 kernel, are installed in include/uapi so we need to check for them in this directory as well. Change-Id: I207e40caa739dc8fe4cd1b25caf2c0a65cf8ae1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-09-25qt4: Remove redundant PACKAGE_ARCH settingOtavio Salvador
The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: Id16d6160b08ea054d528d0b251031f0532ed2938 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-25qt4-x11: Allow use of Qt Media Player in multi-headed systemEric Nelson
This patch applies commit 0c905f15 to X11 builds as well as embedded builds. Since both of the Phonon patches are common to both uses, this patch also moves them into an include file. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-08-24qt4-embedded: Allow use of Qt Media Player in multi-headed systemEric Nelson
Qt-embedded can be used on multiple screens by using environment variables QWS_DISPLAY, QWS_MOUSE_PROTO, et cetera. The gstreamer element mfw_v4lsink used to accelerate media playback on i.MX devices can also be pointed at different displays through the 'device' property, but the current acceleration patch doesn't have a mechanism for setting the property, and always uses the compiled-in default. This patch allows userspace startup code to override the default through the use of the 'v4lsinkdev' environment variable. Please refer to the Qt4-embedded documentation for proper usage of the QWS_x environment variables and the Freescale Multimedia documentation for descriptions of the various gstreamer elements. A sequence of this for a secondary display might be this: export QWS_DISPLAY=linuxfb:/dev/fb2:1 export v4lsinkdev=/dev/video19 my-qt-app -qws Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-07-20qt4: Enable OpenGL ES2 support for i.MX6Otavio Salvador
The Vivante libraries need some special linking as it has a more modular design which thus require a specific set of mkspec changes to make it to work. This change makes the linking to work when building against Vivante libraries for i.MX6 SoCs. Change-Id: I62a394876829fcd95933cb7351c8333b3bf78dcc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-06qt4: Follow OE-Core upgrade to 4.8.5 versionOtavio Salvador
Change-Id: I8a13169e2add1d36aa7f83e7865b954090208a74 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-17qt4: Use kernel staging include filesOtavio Salvador
This allow the Phonon backend to proper build while using the linux-libc-headers provided by Yocto. Change-Id: I648a01ffb638e2ac42962d4599857e621379f8cb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-08qt4: Add a unreference instruction on qt4 phonon patchLeonardo Sandoval
Correct the qt4 phonon patch adding a statement which unreferences an object representing the freescale video sink. Tested on a iMX6Q machine using the fsl-image-gui image. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3572 [YOCTO #3572] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
2012-12-14qt4-x11-free: Sync with version from oe-coreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-12-14qt4-embedded: Sync with version from oe-coreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-12-14qt4-x11-free: Remove 4.8.1 as it doen't exist in oe-core anymoreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-12-14qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymoreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-15qt4: Add bbappend to 4.8.3 versionOtavio Salvador
Change-Id: I0dfc473ba6ecc928d81e77614fb04467f28acca6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-03qt4-embedded: Add a dependency on virtual/libgles2Otavio Salvador
Change-Id: Ie57aaaffdb3fcdcda95a80d5addb7c609ceb9a81 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-03qt4-x11-free: Add a dependency on virtual/libgles2Otavio Salvador
Change-Id: I4373321ea020ea4dfcccb129bd5d7c8fbb258b32 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-07Merge remote branch 'freescale/denzil' into masterOtavio Salvador
* freescale/denzil: qt4-embedded: enable OpenGL ES2 and OpenVG for mx5 SoCs qt4-x11-free: enable OpenGL ES2 and OpenVG for mx5 SoCs amd-gpu-x11-bin-mx51: Proper detect the building on Linux amd-gpu-x11-bin-mx51: Set compatibility as mx5 SoC family only
2012-09-06qt4-embedded: enable OpenGL ES2 and OpenVG for mx5 SoCsOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-09-06qt4-x11-free: enable OpenGL ES2 and OpenVG for mx5 SoCsOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-08-09qt4: Update to Qt 4.8.1Rogerio Pimentel
This patch adds support for Freescale codecs on Qt 4.8.1 The patch "0001-Add-support-for-i.MX-codecs-to-phonon.patch" has been updated to match the Phonon version contained on Qt 4.8.1 Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-07-02Add Qt4.7.4-X11 bbappendRogerio Pimentel
This bbappend applies a patch on QT4.7.4-X11 to make phonon work with Freescale codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-07-02QT4.7.4 codec patch: Fix to work on X11Rogerio Pimentel
This patch fixes the patch that makes phonon works with Freescale codecs and X11 Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-06-14Add QT4.7.4 patch to support Freescale codecsRogerio Pimentel
This patch adds a QT4.7.4 patch file to add support for Freescale Multimedia codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>