Re: [meta-freescale] [PATCH 1/2] xf86-video-imxfb-vivante: silence xorg-abi- warning

2017-03-06 Thread Otavio Salvador
On Sat, Feb 25, 2017 at 1:43 PM, Max Krummenacher wrote: > xf86-video-imxfb-vivante is built against the X-Server's sources, thus there > is no need to check if the correct ABI is used between driver and server. > > This inhibits: > WARNING:

[meta-freescale] Morty Yocto Release wayland sink issue

2017-03-06 Thread sanjeev sharma
Hi, On Morty Yocto Release, we unable to play/decode H264 video on nitrogen6x using gsteamer pipeline for wayland sink. This only happens with wayland sink. Gstreamer Pipeline: # gst-launch-1.0 filesrc location=/XXX_1280x480.h264 ! h264parse ! imxvpudec ! imxipuvideotransform ! waylandsink

Re: [meta-freescale] Morty Yocto Release wayland sink issue

2017-03-06 Thread sanjeev sharma
Adding Carlos, Regards Sanjeev Sharma On Tue, Feb 28, 2017 at 11:21 AM, sanjeev sharma < sanjeevsharmae...@gmail.com> wrote: > Hi, > > On Morty Yocto Release, we unable to play/decode H264 video on nitrogen6x > using gsteamer pipeline for wayland sink. This only happens with wayland > sink. > >

Re: [meta-freescale] [PATCH 1/2] xf86-video-imxfb-vivante: silence xorg-abi- warning

2017-03-06 Thread Max Krummenacher
Am Montag, den 06.03.2017, 10:23 -0300 schrieb Otavio Salvador: > On Sat, Feb 25, 2017 at 1:43 PM, Max Krummenacher > wrote: > > xf86-video-imxfb-vivante is built against the X-Server's sources, thus there > > is no need to check if the correct ABI is used between driver

[meta-freescale] [PATCH v2 1/2] xorg-driver: remove the local copies of xorg-driver-*.inc

2017-03-06 Thread Max Krummenacher
recipes-graphics/xorg-driver/xorg-driver-common.inc is identical to the copy in openembedded-core. xorg-driver-video.inc lacks the automatic addition of xorg-driver-abi- to RDEPENDS. (and constructs DEPENDS differently but with the same effect) xf86-video-fbdev must now provide the full relative

[meta-freescale] [PATCH v2 2/2] xf86-video-imxfb-vivante: cleanup

2017-03-06 Thread Max Krummenacher
The build starts since commit meta-fsl-arm da0581341a58dfe393a829b3c402330c73589963 with the make file in ${S} which is actually named Makefile, thus there is no need to override base.do_compile or pass the directory and name of the make file in EXTRA_OEMAKE. Signed-off-by: Max Krummenacher

[meta-freescale] [PATCH] imx-gpu-viv: Fix build break for missing gl headers

2017-03-06 Thread Tom Hochstein
For x11 graphics and Wayland graphics with XWayland support, a build break is possible due to missing headers. This is because imx-gpu-viv does not provide everything it needs to for virtual/libgl and depends on mesa to fill in what is missing. Adding a dependency on mesa fixes the build break.