From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E08CEE00998; Wed, 8 Jul 2015 17:52:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [61.9.189.231 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 1149 seconds by postgrey-1.32 at yocto-www; Wed, 08 Jul 2015 17:52:11 PDT Received: from nschwqsrv01p.mx.bigpond.com (nschwqsrv01p.mx.bigpond.com [61.9.189.231]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 28BA5E0096A for ; Wed, 8 Jul 2015 17:52:11 -0700 (PDT) Received: from nschwcmgw05p ([61.9.190.165]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20150709003300.KSRH26469.nschwmtas02p.mx.bigpond.com@nschwcmgw05p> for ; Thu, 9 Jul 2015 00:33:00 +0000 Received: from midgard.intranet ([110.143.210.181]) by nschwcmgw05p with BigPond Outbound id q0Yz1q00b3vNaGE010Yzd5; Thu, 09 Jul 2015 00:33:00 +0000 X-Authority-Analysis: v=2.0 cv=XNWyuHdE c=1 sm=1 a=BHXUXUkXE8T1lnMZHge+rQ==:17 a=vvKkVc1wAAAA:8 a=FvAEXBeo5g4A:10 a=zOBTXjUuO1YA:10 a=0aDxXeYAyFhJUEpwGlwA:9 a=QEXdDO2ut3YA:10 a=BHXUXUkXE8T1lnMZHge+rQ==:117 Received: from eng11-pc ([10.1.31.232] helo=[127.0.0.1]) by midgard.intranet with esmtp (Exim 4.72) (envelope-from ) id 1ZCzlq-0003v6-U0 for meta-freescale@yoctoproject.org; Thu, 09 Jul 2015 10:32:58 +1000 Message-ID: <559DC132.9050002@intellidesign.com.au> Date: Thu, 09 Jul 2015 10:32:50 +1000 From: Will O'Neill User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-Antivirus: avast! (VPS 150707-1, 08/07/2015), Outbound message X-Antivirus-Status: Clean Subject: qt4 on imx6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 00:52:15 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 | ^ | 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? WIll.