From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 63.mail-out.ovh.net ([91.121.185.56]) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1OtmR8-0000o1-Hs for openembedded-devel@lists.openembedded.org; Thu, 09 Sep 2010 21:05:35 +0200 Received: (qmail 31107 invoked by uid 503); 9 Sep 2010 19:27:34 -0000 Received: from b9.ovh.net (HELO mail239.ha.ovh.net) (213.186.33.59) by 63.mail-out.ovh.net with SMTP; 9 Sep 2010 19:27:34 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 9 Sep 2010 21:04:49 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO ?192.168.2.15?) (ebenard%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 9 Sep 2010 21:04:47 +0200 Message-ID: <4C892FCE.3080306@eukrea.com> Date: Thu, 09 Sep 2010 21:04:46 +0200 From: =?UTF-8?B?RXJpYyBCw6luYXJk?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1284034317-9428-1-git-send-email-eric@eukrea.com> <4C88FA2F.1030206@eukrea.com> In-Reply-To: X-Ovh-Tracer-Id: 3444972242051378505 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-SA-Exim-Connect-IP: 91.121.185.56 X-SA-Exim-Mail-From: eric@eukrea.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] fix bitbake ERRORS for machine not having virtual/egl X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 19:05:36 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 09/09/2010 20:28, Koen Kooi a écrit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 09-09-10 17:15, Eric Bénard wrote: >> Hi Koen, >> >> Le 09/09/2010 17:10, Koen Kooi a écrit : >> On 09-09-10 14:11, Eric Bénard wrote: >>>> * This patch creates a egl.inc which contains the compatible machines >>>> for >>>> recipes depending on virtual/egl and thus will workaround this error. >>> >>> The intent is good, but I have to NAK this for the time being. >>> >>> Could you change that to use: >>> >>> COMPATIBLE_MACHINE = "omap3"? >>> >> in egl.inc ? >> Should this also be changed in powervr-drivers/libgles-omap.inc ? >> >> Then, how do you handle omap3 machines which don't have GLES engine (ex >> OMAP3503) ? > > That's handled by the initscript: > http://gitorious.org/angstrom/openembedded/blobs/org.openembedded.dev/recipes/powervr-drivers/libgles-omap3/rc.pvr#line33 > OK but that won't prevent packages of applications which depends on virtual/egl to be installed and the user to try to run applications which will fail because GLES is not handled by the machine. Actually OMAP3 boards supported in OE seems to all have the GLES support so that won't be a big problem and that will remove the error. Eric