[meta-freescale] etnaviv image

2017-05-23 Thread Trevor Woerner
Hi, I would like to build and run an image that doesn't use (proprietary) Vivante graphics and uses etanviv instead. I looked through the meta-etnaviv layer and I get the impression this is no longer needed. It appears as though all the pieces I need have been upstreamed (mesa, kernel).

[meta-freescale] Updates to meta-freescale (master and pyro) in 2017-05-23

2017-05-23 Thread otavio . salvador
Hello, I pushed following updates: commit a65d13c315db447adda68b47faeb4c0afd0655b8 Author: Fabio Berton Date: Tue May 23 11:03:45 2017 -0300 weston: Apply append only for weston 1.11.1 version Signed-off-by: Fabio Berton

[meta-freescale] [PATCH] weston: Apply append only for weston 1.11.1 version

2017-05-23 Thread Fabio Berton
Signed-off-by: Fabio Berton --- recipes-graphics/wayland/{weston_%.bbappend => weston_1.11.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/wayland/{weston_%.bbappend => weston_1.11.1.bbappend} (100%) diff --git

[meta-freescale] [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6

2017-05-23 Thread Yuqing Zhu
-Upgrade imx-codec to v4.1.6 -Upgrade imx-parser to v4.1.6 -Upgrade imx-gst1.0-plugin to v4.1.6 Yuqing Zhu (3): imx-codec: Upgrade to v4.1.6 imx-parser: Upgrade to v4.1.6 imx-gst1.0-plugin: Upgrade to v4.1.6 ...x-gst1.0-plugin_4.1.4.bb => imx-gst1.0-plugin_4.1.6.bb} | 14 +-

[meta-freescale] [PATCH 1/3] imx-codec: Upgrade to v4.1.6

2017-05-23 Thread Yuqing Zhu
-Upgrade license chksum to v16 EULA Bugfixes: -VORBIS_Wrapper/VORBIS_DEC: add error handler Some fuzzy bitstream will cause segmentfault as error handler is not correct. -Fix wma10_dec's Segmentation fault in performance test Segmentation fault occurs when decoding several streams in

[meta-freescale] [PATCH 3/3] imx-gst1.0-plugin: Upgrade to v4.1.6

2017-05-23 Thread Yuqing Zhu
-Add an interface in playengine to set video sink using GstElement This interface is for qmlglsink use or something like that. -Optimize imxv4l2sink and overlaysink to make them work with qmlglsrc more effective Add RGBA format support the two sink. Reduce the interval to 1ms when do dequeue

[meta-freescale] [PATCH 2/3] imx-parser: Upgrade to v4.1.6

2017-05-23 Thread Yuqing Zhu
Upgrade license chksum to v16 EULA Fix segmentation fault in ID3 parser when dataSize is abnormal Update MP4 PARSER to 06.09.38 Update MP3 PARSER to 03.01.14 Update AAC PARSER to 03.00.11 Update FLAC PARSER to 03.00.6 Signed-off-by: Yuqing Zhu ---