All of lore.kernel.org
 help / color / mirror / Atom feed
* gst-fsl-plugin fail to build in jethro
@ 2015-12-11 13:49 Ivan Sergio Borgonovo
  2015-12-11 14:19 ` Daiane Angolini
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-12-11 13:49 UTC (permalink / raw)
  To: meta-freescale

Hi,

I've been able to build working images for an imx28evk based board with 
fido.
I'm trying to do the same with jethro.

release-notes/source/known-issues.rst
says
1. Fail to build imx-lib/imx-vpu/imx-test/gst-fsl-plugin when building
against linux-fslc

and that exactly what happens:

ERROR: Nothing RPROVIDES 'gst-fsl-plugin' (but 
/opt/yocto/jethro/sources/poky/meta/recipes-core/images/core-image-minimal.bb 
RDEPENDS on or otherwise requires it)

I didn't know gst-fsl-plugin till I downloaded the source to see.
While I don't plan to use those features I'd feel more comfort to switch 
to jethro knowing I could relay on them.

Is there a chance it is planned to be fixed?
If not, can somebody give me a short introduction to the problem to get 
an idea if I can contribute and fix it?

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gst-fsl-plugin fail to build in jethro
  2015-12-11 13:49 gst-fsl-plugin fail to build in jethro Ivan Sergio Borgonovo
@ 2015-12-11 14:19 ` Daiane Angolini
  2015-12-11 17:24   ` Ivan Sergio Borgonovo
  0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2015-12-11 14:19 UTC (permalink / raw)
  To: Ivan Sergio Borgonovo; +Cc: meta-freescale

On Fri, Dec 11, 2015 at 11:49 AM, Ivan Sergio Borgonovo
<mail@webthatworks.it> wrote:
> Hi,
>
> I've been able to build working images for an imx28evk based board with
> fido.
> I'm trying to do the same with jethro.
>
> release-notes/source/known-issues.rst
> says
> 1. Fail to build imx-lib/imx-vpu/imx-test/gst-fsl-plugin when building
> against linux-fslc
>
> and that exactly what happens:
>
> ERROR: Nothing RPROVIDES 'gst-fsl-plugin' (but
> /opt/yocto/jethro/sources/poky/meta/recipes-core/images/core-image-minimal.bb
> RDEPENDS on or otherwise requires it)
>
> I didn't know gst-fsl-plugin till I downloaded the source to see.
> While I don't plan to use those features I'd feel more comfort to switch to
> jethro knowing I could relay on them.
>
> Is there a chance it is planned to be fixed?
> If not, can somebody give me a short introduction to the problem to get an
> idea if I can contribute and fix it?

gst-fsl-plugin is not supposed to work on mx28. And this package is
deprecated as gst0.1 was completely replaced by gst1.0

In imx28 (no VPU) you can use gstreamer mailine.

Daiane
>
> thanks
>
> --
> Ivan Sergio Borgonovo
> http://www.webthatworks.it
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gst-fsl-plugin fail to build in jethro
  2015-12-11 14:19 ` Daiane Angolini
@ 2015-12-11 17:24   ` Ivan Sergio Borgonovo
  2015-12-11 18:30     ` Daiane Angolini
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-12-11 17:24 UTC (permalink / raw)
  Cc: meta-freescale

On 12/11/2015 03:19 PM, Daiane Angolini wrote:

> gst-fsl-plugin is not supposed to work on mx28. And this package is
> deprecated as gst0.1 was completely replaced by gst1.0

That's sound good, but I didn't get how am I going to fix it.
I was copying from here
http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard
and I'm just guessing I've to remove some more gstreamer stuff from the 
list.

Could you give me some more guidance and a bit more detailed explanation 
in the hope to make me smarter?

> In imx28 (no VPU) you can use gstreamer mailine.

that's fine.

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gst-fsl-plugin fail to build in jethro
  2015-12-11 17:24   ` Ivan Sergio Borgonovo
@ 2015-12-11 18:30     ` Daiane Angolini
  2015-12-11 22:15       ` Ivan Sergio Borgonovo
  0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2015-12-11 18:30 UTC (permalink / raw)
  To: Ivan Sergio Borgonovo; +Cc: meta-freescale

On Fri, Dec 11, 2015 at 3:24 PM, Ivan Sergio Borgonovo
<mail@webthatworks.it> wrote:
> On 12/11/2015 03:19 PM, Daiane Angolini wrote:
>
>> gst-fsl-plugin is not supposed to work on mx28. And this package is
>> deprecated as gst0.1 was completely replaced by gst1.0
>
>
> That's sound good, but I didn't get how am I going to fix it.
> I was copying from here
> http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard
> and I'm just guessing I've to remove some more gstreamer stuff from the
> list.
>
> Could you give me some more guidance and a bit more detailed explanation in
> the hope to make me smarter?

gst-fsl-plugin is the package released by Freescale to add VPU support
and some audio decoder/encoders, and licensed stuff. It is deprecated
and is not supposed to work for imx28.

I mean, just remove this line and face the next error. You don't need
to think about this package ;-)

Daiane
>
>> In imx28 (no VPU) you can use gstreamer mailine.
>
>
> that's fine.
>
>
> thanks
>
> --
> Ivan Sergio Borgonovo
> http://www.webthatworks.it
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gst-fsl-plugin fail to build in jethro
  2015-12-11 18:30     ` Daiane Angolini
@ 2015-12-11 22:15       ` Ivan Sergio Borgonovo
  0 siblings, 0 replies; 5+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-12-11 22:15 UTC (permalink / raw)
  Cc: meta-freescale

On 12/11/2015 07:30 PM, Daiane Angolini wrote:

> gst-fsl-plugin is the package released by Freescale to add VPU support
> and some audio decoder/encoders, and licensed stuff. It is deprecated
> and is not supposed to work for imx28.
>
> I mean, just remove this line and face the next error. You don't need
> to think about this package ;-)

I like your optimism.

I had to get rid of
packagegroup-fsl-gstreamer
too

Not really freescale related but maybe someone may appreciate:

I noticed something else changed.
While fido was previously building with

DISTRO_FEATURES_remove = " ... pulseaudio "
and
IMAGE_INSTALL_append = "... pulseaudio "
probably by mistake
Now jethro complains
ERROR: Nothing RPROVIDES 'alsa-plugins-pulseaudio-conf'...

I assume somewhere some QA logic has been added.

I also had to comment

#PACKAGECONFIG_append_pn-qemu-native = " sdl"
#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
#ASSUME_PROVIDED += "libsdl-native"

I'll see if I can fix this later.

Now I've core-image-minimal building successfully

Thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-11 22:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 13:49 gst-fsl-plugin fail to build in jethro Ivan Sergio Borgonovo
2015-12-11 14:19 ` Daiane Angolini
2015-12-11 17:24   ` Ivan Sergio Borgonovo
2015-12-11 18:30     ` Daiane Angolini
2015-12-11 22:15       ` Ivan Sergio Borgonovo

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.