All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Dimitrov <picmaster@mail.bg>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm-extra][PATCH v2] riotboard: Fix broken image builds against linux-fslc
Date: Thu, 30 Apr 2015 17:34:34 +0300	[thread overview]
Message-ID: <55423D7A.7090105@mail.bg> (raw)
In-Reply-To: <CAP9ODKo_Yah2-m9WAvzxgZG6O03iyCA5N+rv3g3d0BBaW=qo6w@mail.gmail.com>

Hi Otavio,

On 04/30/2015 01:52 PM, Otavio Salvador wrote:
> On Thu, Apr 30, 2015 at 12:22 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> On 04/30/2015 05:50 AM, Nikolay Dimitrov wrote:
>>> The obvious part is that someone is pulling-in imx-lib, which
>>> shouldn't be built with linux-fslc. I'm still to figure out why.
>>>
>>> Regards, Nikolay
>>
>>
>> It looks like packagegroup-fsl-gstreamer-full pulls-in, gst-plugins-gl,
>> gst-fsl-plugin and finally imx-lib, which causes the build failure.
>>
>> Here's the source of the issue
>> (meta-fsl-demos/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb):
>>
>> # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks 3D support,
>> #        so skip it for now.
>> RDEPENDS_${PN}_remove_mx6sl = "gst-plugins-gl"
>>
>> This fix prevents the build failure for warp (I already tested it). For
>> imx6sl the situation is easy, as the both the hardware and kernel
>> doesn't support gpu3d. But this is not the case for imx6dl and
>> linux-fslc. We can't just remove gst-plugins-gl when building for imx6dl.
>>
>> Probably we need something like this:
>>
>> RDEPENDS_${PN}_remove_mx6dl = "${@bb.utils.contains('KERNEL_FEATURES',
>> 'supports-gpu3d', '', 'gst-plugins-gl', d)}"
>>
>> Any ideas?
>
> https://github.com/Freescale/meta-fsl-arm-extra/blob/master/conf/machine/m53evk.conf#L25
>
> This should fix this all (replace the machine name, of course).

Can you be more specific, please? I don't see anything that helps, but
I could be wrong.

Regards,
Nikolay


  reply	other threads:[~2015-04-30 14:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 21:38 [meta-fsl-arm-extra][PATCH v2] riotboard: Fix broken image builds against linux-fslc Nikolay Dimitrov
2015-04-29 21:41 ` Otavio Salvador
2015-04-29 22:46   ` Nikolay Dimitrov
2015-04-29 22:59     ` Fabio Estevam
2015-04-30  2:50       ` Nikolay Dimitrov
2015-04-30  3:22         ` Nikolay Dimitrov
2015-04-30 10:52           ` Otavio Salvador
2015-04-30 14:34             ` Nikolay Dimitrov [this message]
2015-04-30 15:13               ` Fabio Estevam
2015-04-30 15:18                 ` Nikolay Dimitrov
2015-04-29 21:42 ` Gary Thomas
2015-04-29 21:48   ` Otavio Salvador
2015-04-29 21:55     ` Nikolay Dimitrov
2015-04-29 21:51   ` Nikolay Dimitrov
2015-04-29 21:56     ` Gary Thomas
2015-04-29 22:12       ` Nikolay Dimitrov
2015-04-29 22:36         ` Gary Thomas

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=55423D7A.7090105@mail.bg \
    --to=picmaster@mail.bg \
    --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.