All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.angolini@freescale.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm PATCH v3 12/13] xf86-dri-vivante: Fix DRI module name
Date: Mon, 15 Apr 2013 12:30:52 -0300	[thread overview]
Message-ID: <516C1D2C.8030005@freescale.com> (raw)
In-Reply-To: <1366026722-31385-13-git-send-email-otavio@ossystems.com.br>

On 04/15/2013 08:52 AM, Otavio Salvador wrote:
> The Xorg Vivante driver has a hardcoded module name as 'vivante_dri'
> so we need to rename it for full Xorg acceleration to work.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> Changes in v3: None
> Changes in v2: None
>
>   recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> index 975041d..6e8f8db 100644
> --- a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> +++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> @@ -30,6 +30,10 @@ do_install_append () {
>
>       # FIXME: don't install libtool (*.la) file
>       rm ${D}${libdir}/xorg/modules/extensions/*.la
> +
> +    # FIXME: The Xorg driver has a hardcoded library name
> +    mv ${D}${libdir}/xorg/modules/extensions/libdri.so \
> +       ${D}${libdir}/xorg/modules/extensions/libvivante_dri.so

I think you can use a symbolic link instead (as someone else has already 
pointed before in the ML).

Daiane



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

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15 11:51 [meta-fsl-arm PATCH v3 0/13] Fixes current found issues for 1.4 release Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 01/13] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 02/13] imx6dlsabresd: Use U-Boot 2009.08 from Freescale Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 03/13] gst-fsl-plugin (3.0.6): Fix the tarball's checksum Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 04/13] gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependency Otavio Salvador
2013-04-15 14:00   ` Daiane Angolini
2013-04-15 14:12     ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 05/13] imx-base.inc: Disable firmware include for not fully supported BSPs Otavio Salvador
2013-04-15 14:02   ` Daiane Angolini
2013-04-15 14:14     ` Otavio Salvador
2013-04-15 16:40       ` Daiane Angolini
2013-04-15 17:10         ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 06/13] imx-base.inc: Avoid including imx-audio for every SoC family Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 07/13] imx-base.inc: Override GStreamer plugins for i.MX3 Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 08/13] imx-base.inc: Fix i.MX6SL entry point hex format Otavio Salvador
2013-04-15 15:24   ` Daiane Angolini
2013-04-15 16:12     ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 09/13] imx-base.inc: Do not assign UBOOT_LOADADDRESS Otavio Salvador
2013-04-15 15:26   ` Daiane Angolini
2013-04-15 16:13     ` Otavio Salvador
2013-04-15 16:42       ` Daiane Angolini
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 10/13] Fix use of SOC_FAMILY as the most right value is preferred Otavio Salvador
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 11/13] xf86-dri-vivante: Ensure install fails if .la cannot be removed Otavio Salvador
2013-04-15 15:29   ` Daiane Angolini
2013-04-15 16:14     ` Otavio Salvador
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 12/13] xf86-dri-vivante: Fix DRI module name Otavio Salvador
2013-04-15 15:30   ` Daiane Angolini [this message]
2013-04-15 16:15     ` Otavio Salvador
2013-04-15 16:41       ` Daiane Angolini
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 13/13] xf86-video-imxfb-vivante: Enable software rendering support Otavio Salvador

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=516C1D2C.8030005@freescale.com \
    --to=daiane.angolini@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /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.