From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo1.mail-out.ovh.net (mo1.mail-out.ovh.net [178.32.228.1]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 117C1E0127C for ; Thu, 24 Jan 2013 10:01:43 -0800 (PST) Received: from mail645.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 99446FF8E64 for ; Thu, 24 Jan 2013 19:16:06 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 24 Jan 2013 20:08:06 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 24 Jan 2013 20:08:05 +0200 Date: Thu, 24 Jan 2013 19:01:38 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Andrei Gherzan X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Message-ID: <20130124190138.33f235b4@e6520eb> In-Reply-To: References: <1358094522-6543-1-git-send-email-andrei.gherzan@windriver.com> <1358094522-6543-3-git-send-email-andrei.gherzan@windriver.com> <20130114142216.54212fe1@e6520eb> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 8684347458367237522 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-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrjeelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrjeelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: "meta-freescale@yoctoproject.org" , Andrei Gherzan , Otavio Salvador Subject: Re: [meta-fsl-arm][PATCH 3/4] glproto: Don't install glxtokens.h for imx6qsabrelite 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, 24 Jan 2013 18:01:43 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Andrai, Le Thu, 24 Jan 2013 19:50:42 +0200, Andrei Gherzan a =C3=A9crit : > On Mon, Jan 14, 2013 at 3:22 PM, Eric B=C3=A9nard wrote: >=20 > > Le Mon, 14 Jan 2013 15:01:21 +0200, > > Andrei Gherzan a =C3=A9crit : > > > > > On Mon, Jan 14, 2013 at 2:25 PM, Otavio Salvador < > > otavio@ossystems.com.br>wrote: > > > > > > > On Mon, Jan 14, 2013 at 10:22 AM, Andrei Gherzan > > > > wrote: > > > > > On Mon, Jan 14, 2013 at 1:55 PM, Otavio Salvador < > > > > otavio@ossystems.com.br> > > > > > wrote: > > > > >> > > > > >> On Sun, Jan 13, 2013 at 2:28 PM, Andrei Gherzan > > > > >> wrote: > > > > >> > Avoid in this way duplicate file warnings in sysroot. > > > > >> > This header is provided by freescale. > > > > >> > > > > > >> > Signed-off-by: Andrei Gherzan > > > > >> > > > > >> Wouldn't be better to use the one provided by Xorg and drop the = one > > in > > > > >> the GPU package? > > > > > > > > > > > > > > > Xorg? Is Xorg bringing that header too? > > > > > > > > > > I know and I understand now. Well... don't know what to say. My opini= on > > > would be to use the ones from GPU. After all those are HW dependent i= sn't > > > it? > > > > what is the diff between both files ? > > >=20 > Here (http://paste.ubuntu.com/1566706/) is the diff from proto version and > viv version. Seems like a lot of viv specific changes. Take a look. >=20 OK so it may be better to use the one of the GPU package and not the one from Xorg. Eric