Re: [meta-freescale] Issue with freescale git server at git.freescale.com

2017-11-27 Thread georg
Hi Fabio, Thank you very match. I have just tested the patch on my mx6ull evk board and it works fine. Regards, Georg On 23/11/2017 12:24, Fabio Estevam wrote: > Hi Georg, > > On Mon, Oct 23, 2017 at 12:00 PM, georg wrote: > >> This is working for me, the evk board

[meta-freescale] [PATCH 2/3] qtwayland: Fix xkb and waylandeglclientbufferintegration build error

2017-11-27 Thread Yuqing Zhu
There are two build errors in wayland backend: -qwaylandxkb: error: undefined reference to 'xkb_keysym_to_utf32' Enable xkbcommon-evdev for wayland -Compiling waylandeglclientbufferintegration.cpp .. The included file: eglplatform.h: fatal error: X11/Xlib.h: No such file Some EGL CFLAGS are

[meta-freescale] [PATCH 3/3] qtwayland: Remove unsupported feature

2017-11-27 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend index

Re: [meta-freescale] [PATCH] linux-fslc: 4.14: Bump revision to c4404197b0b2

2017-11-27 Thread Fabio Estevam
Hi Bas, On Mon, Nov 27, 2017 at 7:21 AM, Bas Mevissen wrote: > Current (2017-11-27) Linux-next boots fine. So no SPI issues on my i.MX6 > board for this kernel version. Thanks for testing. Looks like the issue was linux-fslc related. Otavio, please avoid applying patches

Re: [meta-freescale] [PATCH] linux-fslc: 4.14: Bump revision to c4404197b0b2

2017-11-27 Thread Bas Mevissen
On 22/11/2017 00:31, Bas Mevissen wrote: On 21/11/2017 16:24, Fabio Estevam wrote: On Tue, Nov 21, 2017 at 1:07 PM, Bas Mevissen wrote: (...) - If you could try linux-next on your board and see if it works well or not. This way we can antecipate any possible

[meta-freescale] [PATCH 1/3] qtbase: Fix eglfs build error in Wayland backend

2017-11-27 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 | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

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

2017-11-27 Thread Yuqing Zhu
This patchset contains the QT Wayland bug fixes for the i.MX GA release L4.9.11-1.0.0. -Correct PACKAGECONFIG eglfs setting. -Fix xkb and waylandeglclientbufferintegration build errors in qtwayland. -Remove unsupported feature "xcomposite-egl xcomposite-glx" in qtwayland. Yuqing Zhu (3):