[meta-freescale] [PATCH] qtbase: Remove upstream applied patch

2017-12-05 Thread Fabio Berton
This patch was applied on qtbase commit: commit 9ae028f507a22bd03c861e9d14c2efc4aa2efeda Author: Marco Martin Date: Fri Feb 10 15:00:23 2017 +0100 Environment variable enabling the workaround FBO readback bug On some ARM devices the font glyph generation is broken

Re: [meta-freescale] [PATCH] kernel-itbimage: depends extraimage task to fix EXTRA_IMAGEDEPEND license issue

2017-12-05 Thread C.r. Guo
Hello all, please ignore it . There is a patch merged in upstream Yocto 3 days ago. http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=stable/rocko-next=3e1bc75af4c94fe150f70e8334408cf16007aa7b Thanks Chunrong -Original Message- From: Chunrong Guo

Re: [meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

2017-12-05 Thread Richard Röjfors
Hi Otavio, On Tue, Dec 5, 2017 at 12:39 PM, Otavio Salvador wrote: > Hello Richard, > > On Tue, Dec 5, 2017 at 7:13 AM, Richard Röjfors > wrote: >> On Tue, Nov 28, 2017 at 8:13 PM, Otavio Salvador >> wrote:

[meta-freescale] [PATCH v2 1/4] qtbase: Correct eglfs configuration in wayland backend

2017-12-05 Thread Yuqing Zhu
-eglfs is conditioned on GPU3D with FrameBuffer only Signed-off-by: Yuqing Zhu --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

Re: [meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

2017-12-05 Thread Otavio Salvador
Hello Richard, On Tue, Dec 5, 2017 at 7:13 AM, Richard Röjfors wrote: > On Tue, Nov 28, 2017 at 8:13 PM, Otavio Salvador > wrote: >> >> >> ...oot-fslc-fw-utils_2017.09.bb => u-boot-fslc-fw-utils_2017.11.bb} | 0 > > Why do you do such change

[meta-freescale] [PATCH v2 0/4] QT Wayland bug fixes for L4.9.11-1.0.0 BSP Release

2017-12-05 Thread Yuqing Zhu
-Correct PACKAGECONFIG eglfs setting. -Remove unsupported feature "xcomposite-egl xcomposite-glx" in qtwayland. -Fix waylandeglclientbufferintegration build errors in qtwayland. -Fix xkb build errors in qtwayland. Yuqing Zhu (4): qtbase: Correct eglfs configuration in wayland backend

[meta-freescale] [PATCH v2 3/4] qtwayland: Fix waylandeglclientbufferintegration build error

2017-12-05 Thread Yuqing Zhu
Fix the following error: -Compiling waylandeglclientbufferintegration.cpp .. The included file: eglplatform.h: fatal error: X11/Xlib.h: No such file Some EGL CFLAGS are missing. Add egl to do pkg config to gain "-DLINUX -DEGL_API_FB -DWL_EGL_PLATFORM" Signed-off-by: Yuqing Zhu

[meta-freescale] [PATCH v2 2/4] qtwayland: Remove unsupported feature

2017-12-05 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend diff --git

[meta-freescale] [PATCH v2 4/4] qtbase: Enable xkbcommon-evdev for wayland

2017-12-05 Thread Yuqing Zhu
Met some 'undefined reference to xkb' error in wayland build. Need to enable xkbcommon-evdev for wayland. Signed-off-by: Yuqing Zhu --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

2017-12-05 Thread Richard Röjfors
On Tue, Nov 28, 2017 at 8:13 PM, Otavio Salvador wrote: > > > ...oot-fslc-fw-utils_2017.09.bb => u-boot-fslc-fw-utils_2017.11.bb} | 0 Why do you do such change on the rocko branch? Doesn't it break the idea of the "fairly" stable release branches? Thanks, --Richard --