All of lore.kernel.org
 help / color / mirror / Atom feed
* mfw_ipu_csc for imx53
@ 2013-11-06 15:10 Janis Coders
  2013-11-06 15:28 ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Janis Coders @ 2013-11-06 15:10 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hi, recently building rootfs for imx53 I have noticed that 
libmfw_gst_ipu_csc.so has disappeared from gst-fsl-plugin_3.0.9.bb 
compiled libraries. Should it be that way or something has changed in 
configuration?
I am using custom layer, but with no gst-fsl-plugin overrides.

In the log file (do_configure) I see that:

......
checking for GST_BASE... yes
checking for GST_PLUGINS_BASE... yes
checking vpu_lib.h usability... yes
checking vpu_lib.h presence... yes
checking for vpu_lib.h... yes
checking linux/ipu.h usability... no
checking linux/ipu.h presence... no
checking for linux/ipu.h... no
checking ipu.h usability... yes
checking ipu.h presence... yes
checking for ipu.h... yes
checking for mxc_ipu_lib_task_init in -lipu... yes
.................
to the PKG_CONFIG_PATH environment variable
No package 'libfslvpuwrap' found
checking mxc_ipu_hl_lib.h usability... no
checking mxc_ipu_hl_lib.h presence... no
checking for mxc_ipu_hl_lib.h... no
Package libfslvpuwrap was not found in the pkg-config search path.
....................
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-valgrind, --disable-examples, --disable-debug
Configure result:
     Enabled features:
         plugin: aac_dec
         plugin: mp3_dec
         plugin: vorbis_dec
         plugin: amr_dec
         plugin: mp3_enc
         plugin: h264_dec
         plugin: mpeg4_dec
         plugin: mpeg2_dec
         plugin: aiur
         plugin: beep
         plugin: v4lsink
         library: libX11
     Disabled features:
         plugin: aacp_dec
         plugin: wma10_dec
         plugin: ac3_dec
         plugin: wma8_enc
         plugin: downmix
         plugin: wmv9mp_dec
         plugin: wmv78_dec
         plugin: vpu_wrap
         plugin: isink
         plugin: isink
         plugin: ipucsc
         plugin: ipucsc
         library: libipu
DEBUG: Shell function do_configure finished



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

* Re: mfw_ipu_csc for imx53
  2013-11-06 15:10 mfw_ipu_csc for imx53 Janis Coders
@ 2013-11-06 15:28 ` Otavio Salvador
  2013-11-06 18:30   ` Jānis Čoders
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-11-06 15:28 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale@yoctoproject.org

On Wed, Nov 6, 2013 at 1:10 PM, Janis Coders <janis.coders@gmail.com> wrote:
> Hi, recently building rootfs for imx53 I have noticed that
> libmfw_gst_ipu_csc.so has disappeared from gst-fsl-plugin_3.0.9.bb compiled
> libraries. Should it be that way or something has changed in configuration?
> I am using custom layer, but with no gst-fsl-plugin overrides.

Which branch are you using?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: mfw_ipu_csc for imx53
  2013-11-06 15:28 ` Otavio Salvador
@ 2013-11-06 18:30   ` Jānis Čoders
  2013-11-07  9:07     ` Janis Coders
  0 siblings, 1 reply; 7+ messages in thread
From: Jānis Čoders @ 2013-11-06 18:30 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

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

I am using dora branch (synced today).


2013/11/6 Otavio Salvador <otavio@ossystems.com.br>

> On Wed, Nov 6, 2013 at 1:10 PM, Janis Coders <janis.coders@gmail.com>
> wrote:
> > Hi, recently building rootfs for imx53 I have noticed that
> > libmfw_gst_ipu_csc.so has disappeared from gst-fsl-plugin_3.0.9.bbcompiled
> > libraries. Should it be that way or something has changed in
> configuration?
> > I am using custom layer, but with no gst-fsl-plugin overrides.
>
> Which branch are you using?
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
>



-- 
Ar cieņu,
Jānis Čoders

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

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

* Re: mfw_ipu_csc for imx53
  2013-11-06 18:30   ` Jānis Čoders
@ 2013-11-07  9:07     ` Janis Coders
  2013-11-07 13:04       ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Janis Coders @ 2013-11-07  9:07 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

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

Tested again with clean dora branch downloaded today and no 
libmfw_gst_ipu_csc.so is generated in
.../freescaleroot/build/tmp/work/imx53qsb-poky-linux-gnueabi/gst-fsl-plugin/3.0.9-r0 
!

If I revert the last commit 
https://github.com/Freescale/meta-fsl-arm/commit/20166bedb3dfd2249f35087b5fd89b52876c3018
then the ipu_csc library is generated.
Could this be related to recipe or more looks like libraries problem 
itself (3.0.8 -> 3.0.9)?

On 11/06/2013 08:30 PM, Jānis Čoders wrote:
> I am using dora branch (synced today).
>
>
> 2013/11/6 Otavio Salvador <otavio@ossystems.com.br 
> <mailto:otavio@ossystems.com.br>>
>
>     On Wed, Nov 6, 2013 at 1:10 PM, Janis Coders
>     <janis.coders@gmail.com <mailto:janis.coders@gmail.com>> wrote:
>     > Hi, recently building rootfs for imx53 I have noticed that
>     > libmfw_gst_ipu_csc.so has disappeared from
>     gst-fsl-plugin_3.0.9.bb <http://gst-fsl-plugin_3.0.9.bb> compiled
>     > libraries. Should it be that way or something has changed in
>     configuration?
>     > I am using custom layer, but with no gst-fsl-plugin overrides.
>
>     Which branch are you using?
>
>     --
>     Otavio Salvador                             O.S. Systems
>     http://www.ossystems.com.br http://code.ossystems.com.br
>     Mobile: +55 (53) 9981-7854 <tel:%2B55%20%2853%29%209981-7854>
>      Mobile: +1 (347) 903-9750 <tel:%2B1%20%28347%29%20903-9750>
>
>
>
>
> -- 
> Ar cieņu,
> Jānis Čoders


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

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

* Re: mfw_ipu_csc for imx53
  2013-11-07  9:07     ` Janis Coders
