From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6096CE00550 for ; Sat, 16 Feb 2013 10:46:44 -0800 (PST) Received: from e6520eb (tal33-3-82-233-81-124.fbx.proxad.net [82.233.81.124]) (Authenticated sender: eukrea) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 32DCBA61C2; Sat, 16 Feb 2013 19:46:37 +0100 (CET) Date: Sat, 16 Feb 2013 19:46:36 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador Message-ID: <20130216194636.2bf7dd7b@e6520eb> In-Reply-To: References: <1361031713-11026-1-git-send-email-eric@eukrea.com> <1361031713-11026-2-git-send-email-eric@eukrea.com> <20130216191503.7ca30b00@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 Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][danny][PATCH 2/2] xf86-video-imxfb-vivante: fix missing headers 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: Sat, 16 Feb 2013 18:46:46 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Sat, 16 Feb 2013 16:24:42 -0200, Otavio Salvador a =C3=A9crit : > On Sat, Feb 16, 2013 at 4:15 PM, Eric B=C3=A9nard wrote: > > Le Sat, 16 Feb 2013 15:57:36 -0200, > > Otavio Salvador a =C3=A9crit : > > > >> On Sat, Feb 16, 2013 at 2:21 PM, Eric B=C3=A9nard wr= ote: > >> > - dri.h and sarea.h are missing during compilation (reproduced on se= veral > >> > build from scratch using oe-core + meta-oe) leading to a failure to = build > >> > fsl-image-gui (for example) > >> > - These headers are provided by xf86-dri-vivante which depends on > >> > xf86-video-imxfb-vivante. > >> > - So we provide the headers here to fix the compilation and get > >> > danny build again for imx6qsabrelite. > >> > - Tested on Fedora 17 and Ubuntu 12.10 hosts, for imx6qsabrelite > >> > target building fsl-image-gui from scratch. > >> > > >> > Signed-off-by: Eric B=C3=A9nard > >> > >> Did you try to reverse the dependency? make video driver to depends on > >> the dri? I think I did it in upcoming 1.1.0 patches. > >> > > I tried that and reversing the dependency doesn't work because > > xf86-dri-vivante needs vivante_priv.h which is provided by > > xf86-video-imxfb-vivante. >=20 > Ah I see; I workarounded it in 1.1.0 upgrade. >=20 I didn't saw such a workaround in 1.1.0 and xf86-dri-vivante depends on xf86-video-imxfb-vivante also in 1.1.0. Maybe patch 2/2 can be pushed as it fix the problem in 12.09.01 at least in danny ? Eric