[meta-freescale] [meta-fsl-arm][PATCH] Update qtbase recipe to work with Qt 5.5's pluginized eglfs backends

Mitchell Johnson mitchell.johnson at atomicobject.com
Tue Sep 8 06:08:18 PDT 2015


See upstream qtbase commit for details.
https://github.com/qtproject/qtbase/commit/d04c3d20

Signed-off-by: Mitchell Johnson <mitchell.johnson at atomicobject.com>
---
 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index 2803d0a..a93c885 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -26,7 +26,7 @@ do_configure_prepend_mx6() {
         if test ${IS_MX6SL} -eq 0; then
     
             cat >> ${S}/mkspecs/linux-oe-g++/qmake.conf <<EOF
-EGLFS_PLATFORM_HOOKS_SOURCES = \$\$PWD/qeglfshooks_imx6.cpp
+EGLFS_DEVICE_INTEGRATION = eglfs_viv
 IMX6_CFLAGS             = -DLINUX=1 -DEGL_API_FB=1
 EOF
         else
@@ -34,8 +34,6 @@ EOF
 IMX6_CFLAGS             = -DLINUX=1
 EOF
         fi
-        # copy the hook in the mkspecs directory OE is using
-        cp ${S}/mkspecs/devices/linux-imx6-g++/qeglfshooks_imx6.cpp ${S}/mkspecs/linux-oe-g++/
     else
         cat >> ${S}/mkspecs/linux-oe-g++/qmake.conf <<EOF
 IMX6_CFLAGS             = -DLINUX=1
-- 
1.9.1



More information about the meta-freescale mailing list