All of lore.kernel.org
 help / color / mirror / Atom feed
* # IMX53 GSTREAMER PROBLEMS
@ 2013-09-27 17:16 Simone
  2013-09-27 17:51 ` Jose Mª Ferreiro
  2013-09-27 18:04 ` Daiane Angolini
  0 siblings, 2 replies; 12+ messages in thread
From: Simone @ 2013-09-27 17:16 UTC (permalink / raw)
  To: meta-freescale; +Cc: 'Paolo Gussago'

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

Dear All,

i'm trying to include the gstreamer in our image for iMX53, I have included
the package gstreamer, by adding it in my .bb file with:

IMAGE_INSTALL += "gstreamer \"

 

The problem is that when I try to play an audio file from my qt4 application
(using Phonon) it give me this error:

 

Warning: You do not seem to have the base GStreamer plugins installed. All
audio and video support has been disabled"
Phonon::GStreamer::Backend: Failed to initialize GStreamer

 

 

So after a search on the web, I tried to add the package "gst-fsl-plugin"
but bitbake fail to build , here is the last part of the log:

 

|
/home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
u.h:884:9: note: declared here

| mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':

| mxc_ipu_hl_lib.c:3369:39: warning: operation on
'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]

| mxc_ipu_hl_lib.c:3376:34: warning: operation on
'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]

| mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':

| mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but not
used [-Wunused-but-set-variable]

| make[1]: *** [mxc_ipu_hl_lib.o] Error 1

| make[1]: Leaving directory
`/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
1-r4.2/imx-lib-11.09.01/ipu'

| make: *** [ipu] Error 2

| ERROR: oe_runmake failed

| ERROR: Function failed: do_compile (see
/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
-r4.2/temp/log.do_compile.2758 for further information)

ERROR: Task 1138
(/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
1.bb, do_compile) failed with exit code '1'

WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
debugging!

WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
debugging!

WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
debugging!

NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to be
rerun and 1 failed.

Waiting for 0 running tasks to finish:

 

 

Maybe I am missing something?

Thanks so much

Simone


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

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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 17:16 # IMX53 GSTREAMER PROBLEMS Simone
@ 2013-09-27 17:51 ` Jose Mª Ferreiro
  2013-09-27 18:04 ` Daiane Angolini
  1 sibling, 0 replies; 12+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-27 17:51 UTC (permalink / raw)
  To: meta-freescale

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

Hello

We work with iMX6Q on dylan but we found very useful this Daiane's document:
https://community.freescale.com/docs/DOC-95254

Try adding those licenses and packages.

Best regards



El 27/09/2013 19:16, Simone escribió:
>
> Dear All,
>
> i'm trying to include the gstreamer in our image for iMX53, I have 
> included the package gstreamer, by adding it in my .bb file with:
>
> IMAGE_INSTALL += "gstreamer \"
>
> The problem is that when I try to play an audio file from my qt4 
> application (using Phonon) it give me this error:
>
> Warning: You do not seem to have the base GStreamer plugins installed. 
> All audio and video support has been disabled"
> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>
> So after a search on the web, I tried to add the package 
> "gst-fsl-plugin" but bitbake fail to build , here is the last part of 
> the log:
>
> | 
> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ipu.h:884:9: 
> note: declared here
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>
> | mxc_ipu_hl_lib.c:3369:39: warning: operation on 
> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c:3376:34: warning: operation on 
> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>
> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set 
> but not used [-Wunused-but-set-variable]
>
> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>
> | make[1]: Leaving directory 
> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01-r4.2/imx-lib-11.09.01/ipu'
>
> | make: *** [ipu] Error 2
>
> | ERROR: oe_runmake failed
>
> | ERROR: Function failed: do_compile (see 
> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01-r4.2/temp/log.do_compile.2758 
> for further information)
>
> ERROR: Task 1138 
> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.01.bb, 
> do_compile) failed with exit code '1'
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from 
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future 
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from 
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future 
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from 
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future 
> debugging!
>
> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to 
> be rerun and 1 failed.
>
> Waiting for 0 running tasks to finish:
>
> Maybe I am missing something?
>
> Thanks so much
>
> Simone
>
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 17:16 # IMX53 GSTREAMER PROBLEMS Simone
  2013-09-27 17:51 ` Jose Mª Ferreiro
@ 2013-09-27 18:04 ` Daiane Angolini
  2013-09-27 19:22   ` Simone
  1 sibling, 1 reply; 12+ messages in thread
From: Daiane Angolini @ 2013-09-27 18:04 UTC (permalink / raw)
  To: Simone, meta-freescale; +Cc: 'Paolo Gussago'

On 09/27/2013 02:16 PM, Simone wrote:
> Dear All,
>
> i’m trying to include the gstreamer in our image for iMX53, I have
> included the package gstreamer, by adding it in my .bb file with:
>
> IMAGE_INSTALL += “gstreamer \”
>
> The problem is that when I try to play an audio file from my qt4
> application (using Phonon) it give me this error:
>
> Warning: You do not seem to have the base GStreamer plugins installed.
> All audio and video support has been disabled"
> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>
> So after a search on the web, I tried to add the package
> “gst-fsl-plugin” but bitbake fail to build , here is the last part of
> the log:

gstreamer is THE gstreamer, the complete media framework.

gst-fsl-plugin is the package that provides the VPU accelerated plugins 
to work *with* gstreamer. this package is provided by FSL.

gstreamer should not depend on kernel.

gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)

Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel?

And could you, please, let me know if you only need gstreamer or if you 
want gst-fsl-plugin also?



