Hi Bernhard,
Thanks for your reply,
I'm attaching some more information:
The layer is meta-fsl-bsp-release:
[geckos@csi24 meta-fsl-bsp-release]$ git log -1
commit 90399d99af8a2660ebe50b49752e95b210239fd9
Author: Jun Zhu <junzhu@nxp.com>
Date: Fri Nov 4 17:22:41 2016 +0800
linux-imx: Add 2 audio patches
- 0001-MLK-13418-ASoC-wm8960-workaround-no-sound-issue-in-m.patch (updated)
- 0002-MLK-13422-ASoC-wm8960-fix-the-pitch-shift-issue-afte.patch (new added)
Signed-off-by: Jun Zhu <junzhu@nxp.com>
[geckos@csi24 meta-fsl-bsp-release]$ git remote -v show
fsl-release git://git.freescale.com/imx/meta-fsl-bsp-release (fetch)
fsl-release git://git.freescale.com/imx/meta-fsl-bsp-release (push)
The version is preferred by fsl-imx-preferred-env.inc:
[geckos@csi24 meta-fsl-bsp-release]$ grep -R --include "*.inc" 8.6 .
./imx/meta-sdk/conf/distro/include/fsl-imx-preferred-env.inc:PREFERRED_VERSION_imx-gpu-viv_mx6 = "5.0.11.p8.6-hfp"
./imx/meta-sdk/conf/distro/include/fsl-imx-preferred-env.inc:PREFERRED_VERSION_xf86-video-imxfb-vivante_mx6 = "5.0.11.p8.6"
./imx/meta-sdk/conf/distro/include/fsl-imx-preferred-env.inc:PREFERRED_VERSION_kernel-module-imx-gpu-viv_mx6 = "5.0.11.p8.6"
Which is included by this distro files:
[geckos@csi24 meta-fsl-bsp-release]$ grep -R --include "*.conf" fsl-imx-preferred-env.inc .
./imx/meta-sdk/conf/distro/fsl-imx-fb.conf:include conf/distro/include/fsl-imx-preferred-env.inc
./imx/meta-sdk/conf/distro/fsl-imx-wayland.conf:include conf/distro/include/fsl-imx-preferred-env.inc
./imx/meta-sdk/conf/distro/fsl-imx-x11.conf:include conf/distro/include/fsl-imx-preferred-env.inc
./imx/meta-sdk/conf/distro/fsl-imx-xwayland.conf:include conf/distro/include/fsl-imx-preferred-env.inc
Thanks to your advice I could circunvent the problem by using this patch: meta-fsl-bsp-release change version of imx-gpu-viv from 8.6 to 8.4 · GitHub
I'll keep using this by now. I didn't had the chance to boot up a image yet. At any problem I came back here :smileyhappy:
Regards and thanks!