From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Add libEGL.so in libegl-mx6
Date: Fri, 26 Jul 2013 11:08:34 -0700 [thread overview]
Message-ID: <51F2BB22.706@boundarydevices.com> (raw)
In-Reply-To: <1374857026-8806-1-git-send-email-otavio@ossystems.com.br>
On 07/26/2013 09:43 AM, Otavio Salvador wrote:
> There're examples, provided by Freescale, which links wrongly against
> the .so file (instead of the .so.1 one as expected) and this cannot be
> fixed without source code.
>
> We workaround this for now deploying the libEGL.so file inside
> libegl-mx6 binary.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
> index 70a9b2d..d897cec 100644
> --- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
> +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
> @@ -136,8 +136,10 @@ FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}"
> FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}"
> FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}"
>
> -FILES_libegl-mx6 = "${libdir}/libEGL${REALSOLIBS}"
> -FILES_libegl-mx6-dev = "${includedir}/EGL ${includedir}/KHR ${libdir}/libEGL${SOLIBSDEV} ${libdir}/pkgconfig/egl.pc"
> +# libEGL.so is used by some demo apps from Freescale
> +INSANE_SKIP_libegl-mx6 += "dev-so"
> +FILES_libegl-mx6 = "${libdir}/libEGL${REALSOLIBS} ${libdir}/libEGL${SOLIBSDEV} "
> +FILES_libegl-mx6-dev = "${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/egl.pc"
> FILES_libegl-mx6-dbg = "${libdir}/.debug/libEGL${SOLIBS}"
>
> FILES_libgal-mx6 = "${libdir}/libGAL${SOLIBS}"
>
Tested-by: Eric Nelson <eric.nelson@boundarydevices.com>
prev parent reply other threads:[~2013-07-26 18:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-26 16:43 [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Add libEGL.so in libegl-mx6 Otavio Salvador
2013-07-26 16:48 ` Otavio Salvador
2013-07-26 18:08 ` Eric Nelson [this message]
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=51F2BB22.706@boundarydevices.com \
--to=eric.nelson@boundarydevices.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.