>
> |
> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ipu.h:884:9:
> note: declared here
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>
> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>
> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
> not used [-Wunused-but-set-variable]
>
> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>
> | make[1]: Leaving directory
> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01-r4.2/imx-lib-11.09.01/ipu'
>
> | make: *** [ipu] Error 2
>
> | ERROR: oe_runmake failed
>
> | ERROR: Function failed: do_compile (see
> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01-r4.2/temp/log.do_compile.2758
> for further information)
>
> ERROR: Task 1138
> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.01.bb,
> do_compile) failed with exit code '1'
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
> be rerun and 1 failed.
>
> Waiting for 0 running tasks to finish:
>
> Maybe I am missing something?
>
> Thanks so much
>
> Simone
>
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane



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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 18:04 ` Daiane Angolini
@ 2013-09-27 19:22   ` Simone
  2013-09-27 19:28     ` Daiane Angolini
  0 siblings, 1 reply; 12+ messages in thread
From: Simone @ 2013-09-27 19:22 UTC (permalink / raw)
  To: 'Daiane Angolini', meta-freescale; +Cc: 'Paolo Gussago'

Hello Daiane,
thank you for your reply.

Yes, I want to use FSL plugins to benefit from the hardware acceleration
(even if I have to play only mp3 files).
The preferred provider for my MACHINE is "linux" as you can see below (I
post my MACHINE .conf file FYR)


/*==========================================================================
========
#@TYPE: Machine
#@NAME: i.MX53 Quick Start Board
#@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start Board

include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa8.inc

SOC_FAMILY = "mx5:mx53"

KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"

UBOOT_MACHINE = "mx53loco_config"

MACHINE_FIRMWARE += "firmware-imx-ar3k \
                     firmware-imx-ath6k"

MACHINE_FEATURES += " wifi bluetooth"

#
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux"

# Extra udev rules
PREFERRED_VERSION_udev = "164"
PREFERRED_VERSION_udev-extraconf = "0.0"
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
/*==========================================================================
========


Including the package gst-fsl-plugins in my .bb file the error of my
previous email occurs.
Any suggestion?
Thanks so much
Simone





-----Messaggio originale-----
Da: Daiane Angolini [mailto:daiane.angolini@freescale.com] 
Inviato: venerdì 27 settembre 2013 20:04
A: Simone; meta-freescale@yoctoproject.org
Cc: 'Paolo Gussago'
Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS

On 09/27/2013 02:16 PM, Simone wrote:
> Dear All,
>
> i’m trying to include the gstreamer in our image for iMX53, I have 
> included the package gstreamer, by adding it in my .bb file with:
>
> IMAGE_INSTALL += “gstreamer \”
>
> The problem is that when I try to play an audio file from my qt4 
> application (using Phonon) it give me this error:
>
> Warning: You do not seem to have the base GStreamer plugins installed.
> All audio and video support has been disabled"
> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>
> So after a search on the web, I tried to add the package 
> “gst-fsl-plugin” but bitbake fail to build , here is the last part of 
> the log:

gstreamer is THE gstreamer, the complete media framework.

gst-fsl-plugin is the package that provides the VPU accelerated plugins to
work *with* gstreamer. this package is provided by FSL.

gstreamer should not depend on kernel.

gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)

Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel?

And could you, please, let me know if you only need gstreamer or if you want
gst-fsl-plugin also?



>
> |
>
/home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
u.h:884:9:
> note: declared here
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>
> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>
> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>
> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
> not used [-Wunused-but-set-variable]
>
> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>
> | make[1]: Leaving directory
>
`/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
1-r4.2/imx-lib-11.09.01/ipu'
>
> | make: *** [ipu] Error 2
>
> | ERROR: oe_runmake failed
>
> | ERROR: Function failed: do_compile (see
>
/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
-r4.2/temp/log.do_compile.2758
> for further information)
>
> ERROR: Task 1138
>
(/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
1.bb,
> do_compile) failed with exit code '1'
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
> debugging!
>
> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
> be rerun and 1 failed.
>
> Waiting for 0 running tasks to finish:
>
> Maybe I am missing something?
>
> Thanks so much
>
> Simone
>
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane




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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 19:22   ` Simone
@ 2013-09-27 19:28     ` Daiane Angolini
  2013-09-27 19:46       ` Simone
  0 siblings, 1 reply; 12+ messages in thread
From: Daiane Angolini @ 2013-09-27 19:28 UTC (permalink / raw)
  To: Simone, meta-freescale; +Cc: 'Paolo Gussago'

On 09/27/2013 04:22 PM, Simone wrote:
> Hello Daiane,
> thank you for your reply.
>
> Yes, I want to use FSL plugins to benefit from the hardware acceleration
> (even if I have to play only mp3 files).

I'm going to help you to get gst-fsl-plugin installed on your rootfs, 
although, I must say you that the mp3 encoder and mp3 decoder provided 
by gst-fsl-plugin are not accelerated by VPU (VPU is video only).

It does have some hardware improvments, but it's only code optimization 
based on ARM instructions.

> The preferred provider for my MACHINE is "linux" as you can see below (I
> post my MACHINE .conf file FYR)
>
>
> /*==========================================================================
> ========
> #@TYPE: Machine
> #@NAME: i.MX53 Quick Start Board
> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start Board
>
> include conf/machine/include/imx-base.inc
> include conf/machine/include/tune-cortexa8.inc
>
> SOC_FAMILY = "mx5:mx53"
>
> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>
> UBOOT_MACHINE = "mx53loco_config"
>
> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>                       firmware-imx-ath6k"
>
> MACHINE_FEATURES += " wifi bluetooth"
>
> #
> # Software/packages selection
> #
> PREFERRED_PROVIDER_virtual/kernel = "linux"

If you're using virtual/kernel from meta-fsl-arm, please use:

PREFERRED_PROVIDER_virtual/kernel = "linux-imx"

instead.

If "linux" point to your own kernel, please, make sure you have ported 
all IPU related code.


>
> # Extra udev rules
> PREFERRED_VERSION_udev = "164"
> PREFERRED_VERSION_udev-extraconf = "0.0"
> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
> /*==========================================================================
> ========
>
>
> Including the package gst-fsl-plugins in my .bb file the error of my
> previous email occurs.
> Any suggestion?

I think the kernel does not match. Could you, please, double check?

> Thanks so much
> Simone
>
>
>
>
>
> -----Messaggio originale-----
> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
> Inviato: venerdì 27 settembre 2013 20:04
> A: Simone; meta-freescale@yoctoproject.org
> Cc: 'Paolo Gussago'
> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>
> On 09/27/2013 02:16 PM, Simone wrote:
>> Dear All,
>>
>> i'm trying to include the gstreamer in our image for iMX53, I have
>> included the package gstreamer, by adding it in my .bb file with:
>>
>> IMAGE_INSTALL += "gstreamer \"
>>
>> The problem is that when I try to play an audio file from my qt4
>> application (using Phonon) it give me this error:
>>
>> Warning: You do not seem to have the base GStreamer plugins installed.
>> All audio and video support has been disabled"
>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>
>> So after a search on the web, I tried to add the package
>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>> the log:
>
> gstreamer is THE gstreamer, the complete media framework.
>
> gst-fsl-plugin is the package that provides the VPU accelerated plugins to
> work *with* gstreamer. this package is provided by FSL.
>
> gstreamer should not depend on kernel.
>
> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>
> Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel?
>
> And could you, please, let me know if you only need gstreamer or if you want
> gst-fsl-plugin also?
>
>
>
>>
>> |
>>
> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
> u.h:884:9:
>> note: declared here
>>
>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>
>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>
>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>
>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>
>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>> not used [-Wunused-but-set-variable]
>>
>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>
>> | make[1]: Leaving directory
>>
> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
> 1-r4.2/imx-lib-11.09.01/ipu'
>>
>> | make: *** [ipu] Error 2
>>
>> | ERROR: oe_runmake failed
>>
>> | ERROR: Function failed: do_compile (see
>>
> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
> -r4.2/temp/log.do_compile.2758
>> for further information)
>>
>> ERROR: Task 1138
>>
> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
> 1.bb,
>> do_compile) failed with exit code '1'
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>> be rerun and 1 failed.
>>
>> Waiting for 0 running tasks to finish:
>>
>> Maybe I am missing something?
>>
>> Thanks so much
>>
>> Simone
>>
>>
>>
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>
>


-- 
Daiane



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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 19:28     ` Daiane Angolini
@ 2013-09-27 19:46       ` Simone
  2013-09-30 16:13         ` Daiane Angolini
  0 siblings, 1 reply; 12+ messages in thread
