From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5880BE00521; Wed, 3 Dec 2014 14:28:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 29932E002F9 for ; Wed, 3 Dec 2014 14:27:58 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id F0E79F811E5; Wed, 3 Dec 2014 15:27:57 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id EC674F811E3; Wed, 3 Dec 2014 15:27:56 -0700 (MST) Message-ID: <547F8E80.2020606@mlbassoc.com> Date: Wed, 03 Dec 2014 15:28:16 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: Recipe validation 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: Wed, 03 Dec 2014 22:28:05 -0000 X-Groupsio-MsgNum: 11802 Content-Type: multipart/mixed; boundary="------------050806050104060502090702" --------------050806050104060502090702 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-12-03 14:40, Riccardo Stronati wrote: > No way, The imx-* recipes are kernel version related, I suppose... > > I tried and I get: > > | make -C pxp all > | make[1]: Entering directory `/yocto-dizzy/build/tmp/work/ > edm_fairy_imx6-poky-linux-gnueabi/imx-lib/1_3.10.17-1.0.0-r0/imx-lib-3.10.17-1.0.0/pxp' > | arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/yocto-dizzy/build/tmp/sysroots/edm-fairy-imx6 -DIMX6Q > -I/yocto-dizzy/build/tmp/sysroots/edm-fairy-imx6/usr/src/kernel/include/uapi -I/yocto-dizzy/build/tmp/sysroots/edm-fairy-imx6/usr/src/kernel/include > -I/yocto-dizzy/build/tmp/sysroots/edm-fairy-imx6/usr/src/kernel/drivers/mxc/security/rng/include > -I/yocto-dizzy/build/tmp/sysroots/edm-fairy-imx6/usr/src/kernel/drivers/mxc/security/sahara2/include -Wall -fPIC -O2 -pipe -g -feliminate-unused-debug-types -c pxp_lib.c -o pxp_lib.o > | In file included from pxp_lib.c:26:0: > | pxp_lib.h:19:30: fatal error: linux/pxp_device.h: No such file or directory > | #include This happens if you try to use an older kernel. The imx-lib is now based on kernel 3.10+ If you really want to continue using older kernels, you can use the attached .bbappend as the pxp stuff isn't of much use (and won't work with the older kernel anyway). > > 2014-11-30 23:51 GMT+01:00 Riccardo Stronati >: > > I think the main problem could be the kernel. The edm bsp has a lot of kernel patch and I have to try to port them to the newer kernel version. > > > > > 2014-11-30 19:06 GMT+01:00 Marco Cavallini >: > > Wouldn't be better to get out the BSP (bootloader and kernel) from the > meta-fsl-arm-extra provided by Technexion and get a greater benefit > using a more recent Yocto branch like 'DAISY'? > > Just my 2 cents. > -- > Marco Cavallini | KOAN sas | Bergamo - Italia > embedded and real-time software engineering > Phone:+39-035-255.235 - Fax:+39-178-22.39.748 > http://www.KoanSoftware.com > http://www.KaeilOS.com > > 2014-11-30 14:59 GMT+01:00 Riccardo Stronati >: > > Hi everyone, > > > > I'd like to build a custom image with qt4 embedded, phonon-gstreamer with > > opengl and so gpu hardware acceleration. > > > > These are my recipe files can somebody validate them? > > > > I'm using yocto dora since the technexion bsp for edm1-fairy with imx6 do > > not support the newer yocto versions. > > > > Thanks you. > > > > > > > > > > > > -- > > _______________________________________________ > > meta-freescale mailing list > >meta-freescale@yoctoproject.org > >https://lists.yoctoproject.org/listinfo/meta-freescale > > > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > > > > > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ --------------050806050104060502090702 Content-Type: text/plain; charset=UTF-8; name="imx-lib_3.10.17-1.0.0.bbappend" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="imx-lib_3.10.17-1.0.0.bbappend" # # 2014-09-26 # This recipe does not build with kernels older than 3.10.17 # The problem is that the 'pxp' directory is using functionality # only introduced in newer kernels. None of the rest of the i.MX6 # tools currently need this support, so we can just not build the # 'pxp' bits. Luckily, the rest of the library builds fine if the # pxp directory is simply removed. # do_compile_prepend() { rm -fr ${S}/pxp } --------------050806050104060502090702--