All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Rafael Giani <dv@pseudoterminal.org>
To: meta-freescale@yoctoproject.org
Subject: Re: Build error on gstreamer1.0-plugins-imx with framebuffer
Date: Fri, 09 May 2014 16:10:45 +0200	[thread overview]
Message-ID: <536CE1E5.4030302@pseudoterminal.org> (raw)
In-Reply-To: <CAOGjvKL04VAjV+6RPKdChny05+8FLWwRaM7NsTRJHdxuOFDTPA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]

On 2014-05-09 15:55, Chiyosuke Fujii wrote:
> Hello,
>
> I'm using wandboard-quad and 'master' branch, and I met two errors with
> 'bitbake core-image-base' + Qt5 + gstreamer1.0 + 
> DISTRO_FEATURE_append=" fb"
>
> The errors are when bitbake is compiling gstreamer1.0-plugins-bad, 
> those are caused
> by line 43 of /usr/include/EGL/eglvivante.h
>
> it has
> #elif defined(LINUX) && defined(EGL_API_FB)
> but "EGL_API_FB" is not defined anywhere.
>
> I modified two Makefile by hand, gst-libs/gst/egl/Makefile and 
> ext/eglgles/Makefile
> and built with success.
> So I think these should have something like
> EGL_CFLAGS=-DLINUX -DEGL_API_FB
> only  when "fb" is specified but I don't know how and where to fix this.
>
> Could someone help to fix this in Yocto manner?
>
> Chris
>
>

I think the error is that EGLVIVSINK_PLATFORM is not set properly in the 
recipe. It checks if the x11 distro feature is present, and only if it 
isn't, EGLVIVSINK_PLATFORM will be set to "fb".
I'm not sure how to properly fix this. What if both x11 and fb are set? 
Does fb always override x11?

[-- Attachment #2: Type: text/html, Size: 4304 bytes --]

  reply	other threads:[~2014-05-09 14:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09 13:55 Build error on gstreamer1.0-plugins-imx with framebuffer Chiyosuke Fujii
2014-05-09 14:10 ` Carlos Rafael Giani [this message]
2014-05-09 14:27   ` Chiyosuke Fujii
2014-05-11 20:07 ` 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=536CE1E5.4030302@pseudoterminal.org \
    --to=dv@pseudoterminal.org \
    --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.