From: Simone @ 2013-09-27 19:46 UTC (permalink / raw)
  To: 'Daiane Angolini', meta-freescale

Hello Daiane,
Ok, even if the mp3 is not VPU accelerated (sorry for my stupid thinking) i
want to insert in the OS all the multimedia support to be ready in the
future, if will be necessary for other application.

Now, I have cloned the linux kernel sources and I usually work on my copy of
it.
When I'm ready, I generate a patch (with diff command) and insert it in my
kernel recipe.

Do you know how I can check my base version of the kernel?
It is possible that my base kernel sources are old, but I don't know how to
update them..

mmmmm...

I'm not very familiar with yocto...
Maybe you can help me?
Thanks
Simone



-----Messaggio originale-----
Da: Daiane Angolini [mailto:daiane.angolini@freescale.com] 
Inviato: venerdì 27 settembre 2013 21:29
A: Simone; meta-freescale@yoctoproject.org
Cc: 'Paolo Gussago'
Oggetto: Re: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS

On 09/27/2013 04:22 PM, Simone wrote:
> Hello Daiane,
> thank you for your reply.
>
> Yes, I want to use FSL plugins to benefit from the hardware 
> acceleration (even if I have to play only mp3 files).

I'm going to help you to get gst-fsl-plugin installed on your rootfs,
although, I must say you that the mp3 encoder and mp3 decoder provided by
gst-fsl-plugin are not accelerated by VPU (VPU is video only).

It does have some hardware improvments, but it's only code optimization
based on ARM instructions.

