Hello, On Sat, Aug 20, 2016 at 7:59 PM, Piotr Król <[email protected]> wrote: > I'm following this instructions to build cubox-i multimedia image: > > mkdir ~/bin > curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > > ~/bin/repo > chmod a+x ~/bin/repo > PATH=${PATH}:~/bin > mkdir fsl-community-bsp > cd fsl-community-bsp > repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b > krogoth > repo sync > > . ./setup-environment build > > Then set MACHINE ?= 'cubox-i' in build/conf/local.conf and run: > > bitbake fsl-image-multimedia > > In results I get kernel-module-imx-gpu-viv compilation error: > > gc_hal_kernel_platform_imx6q14.c:81:31: fatal error: linux/busfreq-imx.h: No > such file or directory
This is because CuBox does not use the i.MX kernel and thus does not offer the GPU support. Added Carlos, the board maintainer, on Cc. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
