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 BE57DE00550 for ; Sat, 16 Feb 2013 10:15:38 -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 4C5EBA626C; Sat, 16 Feb 2013 19:15:30 +0100 (CET) Date: Sat, 16 Feb 2013 19:15:03 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador Message-ID: <20130216191503.7ca30b00@e6520eb> In-Reply-To: References: <1361031713-11026-1-git-send-email-eric@eukrea.com> <1361031713-11026-2-git-send-email-eric@eukrea.com> 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:15:40 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 wrote: > > - dri.h and sarea.h are missing during compilation (reproduced on sever= al > > build from scratch using oe-core + meta-oe) leading to a failure to bui= ld > > 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 >=20 > 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. >=20 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. > Please send patches against master and once merged we can backport to > danny. Same rules as oe-core and meta-oe. >=20 will do I thought master had moved to 1.1.0 but I think these patches will directly apply to master if 12.09.01 is still in master. Eric