> The preferred provider for my MACHINE is "linux" as you can see below 
> (I post my MACHINE .conf file FYR)
>
>
> /*====================================================================
> ======
> ========
> #@TYPE: Machine
> #@NAME: i.MX53 Quick Start Board
> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start 
> Board
>
> include conf/machine/include/imx-base.inc include 
> conf/machine/include/tune-cortexa8.inc
>
> SOC_FAMILY = "mx5:mx53"
>
> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>
> UBOOT_MACHINE = "mx53loco_config"
>
> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>                       firmware-imx-ath6k"
>
> MACHINE_FEATURES += " wifi bluetooth"
>
> #
> # Software/packages selection
> #
> PREFERRED_PROVIDER_virtual/kernel = "linux"

If you're using virtual/kernel from meta-fsl-arm, please use:

PREFERRED_PROVIDER_virtual/kernel = "linux-imx"

instead.

If "linux" point to your own kernel, please, make sure you have ported all
IPU related code.


>
> # Extra udev rules
> PREFERRED_VERSION_udev = "164"
> PREFERRED_VERSION_udev-extraconf = "0.0"
> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
>
/*==========================================================================
> ========
>
>
> Including the package gst-fsl-plugins in my .bb file the error of my
> previous email occurs.
> Any suggestion?

I think the kernel does not match. Could you, please, double check?

> Thanks so much
> Simone
>
>
>
>
>
> -----Messaggio originale-----
> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
> Inviato: venerdì 27 settembre 2013 20:04
> A: Simone; meta-freescale@yoctoproject.org
> Cc: 'Paolo Gussago'
> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>
> On 09/27/2013 02:16 PM, Simone wrote:
>> Dear All,
>>
>> i'm trying to include the gstreamer in our image for iMX53, I have
>> included the package gstreamer, by adding it in my .bb file with:
>>
>> IMAGE_INSTALL += "gstreamer \"
>>
>> The problem is that when I try to play an audio file from my qt4
>> application (using Phonon) it give me this error:
>>
>> Warning: You do not seem to have the base GStreamer plugins installed.
>> All audio and video support has been disabled"
>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>
>> So after a search on the web, I tried to add the package
>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>> the log:
>
> gstreamer is THE gstreamer, the complete media framework.
>
> gst-fsl-plugin is the package that provides the VPU accelerated plugins to
> work *with* gstreamer. this package is provided by FSL.
>
> gstreamer should not depend on kernel.
>
> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>
> Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel?
>
> And could you, please, let me know if you only need gstreamer or if you
want
> gst-fsl-plugin also?
>
>
>
>>
>> |
>>
>
/home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
> u.h:884:9:
>> note: declared here
>>
>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>
>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>
>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>
>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>
>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>> not used [-Wunused-but-set-variable]
>>
>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>
>> | make[1]: Leaving directory
>>
>
`/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
> 1-r4.2/imx-lib-11.09.01/ipu'
>>
>> | make: *** [ipu] Error 2
>>
>> | ERROR: oe_runmake failed
>>
>> | ERROR: Function failed: do_compile (see
>>
>
/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
> -r4.2/temp/log.do_compile.2758
>> for further information)
>>
>> ERROR: Task 1138
>>
>
(/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
> 1.bb,
>> do_compile) failed with exit code '1'
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>> debugging!
>>
>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>> be rerun and 1 failed.
>>
>> Waiting for 0 running tasks to finish:
>>
>> Maybe I am missing something?
>>
>> Thanks so much
>>
>> Simone
>>
>>
>>
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>
>


-- 
Daiane




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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-27 19:46       ` Simone
@ 2013-09-30 16:13         ` Daiane Angolini
  2013-10-01 17:16           ` Simone
  0 siblings, 1 reply; 12+ messages in thread
From: Daiane Angolini @ 2013-09-30 16:13 UTC (permalink / raw)
  To: Simone, meta-freescale

On 09/27/2013 04:46 PM, Simone wrote:
> Hello Daiane,
> Ok, even if the mp3 is not VPU accelerated (sorry for my stupid thinking) i
> want to insert in the OS all the multimedia support to be ready in the
> future, if will be necessary for other application.
>
> Now, I have cloned the linux kernel sources and I usually work on my copy of
> it.

ok, which linux kernel source? from git.freescale.com or from kernel.org?


> When I'm ready, I generate a patch (with diff command) and insert it in my
> kernel recipe.

that's ok. I think.

I would create my local git repository and update my kernel recipe only 
to change the tag/commit hash will be downloaded.


>
> Do you know how I can check my base version of the kernel?

What do you mean? Please, let me know from which repository are you 
downloading the source code, and the branch you've cheking out.


> It is possible that my base kernel sources are old, but I don't know how to
> update them..
>
> mmmmm...
>
> I'm not very familiar with yocto...
> Maybe you can help me?

Sure ;)
I only need to understand your enviroment.


> Thanks
> Simone
>

Thanks,

Daiane

>
>
> -----Messaggio originale-----
> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
> Inviato: venerdì 27 settembre 2013 21:29
> A: Simone; meta-freescale@yoctoproject.org
> Cc: 'Paolo Gussago'
> Oggetto: Re: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>
> On 09/27/2013 04:22 PM, Simone wrote:
>> Hello Daiane,
>> thank you for your reply.
>>
>> Yes, I want to use FSL plugins to benefit from the hardware
>> acceleration (even if I have to play only mp3 files).
>
> I'm going to help you to get gst-fsl-plugin installed on your rootfs,
> although, I must say you that the mp3 encoder and mp3 decoder provided by
> gst-fsl-plugin are not accelerated by VPU (VPU is video only).
>
> It does have some hardware improvments, but it's only code optimization
> based on ARM instructions.
>
>> The preferred provider for my MACHINE is "linux" as you can see below
>> (I post my MACHINE .conf file FYR)
>>
>>
>> /*====================================================================
>> ======
>> ========
>> #@TYPE: Machine
>> #@NAME: i.MX53 Quick Start Board
>> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start
>> Board
>>
>> include conf/machine/include/imx-base.inc include
>> conf/machine/include/tune-cortexa8.inc
>>
>> SOC_FAMILY = "mx5:mx53"
>>
>> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>>
>> UBOOT_MACHINE = "mx53loco_config"
>>
>> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>>                        firmware-imx-ath6k"
>>
>> MACHINE_FEATURES += " wifi bluetooth"
>>
>> #
>> # Software/packages selection
>> #
>> PREFERRED_PROVIDER_virtual/kernel = "linux"
>
> If you're using virtual/kernel from meta-fsl-arm, please use:
>
> PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
>
> instead.
>
> If "linux" point to your own kernel, please, make sure you have ported all
> IPU related code.
>
>
>>
>> # Extra udev rules
>> PREFERRED_VERSION_udev = "164"
>> PREFERRED_VERSION_udev-extraconf = "0.0"
>> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
>>
> /*==========================================================================
>> ========
>>
>>
>> Including the package gst-fsl-plugins in my .bb file the error of my
>> previous email occurs.
>> Any suggestion?
>
> I think the kernel does not match. Could you, please, double check?
>
>> Thanks so much
>> Simone
>>
>>
>>
>>
>>
>> -----Messaggio originale-----
>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>> Inviato: venerdì 27 settembre 2013 20:04
>> A: Simone; meta-freescale@yoctoproject.org
>> Cc: 'Paolo Gussago'
>> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>
>> On 09/27/2013 02:16 PM, Simone wrote:
>>> Dear All,
>>>
>>> i'm trying to include the gstreamer in our image for iMX53, I have
>>> included the package gstreamer, by adding it in my .bb file with:
>>>
>>> IMAGE_INSTALL += "gstreamer \"
>>>
>>> The problem is that when I try to play an audio file from my qt4
>>> application (using Phonon) it give me this error:
>>>
>>> Warning: You do not seem to have the base GStreamer plugins installed.
>>> All audio and video support has been disabled"
>>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>>
>>> So after a search on the web, I tried to add the package
>>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>>> the log:
>>
>> gstreamer is THE gstreamer, the complete media framework.
>>
>> gst-fsl-plugin is the package that provides the VPU accelerated plugins to
>> work *with* gstreamer. this package is provided by FSL.
>>
>> gstreamer should not depend on kernel.
>>
>> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>>
>> Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel?
>>
>> And could you, please, let me know if you only need gstreamer or if you
> want
>> gst-fsl-plugin also?
>>
>>
>>
>>>
>>> |
>>>
>>
> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
>> u.h:884:9:
>>> note: declared here
>>>
>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>>
>>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>>
>>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>>
>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>>
>>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>>> not used [-Wunused-but-set-variable]
>>>
>>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>>
>>> | make[1]: Leaving directory
>>>
>>
> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
>> 1-r4.2/imx-lib-11.09.01/ipu'
>>>
>>> | make: *** [ipu] Error 2
>>>
>>> | ERROR: oe_runmake failed
>>>
>>> | ERROR: Function failed: do_compile (see
>>>
>>
> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
>> -r4.2/temp/log.do_compile.2758
>>> for further information)
>>>
>>> ERROR: Task 1138
>>>
>>
> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
>> 1.bb,
>>> do_compile) failed with exit code '1'
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>>> be rerun and 1 failed.
>>>
>>> Waiting for 0 running tasks to finish:
>>>
>>> Maybe I am missing something?
>>>
>>> Thanks so much
>>>
>>> Simone
>>>
>>>
>>>
>>> _______________________________________________
>>> meta-freescale mailing list
>>> meta-freescale@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>
>>
>>
>
>



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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-09-30 16:13         ` Daiane Angolini
@ 2013-10-01 17:16           ` Simone
  2013-10-01 17:23             ` Fabio Estevam
  2013-10-01 18:04             ` Daiane Angolini
  0 siblings, 2 replies; 12+ messages in thread
From: Simone @ 2013-10-01 17:16 UTC (permalink / raw)
  To: 'Daiane Angolini', meta-freescale

Hello Daiane,
sorry for late reply.

Our base kernel is from kernel.org and we apply the 11.05 patches
(downloaded from freescale website, not from git).
Probably this version of FSL patch is too old for gst-fsl-plugin? How I can
check?
I wouldn't change the kernel version now, there is a way to change the
gst-fsl-plugin version, to fit my kernel?

Thank you
Simone


-----Messaggio originale-----
Da: Daiane Angolini [mailto:daiane.angolini@freescale.com] 
Inviato: lunedì 30 settembre 2013 18:13
A: Simone; meta-freescale@yoctoproject.org
Oggetto: Re: R: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS

On 09/27/2013 04:46 PM, Simone wrote:
> Hello Daiane,
> Ok, even if the mp3 is not VPU accelerated (sorry for my stupid 
> thinking) i want to insert in the OS all the multimedia support to be 
> ready in the future, if will be necessary for other application.
>
> Now, I have cloned the linux kernel sources and I usually work on my 
> copy of it.

ok, which linux kernel source? from git.freescale.com or from kernel.org?


> When I'm ready, I generate a patch (with diff command) and insert it 
> in my kernel recipe.

that's ok. I think.

I would create my local git repository and update my kernel recipe only to
change the tag/commit hash will be downloaded.


>
> Do you know how I can check my base version of the kernel?

What do you mean? Please, let me know from which repository are you 
downloading the source code, and the branch you've cheking out.


> It is possible that my base kernel sources are old, but I don't know how
to
> update them..
>
> mmmmm...
>
> I'm not very familiar with yocto...
> Maybe you can help me?

Sure ;)
I only need to understand your enviroment.


> Thanks
> Simone
>

Thanks,

Daiane

>
>
> -----Messaggio originale-----
> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
> Inviato: venerdì 27 settembre 2013 21:29
> A: Simone; meta-freescale@yoctoproject.org
> Cc: 'Paolo Gussago'
> Oggetto: Re: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>
> On 09/27/2013 04:22 PM, Simone wrote:
>> Hello Daiane,
>> thank you for your reply.
>>
>> Yes, I want to use FSL plugins to benefit from the hardware
>> acceleration (even if I have to play only mp3 files).
>
> I'm going to help you to get gst-fsl-plugin installed on your rootfs,
> although, I must say you that the mp3 encoder and mp3 decoder provided by
> gst-fsl-plugin are not accelerated by VPU (VPU is video only).
>
> It does have some hardware improvments, but it's only code optimization
> based on ARM instructions.
>
>> The preferred provider for my MACHINE is "linux" as you can see below
>> (I post my MACHINE .conf file FYR)
>>
>>
>> /*====================================================================
>> ======
>> ========
>> #@TYPE: Machine
>> #@NAME: i.MX53 Quick Start Board
>> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start
>> Board
>>
>> include conf/machine/include/imx-base.inc include
>> conf/machine/include/tune-cortexa8.inc
>>
>> SOC_FAMILY = "mx5:mx53"
>>
>> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>>
>> UBOOT_MACHINE = "mx53loco_config"
>>
>> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>>                        firmware-imx-ath6k"
>>
>> MACHINE_FEATURES += " wifi bluetooth"
>>
>> #
>> # Software/packages selection
>> #
>> PREFERRED_PROVIDER_virtual/kernel = "linux"
>
> If you're using virtual/kernel from meta-fsl-arm, please use:
>
> PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
>
> instead.
>
> If "linux" point to your own kernel, please, make sure you have ported all
> IPU related code.
>
>
>>
>> # Extra udev rules
>> PREFERRED_VERSION_udev = "164"
>> PREFERRED_VERSION_udev-extraconf = "0.0"
>> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
>>
>
/*==========================================================================
>> ========
>>
>>
>> Including the package gst-fsl-plugins in my .bb file the error of my
>> previous email occurs.
>> Any suggestion?
>
> I think the kernel does not match. Could you, please, double check?
>
>> Thanks so much
>> Simone
>>
>>
>>
>>
>>
>> -----Messaggio originale-----
>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>> Inviato: venerdì 27 settembre 2013 20:04
>> A: Simone; meta-freescale@yoctoproject.org
>> Cc: 'Paolo Gussago'
>> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>
>> On 09/27/2013 02:16 PM, Simone wrote:
>>> Dear All,
>>>
>>> i'm trying to include the gstreamer in our image for iMX53, I have
>>> included the package gstreamer, by adding it in my .bb file with:
>>>
>>> IMAGE_INSTALL += "gstreamer \"
>>>
>>> The problem is that when I try to play an audio file from my qt4
>>> application (using Phonon) it give me this error:
>>>
>>> Warning: You do not seem to have the base GStreamer plugins installed.
>>> All audio and video support has been disabled"
>>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>>
>>> So after a search on the web, I tried to add the package
>>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>>> the log:
>>
>> gstreamer is THE gstreamer, the complete media framework.
>>
>> gst-fsl-plugin is the package that provides the VPU accelerated plugins
to
>> work *with* gstreamer. this package is provided by FSL.
>>
>> gstreamer should not depend on kernel.
>>
>> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>>
>> Could you, please, let me know your PREFERRED_PROVIDER for
virtual/kernel?
>>
>> And could you, please, let me know if you only need gstreamer or if you
> want
>> gst-fsl-plugin also?
>>
>>
>>
>>>
>>> |
>>>
>>
>
/home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
>> u.h:884:9:
>>> note: declared here
>>>
>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>>
>>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>>
>>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>>
>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>>
>>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>>> not used [-Wunused-but-set-variable]
>>>
>>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>>
>>> | make[1]: Leaving directory
>>>
>>
>
`/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
>> 1-r4.2/imx-lib-11.09.01/ipu'
>>>
>>> | make: *** [ipu] Error 2
>>>
>>> | ERROR: oe_runmake failed
>>>
>>> | ERROR: Function failed: do_compile (see
>>>
>>
>
/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
>> -r4.2/temp/log.do_compile.2758
>>> for further information)
>>>
>>> ERROR: Task 1138
>>>
>>
>
(/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
>> 1.bb,
>>> do_compile) failed with exit code '1'
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>> debugging!
>>>
>>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>>> be rerun and 1 failed.
>>>
>>> Waiting for 0 running tasks to finish:
>>>
>>> Maybe I am missing something?
>>>
>>> Thanks so much
>>>
>>> Simone
>>>
>>>
>>>
>>> _______________________________________________
>>> meta-freescale mailing list
>>> meta-freescale@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>
>>
>>
>
>




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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-10-01 17:16           ` Simone
@ 2013-10-01 17:23             ` Fabio Estevam
  2013-10-01 20:42               ` Simone
  2013-10-01 18:04             ` Daiane Angolini
  1 sibling, 1 reply; 12+ messages in thread
From: Fabio Estevam @ 2013-10-01 17:23 UTC (permalink / raw)
  To: Simone; +Cc: meta-freescale@yoctoproject.org

Hi Simone,

On Tue, Oct 1, 2013 at 2:16 PM, Simone <cjb.sw.nospam@gmail.com> wrote:
> Hello Daiane,
> sorry for late reply.
>
> Our base kernel is from kernel.org and we apply the 11.05 patches
> (downloaded from freescale website, not from git).
> Probably this version of FSL patch is too old for gst-fsl-plugin? How I can
> check?
> I wouldn't change the kernel version now, there is a way to change the
> gst-fsl-plugin version, to fit my kernel?

Do you need only the audio Gstreamer plugins? If so, you could just
use the standard Gstreamer plugins instead of the gst-fsl package.

The VPU driver for mx6 is not functional in mainline yet, as far as I know.

Regards,

Fabio Estevam


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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-10-01 17:16           ` Simone
  2013-10-01 17:23             ` Fabio Estevam
@ 2013-10-01 18:04             ` Daiane Angolini
  2013-10-01 20:37               ` Simone
  1 sibling, 1 reply; 12+ messages in thread
From: Daiane Angolini @ 2013-10-01 18:04 UTC (permalink / raw)
  To: Simone, meta-freescale

On 10/01/2013 02:16 PM, Simone wrote:
> Hello Daiane,
> sorry for late reply.
>
> Our base kernel is from kernel.org and we apply the 11.05 patches
> (downloaded from freescale website, not from git).
> Probably this version of FSL patch is too old for gst-fsl-plugin? How I can
> check?

So, the base of your kenrel is mainline, but some drivers is from 11.05. 
That's why you're facing the mismatch.


> I wouldn't change the kernel version now, there is a way to change the
> gst-fsl-plugin version, to fit my kernel?

Ofcourse, but I don't hope it's easy task. You can try to resolve one 
build error at a time, and try to change Makefiles and #includes to make 
sure you have what you need inside the package itself.

I don't know if it's easier to change kernel or MM package.

>
> Thank you
> Simone
>
>
> -----Messaggio originale-----
> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
> Inviato: lunedì 30 settembre 2013 18:13
> A: Simone; meta-freescale@yoctoproject.org
> Oggetto: Re: R: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>
> On 09/27/2013 04:46 PM, Simone wrote:
>> Hello Daiane,
>> Ok, even if the mp3 is not VPU accelerated (sorry for my stupid
>> thinking) i want to insert in the OS all the multimedia support to be
>> ready in the future, if will be necessary for other application.
>>
>> Now, I have cloned the linux kernel sources and I usually work on my
>> copy of it.
>
> ok, which linux kernel source? from git.freescale.com or from kernel.org?
>
>
>> When I'm ready, I generate a patch (with diff command) and insert it
>> in my kernel recipe.
>
> that's ok. I think.
>
> I would create my local git repository and update my kernel recipe only to
> change the tag/commit hash will be downloaded.
>
>
>>
>> Do you know how I can check my base version of the kernel?
>
> What do you mean? Please, let me know from which repository are you
> downloading the source code, and the branch you've cheking out.
>
>
>> It is possible that my base kernel sources are old, but I don't know how
> to
>> update them..
>>
>> mmmmm...
>>
>> I'm not very familiar with yocto...
>> Maybe you can help me?
>
> Sure ;)
> I only need to understand your enviroment.
>
>
>> Thanks
>> Simone
>>
>
> Thanks,
>
> Daiane
>
>>
>>
>> -----Messaggio originale-----
>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>> Inviato: venerdì 27 settembre 2013 21:29
>> A: Simone; meta-freescale@yoctoproject.org
>> Cc: 'Paolo Gussago'
>> Oggetto: Re: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>
>> On 09/27/2013 04:22 PM, Simone wrote:
>>> Hello Daiane,
>>> thank you for your reply.
>>>
>>> Yes, I want to use FSL plugins to benefit from the hardware
>>> acceleration (even if I have to play only mp3 files).
>>
>> I'm going to help you to get gst-fsl-plugin installed on your rootfs,
>> although, I must say you that the mp3 encoder and mp3 decoder provided by
>> gst-fsl-plugin are not accelerated by VPU (VPU is video only).
>>
>> It does have some hardware improvments, but it's only code optimization
>> based on ARM instructions.
>>
>>> The preferred provider for my MACHINE is "linux" as you can see below
>>> (I post my MACHINE .conf file FYR)
>>>
>>>
>>> /*====================================================================
>>> ======
>>> ========
>>> #@TYPE: Machine
>>> #@NAME: i.MX53 Quick Start Board
>>> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start
>>> Board
>>>
>>> include conf/machine/include/imx-base.inc include
>>> conf/machine/include/tune-cortexa8.inc
>>>
>>> SOC_FAMILY = "mx5:mx53"
>>>
>>> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>>>
>>> UBOOT_MACHINE = "mx53loco_config"
>>>
>>> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>>>                         firmware-imx-ath6k"
>>>
>>> MACHINE_FEATURES += " wifi bluetooth"
>>>
>>> #
>>> # Software/packages selection
>>> #
>>> PREFERRED_PROVIDER_virtual/kernel = "linux"
>>
>> If you're using virtual/kernel from meta-fsl-arm, please use:
>>
>> PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
>>
>> instead.
>>
>> If "linux" point to your own kernel, please, make sure you have ported all
>> IPU related code.
>>
>>
>>>
>>> # Extra udev rules
>>> PREFERRED_VERSION_udev = "164"
>>> PREFERRED_VERSION_udev-extraconf = "0.0"
>>> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
>>>
>>
> /*==========================================================================
>>> ========
>>>
>>>
>>> Including the package gst-fsl-plugins in my .bb file the error of my
>>> previous email occurs.
>>> Any suggestion?
>>
>> I think the kernel does not match. Could you, please, double check?
>>
>>> Thanks so much
>>> Simone
>>>
>>>
>>>
>>>
>>>
>>> -----Messaggio originale-----
>>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>>> Inviato: venerdì 27 settembre 2013 20:04
>>> A: Simone; meta-freescale@yoctoproject.org
>>> Cc: 'Paolo Gussago'
>>> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>>
>>> On 09/27/2013 02:16 PM, Simone wrote:
>>>> Dear All,
>>>>
>>>> i'm trying to include the gstreamer in our image for iMX53, I have
>>>> included the package gstreamer, by adding it in my .bb file with:
>>>>
>>>> IMAGE_INSTALL += "gstreamer \"
>>>>
>>>> The problem is that when I try to play an audio file from my qt4
>>>> application (using Phonon) it give me this error:
>>>>
>>>> Warning: You do not seem to have the base GStreamer plugins installed.
>>>> All audio and video support has been disabled"
>>>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>>>
>>>> So after a search on the web, I tried to add the package
>>>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>>>> the log:
>>>
>>> gstreamer is THE gstreamer, the complete media framework.
>>>
>>> gst-fsl-plugin is the package that provides the VPU accelerated plugins
> to
>>> work *with* gstreamer. this package is provided by FSL.
>>>
>>> gstreamer should not depend on kernel.
>>>
>>> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>>>
>>> Could you, please, let me know your PREFERRED_PROVIDER for
> virtual/kernel?
>>>
>>> And could you, please, let me know if you only need gstreamer or if you
>> want
>>> gst-fsl-plugin also?
>>>
>>>
>>>
>>>>
>>>> |
>>>>
>>>
>>
> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
>>> u.h:884:9:
>>>> note: declared here
>>>>
>>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>>>
>>>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>>>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>>>
>>>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>>>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>>>
>>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>>>
>>>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>>>> not used [-Wunused-but-set-variable]
>>>>
>>>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>>>
>>>> | make[1]: Leaving directory
>>>>
>>>
>>
> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
>>> 1-r4.2/imx-lib-11.09.01/ipu'
>>>>
>>>> | make: *** [ipu] Error 2
>>>>
>>>> | ERROR: oe_runmake failed
>>>>
>>>> | ERROR: Function failed: do_compile (see
>>>>
>>>
>>
> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
>>> -r4.2/temp/log.do_compile.2758
>>>> for further information)
>>>>
>>>> ERROR: Task 1138
>>>>
>>>
>>
> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
>>> 1.bb,
>>>> do_compile) failed with exit code '1'
>>>>
>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>> debugging!
>>>>
>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>> debugging!
>>>>
>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>> debugging!
>>>>
>>>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>>>> be rerun and 1 failed.
>>>>
>>>> Waiting for 0 running tasks to finish:
>>>>
>>>> Maybe I am missing something?
>>>>
>>>> Thanks so much
>>>>
>>>> Simone
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> meta-freescale mailing list
>>>> meta-freescale@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>>
>>>
>>>
>>
>>
>
>
>


-- 
Daiane



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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-10-01 18:04             ` Daiane Angolini
@ 2013-10-01 20:37               ` Simone
  0 siblings, 0 replies; 12+ messages in thread
From: Simone @ 2013-10-01 20:37 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: <meta-freescale@yoctoproject.org>

Hello Daiane,
Ok, I agree with you.
But now, since we have to do something to fix our problem, I must take a decision about "what way to do".
In your opinion, it is better to restart with the fsl kernel (porting our customizations) or other?
I tried to download the linux-imx 2.6 from git, but after cross compiling i got a zImage file instead of uImage, for a totally different processor.... Of course it doesn't worked..

I'm not sure of what i'm doing...

Thanks
Simone




> Il giorno 01/ott/2013, alle ore 20:04, Daiane Angolini <daiane.angolini@freescale.com> ha scritto:
> 
>> On 10/01/2013 02:16 PM, Simone wrote:
>> Hello Daiane,
>> sorry for late reply.
>> 
>> Our base kernel is from kernel.org and we apply the 11.05 patches
>> (downloaded from freescale website, not from git).
>> Probably this version of FSL patch is too old for gst-fsl-plugin? How I can
>> check?
> 
> So, the base of your kenrel is mainline, but some drivers is from 11.05. That's why you're facing the mismatch.
> 
> 
>> I wouldn't change the kernel version now, there is a way to change the
>> gst-fsl-plugin version, to fit my kernel?
> 
> Ofcourse, but I don't hope it's easy task. You can try to resolve one build error at a time, and try to change Makefiles and #includes to make sure you have what you need inside the package itself.
> 
> I don't know if it's easier to change kernel or MM package.
> 
>> 
>> Thank you
>> Simone
>> 
>> 
>> -----Messaggio originale-----
>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>> Inviato: lunedì 30 settembre 2013 18:13
>> A: Simone; meta-freescale@yoctoproject.org
>> Oggetto: Re: R: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>> 
>>> On 09/27/2013 04:46 PM, Simone wrote:
>>> Hello Daiane,
>>> Ok, even if the mp3 is not VPU accelerated (sorry for my stupid
>>> thinking) i want to insert in the OS all the multimedia support to be
>>> ready in the future, if will be necessary for other application.
>>> 
>>> Now, I have cloned the linux kernel sources and I usually work on my
>>> copy of it.
>> 
>> ok, which linux kernel source? from git.freescale.com or from kernel.org?
>> 
>> 
>>> When I'm ready, I generate a patch (with diff command) and insert it
>>> in my kernel recipe.
>> 
>> that's ok. I think.
>> 
>> I would create my local git repository and update my kernel recipe only to
>> change the tag/commit hash will be downloaded.
>> 
>> 
>>> 
>>> Do you know how I can check my base version of the kernel?
>> 
>> What do you mean? Please, let me know from which repository are you
>> downloading the source code, and the branch you've cheking out.
>> 
>> 
>>> It is possible that my base kernel sources are old, but I don't know how
>> to
>>> update them..
>>> 
>>> mmmmm...
>>> 
>>> I'm not very familiar with yocto...
>>> Maybe you can help me?
>> 
>> Sure ;)
>> I only need to understand your enviroment.
>> 
>> 
>>> Thanks
>>> Simone
>> 
>> Thanks,
>> 
>> Daiane
>> 
>>> 
>>> 
>>> -----Messaggio originale-----
>>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>>> Inviato: venerdì 27 settembre 2013 21:29
>>> A: Simone; meta-freescale@yoctoproject.org
>>> Cc: 'Paolo Gussago'
>>> Oggetto: Re: R: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>> 
>>>> On 09/27/2013 04:22 PM, Simone wrote:
>>>> Hello Daiane,
>>>> thank you for your reply.
>>>> 
>>>> Yes, I want to use FSL plugins to benefit from the hardware
>>>> acceleration (even if I have to play only mp3 files).
>>> 
>>> I'm going to help you to get gst-fsl-plugin installed on your rootfs,
>>> although, I must say you that the mp3 encoder and mp3 decoder provided by
>>> gst-fsl-plugin are not accelerated by VPU (VPU is video only).
>>> 
>>> It does have some hardware improvments, but it's only code optimization
>>> based on ARM instructions.
>>> 
>>>> The preferred provider for my MACHINE is "linux" as you can see below
>>>> (I post my MACHINE .conf file FYR)
>>>> 
>>>> 
>>>> /*====================================================================
>>>> ======
>>>> ========
>>>> #@TYPE: Machine
>>>> #@NAME: i.MX53 Quick Start Board
>>>> #@DESCRIPTION: Machine configuration for Freescale i.MX53 Quick Start
>>>> Board
>>>> 
>>>> include conf/machine/include/imx-base.inc include
>>>> conf/machine/include/tune-cortexa8.inc
>>>> 
>>>> SOC_FAMILY = "mx5:mx53"
>>>> 
>>>> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
>>>> 
>>>> UBOOT_MACHINE = "mx53loco_config"
>>>> 
>>>> MACHINE_FIRMWARE += "firmware-imx-ar3k \
>>>>                        firmware-imx-ath6k"
>>>> 
>>>> MACHINE_FEATURES += " wifi bluetooth"
>>>> 
>>>> #
>>>> # Software/packages selection
>>>> #
>>>> PREFERRED_PROVIDER_virtual/kernel = "linux"
>>> 
>>> If you're using virtual/kernel from meta-fsl-arm, please use:
>>> 
>>> PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
>>> 
>>> instead.
>>> 
>>> If "linux" point to your own kernel, please, make sure you have ported all
>>> IPU related code.
>>> 
>>> 
>>>> 
>>>> # Extra udev rules
>>>> PREFERRED_VERSION_udev = "164"
>>>> PREFERRED_VERSION_udev-extraconf = "0.0"
>>>> MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
>> /*==========================================================================
>>>> ========
>>>> 
>>>> 
>>>> Including the package gst-fsl-plugins in my .bb file the error of my
>>>> previous email occurs.
>>>> Any suggestion?
>>> 
>>> I think the kernel does not match. Could you, please, double check?
>>> 
>>>> Thanks so much
>>>> Simone
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> -----Messaggio originale-----
>>>> Da: Daiane Angolini [mailto:daiane.angolini@freescale.com]
>>>> Inviato: venerdì 27 settembre 2013 20:04
>>>> A: Simone; meta-freescale@yoctoproject.org
>>>> Cc: 'Paolo Gussago'
>>>> Oggetto: Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS
>>>> 
>>>>> On 09/27/2013 02:16 PM, Simone wrote:
>>>>> Dear All,
>>>>> 
>>>>> i'm trying to include the gstreamer in our image for iMX53, I have
>>>>> included the package gstreamer, by adding it in my .bb file with:
>>>>> 
>>>>> IMAGE_INSTALL += "gstreamer \"
>>>>> 
>>>>> The problem is that when I try to play an audio file from my qt4
>>>>> application (using Phonon) it give me this error:
>>>>> 
>>>>> Warning: You do not seem to have the base GStreamer plugins installed.
>>>>> All audio and video support has been disabled"
>>>>> Phonon::GStreamer::Backend: Failed to initialize GStreamer
>>>>> 
>>>>> So after a search on the web, I tried to add the package
>>>>> "gst-fsl-plugin" but bitbake fail to build , here is the last part of
>>>>> the log:
>>>> 
>>>> gstreamer is THE gstreamer, the complete media framework.
>>>> 
>>>> gst-fsl-plugin is the package that provides the VPU accelerated plugins
>> to
>>>> work *with* gstreamer. this package is provided by FSL.
>>>> 
>>>> gstreamer should not depend on kernel.
>>>> 
>>>> gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35)
>>>> 
>>>> Could you, please, let me know your PREFERRED_PROVIDER for
>> virtual/kernel?
>>>> 
>>>> And could you, please, let me know if you only need gstreamer or if you
>>> want
>>>> gst-fsl-plugin also?
>>>> 
>>>> 
>>>> 
>>>>> 
>>>>> |
>> /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip
>>>> u.h:884:9:
>>>>> note: declared here
>>>>> 
>>>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update':
>>>>> 
>>>>> | mxc_ipu_hl_lib.c:3369:39: warning: operation on
>>>>> 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point]
>>>>> 
>>>>> | mxc_ipu_hl_lib.c:3376:34: warning: operation on
>>>>> 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point]
>>>>> 
>>>>> | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control':
>>>>> 
>>>>> | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but
>>>>> not used [-Wunused-but-set-variable]
>>>>> 
>>>>> | make[1]: *** [mxc_ipu_hl_lib.o] Error 1
>>>>> 
>>>>> | make[1]: Leaving directory
>> `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.0
>>>> 1-r4.2/imx-lib-11.09.01/ipu'
>>>>> 
>>>>> | make: *** [ipu] Error 2
>>>>> 
>>>>> | ERROR: oe_runmake failed
>>>>> 
>>>>> | ERROR: Function failed: do_compile (see
>> /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.09.01
>>>> -r4.2/temp/log.do_compile.2758
>>>>> for further information)
>>>>> 
>>>>> ERROR: Task 1138
>> (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.0
>>>> 1.bb,
>>>>> do_compile) failed with exit code '1'
>>>>> 
>>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from
>>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>>> debugging!
>>>>> 
>>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from
>>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>>> debugging!
>>>>> 
>>>>> WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from
>>>>> fsl-mm-mp3enc-codeclib was already stripped, this will prevent future
>>>>> debugging!
>>>>> 
>>>>> NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to
>>>>> be rerun and 1 failed.
>>>>> 
>>>>> Waiting for 0 running tasks to finish:
>>>>> 
>>>>> Maybe I am missing something?
>>>>> 
>>>>> Thanks so much
>>>>> 
>>>>> Simone
>>>>> 
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> meta-freescale mailing list
>>>>> meta-freescale@yoctoproject.org
>>>>> https://lists.yoctoproject.org/listinfo/meta-freescale
> 
> 
> -- 
> Daiane
> 


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

* Re: # IMX53 GSTREAMER PROBLEMS
  2013-10-01 17:23             ` Fabio Estevam
@ 2013-10-01 20:42               ` Simone
  0 siblings, 0 replies; 12+ messages in thread
From: Simone @ 2013-10-01 20:42 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org

Hello Fabio,
It could be a solution, but i want to keep the door opened for the future, in case we will need support for playing video with hw acceleration.

For my reference, what do you mean with "standard gstreamer plugin" ?
What I should include in my .bb file?

Thanks
Simone





> Il giorno 01/ott/2013, alle ore 19:23, Fabio Estevam <festevam@gmail.com> ha scritto:
> 
> Hi Simone,
> 
>> On Tue, Oct 1, 2013 at 2:16 PM, Simone <cjb.sw.nospam@gmail.com> wrote:
>> Hello Daiane,
>> sorry for late reply.
>> 
>> Our base kernel is from kernel.org and we apply the 11.05 patches
>> (downloaded from freescale website, not from git).
>> Probably this version of FSL patch is too old for gst-fsl-plugin? How I can
>> check?
>> I wouldn't change the kernel version now, there is a way to change the
>> gst-fsl-plugin version, to fit my kernel?
> 
> Do you need only the audio Gstreamer plugins? If so, you could just
> use the standard Gstreamer plugins instead of the gst-fsl package.
> 
> The VPU driver for mx6 is not functional in mainline yet, as far as I know.
> 
> Regards,
> 
> Fabio Estevam


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

end of thread, other threads:[~2013-10-01 20:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 17:16 # IMX53 GSTREAMER PROBLEMS Simone
2013-09-27 17:51 ` Jose Mª Ferreiro
2013-09-27 18:04 ` Daiane Angolini
2013-09-27 19:22   ` Simone
2013-09-27 19:28     ` Daiane Angolini
2013-09-27 19:46       ` Simone
2013-09-30 16:13         ` Daiane Angolini
2013-10-01 17:16           ` Simone
2013-10-01 17:23             ` Fabio Estevam
2013-10-01 20:42               ` Simone
2013-10-01 18:04             ` Daiane Angolini
2013-10-01 20:37               ` Simone

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.