On Wed, Jul 8, 2015 at 9:32 PM, Will O'Neill <[email protected]> wrote: > Hello, > > Im trying to compile qt4e-demo-image on an imx6 and am getting the following > error: > > | make[2]: Leaving directory > `/opt/phytec_som/yocto_fsl/build/tmp/work/imx6q_pbab01-poky-linux-gnueabi/qt4-embedded/4.8.5-r0/qt-everywhere-opensource-src-4.8.5/src/plugins/qmltooling' > | ../../../3rdparty/phonon/gstreamer/widgetrenderer.cpp:36:25: fatal error: > linux/mxcfb.h: No such file or directory > | #include <linux/mxcfb.h> > | ^ > | compilation terminated. > > Yocto is producing the kernel source okay in sysroots, but its set up to get > the source branch "patches-3.14", which doesn't have linux/mxcfb.h. > > I've check the latest qt4 recipe in meta-fsl-arm/recipes-qt/qt4 and its > still set up to apply the patch which references this include file > (0001-Add-support-for-i.MX-codecs-to-phonon.patch). > > Any ideas on what I'm doing wrong?
You need to use FSL kernel for HW acceleration. -- 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
