From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe001.messaging.microsoft.com [216.32.180.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB414E005B4 for ; Thu, 29 Aug 2013 09:15:05 -0700 (PDT) Received: from mail77-va3-R.bigfish.com (10.7.14.254) by VA3EHSOBE013.bigfish.com (10.7.40.63) with Microsoft SMTP Server id 14.1.225.22; Thu, 29 Aug 2013 16:15:01 +0000 Received: from mail77-va3 (localhost [127.0.0.1]) by mail77-va3-R.bigfish.com (Postfix) with ESMTP id A6E912A00DF for ; Thu, 29 Aug 2013 16:15:01 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -1 X-BigFish: VS-1(zz1443Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de097hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dc1h1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail77-va3 (localhost.localdomain [127.0.0.1]) by mail77-va3 (MessageSwitch) id 1377792900337205_3484; Thu, 29 Aug 2013 16:15:00 +0000 (UTC) Received: from VA3EHSMHS005.bigfish.com (unknown [10.7.14.231]) by mail77-va3.bigfish.com (Postfix) with ESMTP id 4D8CB1A01C2 for ; Thu, 29 Aug 2013 16:15:00 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS005.bigfish.com (10.7.99.15) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 29 Aug 2013 16:15:00 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.146.2; Thu, 29 Aug 2013 16:14:59 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r7TGEwch006992 for ; Thu, 29 Aug 2013 09:14:58 -0700 Message-ID: <521F72A6.3010303@freescale.com> Date: Thu, 29 Aug 2013 13:11:18 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: cogl and wayland 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, 29 Aug 2013 16:15:06 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit My next step for getting GPU validated is build core-image-weston. But, if only remove X11 from DISTRO_FEATURES and include wayland, cogl cries because it cannot find X11 header files. DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc wayland pam ${DISTRO_FEATURES_LIBC}" Error: /home/daiane/p12/build_wayland_hfp/tmp/sysroots/imx6qsabresd/usr/include/EGL/egl vivante.h:222:22: fatal error: X11/Xlib.h: No such file or directory | #include | ^ | compilation terminated. | make[4]: *** [cogl-clip-stack-nop.lo] Error 1 | make[4]: Leaving directory `/home/daiane/p12/build_wayland_hfp/tmp/work/cortexa9hf-vfp-neon-poky-linux- gnueabi/cogl-1.0/1.14.0-r0/build/cogl' So, if I configure cogl to be more "wayland" it cannot find GL headers. PACKAGECONFIG_pn-cogl-1.0 = "wayland-egl wayland-server" (and variations) Error: | checking for poll.h... (cached) yes | configure: error: Internal error: no GL header set | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed As I understand cogl is a dependency of wayland.... but not sure. Do you know how to properly configure my build to get core-image-weston???? Thanks in advance, -- Daiane