@ 2013-11-07 13:04       ` Otavio Salvador
  2013-11-07 16:06         ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-11-07 13:04 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale@yoctoproject.org

On Thu, Nov 7, 2013 at 7:07 AM, Janis Coders <janis.coders@gmail.com> wrote:
> Tested again with clean dora branch downloaded today and no
> libmfw_gst_ipu_csc.so is generated in
> .../freescaleroot/build/tmp/work/imx53qsb-poky-linux-gnueabi/gst-fsl-plugin/3.0.9-r0
> !
>
> If I revert the last commit
> https://github.com/Freescale/meta-fsl-arm/commit/20166bedb3dfd2249f35087b5fd89b52876c3018
> then the ipu_csc library is generated.
> Could this be related to recipe or more looks like libraries problem itself
> (3.0.8 -> 3.0.9)?

It might be both things. I compared the source code and it has include
some new checks for the headers and the code had a bug in the
configure script. I prepared a patch and will send it to mailing list.

I am running it in our autobuilder before sending it.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: mfw_ipu_csc for imx53
  2013-11-07 13:04       ` Otavio Salvador
@ 2013-11-07 16:06         ` Otavio Salvador
  2013-11-07 19:25           ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-11-07 16:06 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale@yoctoproject.org

On Thu, Nov 7, 2013 at 11:04 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Thu, Nov 7, 2013 at 7:07 AM, Janis Coders <janis.coders@gmail.com> wrote:
>> Tested again with clean dora branch downloaded today and no
>> libmfw_gst_ipu_csc.so is generated in
>> .../freescaleroot/build/tmp/work/imx53qsb-poky-linux-gnueabi/gst-fsl-plugin/3.0.9-r0
>> !
>>
>> If I revert the last commit
>> https://github.com/Freescale/meta-fsl-arm/commit/20166bedb3dfd2249f35087b5fd89b52876c3018
>> then the ipu_csc library is generated.
>> Could this be related to recipe or more looks like libraries problem itself
>> (3.0.8 -> 3.0.9)?
>
> It might be both things. I compared the source code and it has include
> some new checks for the headers and the code had a bug in the
> configure script. I prepared a patch and will send it to mailing list.
>
> I am running it in our autobuilder before sending it.

I fixed one bug and found another; I am preparing a patchset and testing it.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: mfw_ipu_csc for imx53
  2013-11-07 16:06         ` Otavio Salvador
@ 2013-11-07 19:25           ` Otavio Salvador
  0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-11-07 19:25 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale@yoctoproject.org

Hello Janis,

On Thu, Nov 7, 2013 at 2:06 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Thu, Nov 7, 2013 at 11:04 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> On Thu, Nov 7, 2013 at 7:07 AM, Janis Coders <janis.coders@gmail.com> wrote:
>>> Tested again with clean dora branch downloaded today and no
>>> libmfw_gst_ipu_csc.so is generated in
>>> .../freescaleroot/build/tmp/work/imx53qsb-poky-linux-gnueabi/gst-fsl-plugin/3.0.9-r0
>>> !
>>>
>>> If I revert the last commit
>>> https://github.com/Freescale/meta-fsl-arm/commit/20166bedb3dfd2249f35087b5fd89b52876c3018
>>> then the ipu_csc library is generated.
>>> Could this be related to recipe or more looks like libraries problem itself
>>> (3.0.8 -> 3.0.9)?
>>
>> It might be both things. I compared the source code and it has include
>> some new checks for the headers and the code had a bug in the
>> configure script. I prepared a patch and will send it to mailing list.
>>
>> I am running it in our autobuilder before sending it.
>
> I fixed one bug and found another; I am preparing a patchset and testing it.

Ok; I managed to come up with a small patch which fixes the issue.

I built it on MX53 and MX6Q and checked the enabled plugins and it
makes sense now.

I have put all this information and the configure output in the patch.
Please take a look.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2013-11-07 19:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 15:10 mfw_ipu_csc for imx53 Janis Coders
2013-11-06 15:28 ` Otavio Salvador
2013-11-06 18:30   ` Jānis Čoders
2013-11-07  9:07     ` Janis Coders
2013-11-07 13:04       ` Otavio Salvador
2013-11-07 16:06         ` Otavio Salvador
2013-11-07 19:25           ` Otavio Salvador

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.