From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E4A49E01490 for ; Tue, 23 Apr 2013 08:08:52 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 03E1EF811E1; Tue, 23 Apr 2013 09:08:51 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 4A4A9F811D8; Tue, 23 Apr 2013 09:08:51 -0600 (MDT) Message-ID: <5176A40E.6080008@mlbassoc.com> Date: Tue, 23 Apr 2013 09:09:02 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1366633835-17563-1-git-send-email-otavio@ossystems.com.br> <1366633835-17563-6-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1366633835-17563-6-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm PATCH v2 6/6] xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6 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: Tue, 23 Apr 2013 15:08:54 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-04-22 06:30, Otavio Salvador wrote: > The driver try to dynamically load the DRI support code and it needs > to be available in rootfs for use in Xorg driver. > > Signed-off-by: Otavio Salvador > --- > Changes in v2: None > > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb > index 22e8d6e..36f56f2 100644 > --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb > +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb > @@ -36,7 +36,10 @@ do_install_append () { > find ${D}${includedir} -type f -exec chmod 660 {} \; > } > > -RDEPENDS_${PN} += "xserver-xorg-module-exa mesa-driver-swrast xf86-dri-vivante" > +RDEPENDS_${PN} += "libvivante-dri-mx6 \ > + xserver-xorg-module-exa \ > + mesa-driver-swrast \ > + xf86-dri-vivante" > > # Add the ABI dependency at package generation time, as otherwise bitbake will > # attempt to find a provider for it (and fail) when it does the parse. > I'm still seeing what seem to be DRI related errors even after this change. When I start the X server, I get this: (EE) Failed to load module "extmod" (module does not exist, 0) (EE) Failed to load module "dbe" (module does not exist, 0) [drm] Initialized drm 1.1.0 20060810 [drm] Initialized vivante 1.0.0 20120216 on minor 0 (EE) AIGLX error: vivante exports no extensions (/usr/lib/dri/vivante_dri.so: undefined symbol: __driDriverExtensions) Are these errors something to worry about? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------