All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm PATCH v2 6/6] xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6
Date: Tue, 23 Apr 2013 09:09:02 -0600	[thread overview]
Message-ID: <5176A40E.6080008@mlbassoc.com> (raw)
In-Reply-To: <1366633835-17563-6-git-send-email-otavio@ossystems.com.br>

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 <otavio@ossystems.com.br>
> ---
> 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
------------------------------------------------------------


  reply	other threads:[~2013-04-23 15:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22 12:30 [meta-fsl-arm PATCH v2 1/6] u-boot-fslc: Update to 2013.04 release Otavio Salvador
2013-04-22 12:30 ` [meta-fsl-arm PATCH v2 2/6] linux-fslc: Update to patches-3.8's snapshot from 20130420 Otavio Salvador
2013-04-22 12:30 ` [meta-fsl-arm PATCH v2 3/6] xserver-xorg: Do not remove Xorg native DRI module Otavio Salvador
2013-04-22 12:30 ` [meta-fsl-arm PATCH v2 4/6] xf86-dri-vivante: Add rdepends for GLX, DRI and DRI2 Xorg's extensions Otavio Salvador
2013-04-22 12:30 ` [meta-fsl-arm PATCH v2 5/6] gpu-viv-bin-mx6q: Package DRI module Otavio Salvador
2013-04-22 12:30 ` [meta-fsl-arm PATCH v2 6/6] xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6 Otavio Salvador
2013-04-23 15:09   ` Gary Thomas [this message]
2013-04-23 16:48     ` He Zheng
2013-04-25 15:19       ` Gary Thomas
2013-04-25 18:53         ` He Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5176A40E.6080008@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.