All of lore.kernel.org
 help / color / mirror / Atom feed
* Video encoding on OMAP 4430
@ 2014-09-26  8:35 Manuel Torres
  2014-10-07 21:10 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Manuel Torres @ 2014-09-26  8:35 UTC (permalink / raw)
  To: meta-arago

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

Hello everyone,

I am trying to encode video using the OMAP 4430 video encoding capabilites
with a Gumstix Duovero Zephyr board. I have been told that the
gst-plugins-ducati recipe of the meta-arago-extras layer might work
although it has also been noted that it is intended for OMAP5.

This is as far as I got:

I included the meta-arago-extras layer, ran "bitbake-layers show-recipes"
and got this error:

Parsing recipes..ERROR: ExpansionError during parsing
/home/mtorres/Development/
Gumstix/yocto/poky/meta-arago-extras/meta-arago-extras/recipes-core/meta/
external-arago-toolchain.bb: Failure expanding variable ARG_VER_MAIN[:=],
expression was ${@arg_get_main_version(d)} which triggered exception
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last):
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
line 726, in <module>
    sys.exit(main(sys.argv[1:]) or 0)
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
line 50, in main
    cmds.onecmd(' '.join(args))
  File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
    return func(arg)
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
line 212, in do_show_recipes
    self.init_bbhandler()
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
line 67, in init_bbhandler
    self.bbhandler.prepare(config_only)
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
line 82, in prepare
    self.parseRecipes()
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
line 65, in parseRecipes
    self.cooker.updateCache()
  File
"/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/cooker.py",
line 1309, in updateCache
    raise bb.BBHandledException()
bb.BBHandledException

Any help will be greatly appreciated.

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

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

* Re: Video encoding on OMAP 4430
  2014-09-26  8:35 Video encoding on OMAP 4430 Manuel Torres
@ 2014-10-07 21:10 ` Denys Dmytriyenko
  2014-10-08  8:12   ` Manuel Torres
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-10-07 21:10 UTC (permalink / raw)
  To: Manuel Torres; +Cc: meta-arago

Sorry for the delay.

Hmm, it appears the toolchain configuration from meta-arago-distro is still 
somewhat required to use meta-arago-extras... I need to look into that and fix 
this part, so meta-arago-extras can be used separately.

-- 
Denys


On Fri, Sep 26, 2014 at 10:35:30AM +0200, Manuel Torres wrote:
> Hello everyone,
> 
> I am trying to encode video using the OMAP 4430 video encoding capabilites
> with a Gumstix Duovero Zephyr board. I have been told that the
> gst-plugins-ducati recipe of the meta-arago-extras layer might work
> although it has also been noted that it is intended for OMAP5.
> 
> This is as far as I got:
> 
> I included the meta-arago-extras layer, ran "bitbake-layers show-recipes"
> and got this error:
> 
> Parsing recipes..ERROR: ExpansionError during parsing
> /home/mtorres/Development/
> Gumstix/yocto/poky/meta-arago-extras/meta-arago-extras/recipes-core/meta/
> external-arago-toolchain.bb: Failure expanding variable ARG_VER_MAIN[:=],
> expression was ${@arg_get_main_version(d)} which triggered exception
> TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
> Traceback (most recent call last):
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> line 726, in <module>
>     sys.exit(main(sys.argv[1:]) or 0)
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> line 50, in main
>     cmds.onecmd(' '.join(args))
>   File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
>     return func(arg)
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> line 212, in do_show_recipes
>     self.init_bbhandler()
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> line 67, in init_bbhandler
>     self.bbhandler.prepare(config_only)
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
> line 82, in prepare
>     self.parseRecipes()
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
> line 65, in parseRecipes
>     self.cooker.updateCache()
>   File
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/cooker.py",
> line 1309, in updateCache
>     raise bb.BBHandledException()
> bb.BBHandledException
> 
> Any help will be greatly appreciated.

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: Video encoding on OMAP 4430
  2014-10-07 21:10 ` Denys Dmytriyenko
@ 2014-10-08  8:12   ` Manuel Torres
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Torres @ 2014-10-08  8:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

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

Thank you very much for looking into it.



On Tue, Oct 7, 2014 at 11:10 PM, Denys Dmytriyenko <denis@denix.org> wrote:

> Sorry for the delay.
>
> Hmm, it appears the toolchain configuration from meta-arago-distro is still
> somewhat required to use meta-arago-extras... I need to look into that and
> fix
> this part, so meta-arago-extras can be used separately.
>
> --
> Denys
>
>
> On Fri, Sep 26, 2014 at 10:35:30AM +0200, Manuel Torres wrote:
> > Hello everyone,
> >
> > I am trying to encode video using the OMAP 4430 video encoding
> capabilites
> > with a Gumstix Duovero Zephyr board. I have been told that the
> > gst-plugins-ducati recipe of the meta-arago-extras layer might work
> > although it has also been noted that it is intended for OMAP5.
> >
> > This is as far as I got:
> >
> > I included the meta-arago-extras layer, ran "bitbake-layers show-recipes"
> > and got this error:
> >
> > Parsing recipes..ERROR: ExpansionError during parsing
> > /home/mtorres/Development/
> > Gumstix/yocto/poky/meta-arago-extras/meta-arago-extras/recipes-core/meta/
> > external-arago-toolchain.bb: Failure expanding variable
> ARG_VER_MAIN[:=],
> > expression was ${@arg_get_main_version(d)} which triggered exception
> > TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
> > Traceback (most recent call last):
> >   File
> >
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> > line 726, in <module>
> >     sys.exit(main(sys.argv[1:]) or 0)
> >   File
> >
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> > line 50, in main
> >     cmds.onecmd(' '.join(args))
> >   File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
> >     return func(arg)
> >   File
> >
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> > line 212, in do_show_recipes
> >     self.init_bbhandler()
> >   File
> >
> "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/bin/bitbake-layers",
> > line 67, in init_bbhandler
> >     self.bbhandler.prepare(config_only)
> >   File
> > "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
> > line 82, in prepare
> >     self.parseRecipes()
> >   File
> > "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/tinfoil.py",
> > line 65, in parseRecipes
> >     self.cooker.updateCache()
> >   File
> > "/home/mtorres/Development/Gumstix/yocto/poky/bitbake/lib/bb/cooker.py",
> > line 1309, in updateCache
> >     raise bb.BBHandledException()
> > bb.BBHandledException
> >
> > Any help will be greatly appreciated.
>
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
>

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

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

end of thread, other threads:[~2014-10-08  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26  8:35 Video encoding on OMAP 4430 Manuel Torres
2014-10-07 21:10 ` Denys Dmytriyenko
2014-10-08  8:12   ` Manuel Torres

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.