Re: [meta-freescale] pico-imx7d bluetooth support?

2017-11-28 Thread Takashi Matsuzawa
OK, I cannot see uart7 (Bluetooth) in mainline source, which is present in TN source tree. I imagine, at least u-boot update is necessary to enable Bluetooth on this board with mainline kernel. From: Takashi Matsuzawa Sent: Wednesday, November 29, 2017 1:36 AM

[meta-freescale] [PATCH] xf86-video-armada: Bump to 04748ff

2017-11-28 Thread Fabio Estevam
Bump to 04748ff, which contains the following changes: 04748ff etnaviv: avoid out of bounds accelerated picture accesses e907c63 etnaviv: add default string for error codes 33eaf05 etnaviv: add coordinates to Xrender Composite debug c191212 etnaviv: fix stale cache_timer pointer 1c4b212 etnaviv:

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

2017-11-28 Thread Otavio Salvador
This includes following changes on top of 2017.11 tag: ca0c3f3fac configs: icore-rqs: Enable falcon mode c39e5ad9ad engicam: imx6q: Return mmc dev 0 for icore 7953884755 i.MX6: engicam: Add imx6q/imx6ul boards for existing boards 924ac4a9ac board: icore-rqs: Fix mmc get env device 1caace2d74

[meta-freescale] Updates to meta-freescale (master and rocko) in 2017-11-28

2017-11-28 Thread otavio . salvador
Hello, I pushed following updates: commit 67971dccc369e0d0d5059495b168f1609317bcc9 (HEAD -> master, yocto/rocko, yocto/master-next, yocto/master) Author: Fabio Estevam Date: Tue Nov 28 15:25:03 2017 -0200 xf86-video-armada: Bump to 04748ff Bump to

[meta-freescale] pico-imx7d bluetooth support?

2017-11-28 Thread Takashi Matsuzawa
Hello. I can see WiFi support for this board (by brcmfmac driver and firmware) is currently being looked at. Then, what is the status of bluetooth support? Looking into the chip spec, though both of WiFi and Bluetooth are supported by single chip, Bluetooth is accessed through UART whereas

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

2017-11-28 Thread Otavio Salvador
On Mon, Nov 27, 2017 at 3:21 PM, Yuqing Zhu wrote: > Signed-off-by: Yuqing Zhu > --- > dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 1 + > 1 file changed, 1 insertion(+) > > diff --git

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

2017-11-28 Thread Otavio Salvador
On Mon, Nov 27, 2017 at 3:21 PM, Yuqing Zhu wrote: > 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

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

2017-11-28 Thread Otavio Salvador
On Mon, Nov 27, 2017 at 3:21 PM, Yuqing Zhu wrote: > -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