Hi,
I was trying to build an image to framebuffer with the new release for my imx8mqevk demoboard without luck. The steps I've done:
$ DISTRO=fsl-imx-fb MACHINE=imx8mqevk source fsl-setup-release.sh –b build-fb
$ bitbake imx-gpu-viv
Loading cache: 100% |###################################################################################################################################################| Time: 0:00:01
Loaded 3068 entries from dependency cache.
ERROR: Nothing PROVIDES 'imx-gpu-viv'
ERROR: imx-gpu-viv was skipped: incompatible with machine imx8mqevk (not in COMPATIBLE_MACHINE)
ERROR: imx-gpu-viv was skipped: incompatible with machine imx8mqevk (not in COMPATIBLE_MACHINE)
ERROR: imx-gpu-viv was skipped: You must set MACHINE_SOCARCH_SUFFIX as MACHINE_SOCARCH_FILTER is set for this SoC.
The same steps with the L4.9.51_imx8mq-beta release worked ok.
Any solution?
Thanks!