aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
AgeCommit message (Collapse)Author
2014-04-22Use generic bbappend filesOtavio Salvador
This uses the % wildcard for recipe matching, this easy the update of recipe versions and maintenance. - formfactor_0.0.bbappend - udev-extraconf_1.0.bbappend - eglinfo-fb_1.0.bbappend - eglinfo-x11_1.0.bbappend - mesa-demos_8.1.0.bbappend - pointercal-xinput_0.0.bbappend - xserver-xf86-config_0.1.bbappend - gst-plugins-base_0.10.36.bbappend - gst-plugins-gl_0.10.3.bbappend - qt4-embedded_4.8.5.bbappend - qt4-x11-free_4.8.5.bbappend Change-Id: Ia901561f327fde3109237994a2a5a76827f11913 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-27qt4: 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>