All of lore.kernel.org
 help / color / mirror / Atom feed
* omxplayer building for Rpi
@ 2013-08-20 11:38 Belisko Marek
  2013-08-22 12:44 ` Paul Eggleton
  2013-08-28 23:50 ` Andrei Gherzan
  0 siblings, 2 replies; 3+ messages in thread
From: Belisko Marek @ 2013-08-20 11:38 UTC (permalink / raw)
  To: yocto

Hello,

I'm trying to build omxplayer for Rpi board but seems libav and other
dependencies was removed (replaced by meta-oe). But libav was also
removed from meta-oe [1]. I was trying to use patches [2] but it
produce errors:
ERROR: Multiple .bb files are due to be built which each provide
virtual/libgles2
(/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/userland/userland_git.bb
/home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/mesa_9.0.2.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
virtual/egl (/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/userland/userland_git.bb
/home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/mesa_9.0.2.bb).
 This usually means one provides something the other doesn't and should.

Is my procedure correct?
Despite of fact there are error compilation continues.

Thanks,

marek

[1] - https://github.com/openembedded/meta-oe/commit/30ba23377ec568a58c43e466582506980b67baad

[2] - http://patches.openembedded.org/patch/55397/

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


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

* Re: omxplayer building for Rpi
  2013-08-20 11:38 omxplayer building for Rpi Belisko Marek
@ 2013-08-22 12:44 ` Paul Eggleton
  2013-08-28 23:50 ` Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-08-22 12:44 UTC (permalink / raw)
  To: Belisko Marek; +Cc: yocto

Hi Marek,

On Tuesday 20 August 2013 13:38:58 Belisko Marek wrote:
> I'm trying to build omxplayer for Rpi board but seems libav and other
> dependencies was removed (replaced by meta-oe). But libav was also
> removed from meta-oe [1]. 

These were moved to OE-Core in master. It looks like you're trying to use Poky 
1.4 (dylan) with master of meta-oe - you shouldn't mix versions like that; 
either switch to the dylan branch of meta-oe with your current setup, or use 
poky master and meta-oe master together.

> I was trying to use patches [2] but it
> produce errors:
> ERROR: Multiple .bb files are due to be built which each provide
> virtual/libgles2
> (/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/use
> rland/userland_git.bb
> /home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/mesa_9.0.2
> .bb). This usually means one provides something the other doesn't and
> should. ERROR: Multiple .bb files are due to be built which each provide
> virtual/egl
> (/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/us
> erland/userland_git.bb
> /home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/mesa_9.0.2
> .bb). This usually means one provides something the other doesn't and
> should.

This is unrelated as far as I can tell although it may be related to your 
mixing of versions as above.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: omxplayer building for Rpi
  2013-08-20 11:38 omxplayer building for Rpi Belisko Marek
  2013-08-22 12:44 ` Paul Eggleton
@ 2013-08-28 23:50 ` Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2013-08-28 23:50 UTC (permalink / raw)
  To: Belisko Marek; +Cc: Yocto Project

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

On Tue, Aug 20, 2013 at 2:38 PM, Belisko Marek <marek.belisko@gmail.com>wrote:

> Hello,
>
> I'm trying to build omxplayer for Rpi board but seems libav and other
> dependencies was removed (replaced by meta-oe). But libav was also
> removed from meta-oe [1]. I was trying to use patches [2] but it
> produce errors:
> ERROR: Multiple .bb files are due to be built which each provide
> virtual/libgles2
>
> (/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/userland/
> userland_git.bb
> /home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/
> mesa_9.0.2.bb).
>  This usually means one provides something the other doesn't and should.
> ERROR: Multiple .bb files are due to be built which each provide
> virtual/egl
> (/home/marek/projects/yocto/1.4.1/poky/meta-raspberrypi/recipes-graphics/userland/
> userland_git.bb
> /home/marek/projects/yocto/1.4.1/poky/meta/recipes-graphics/mesa/
> mesa_9.0.2.bb).
>  This usually means one provides something the other doesn't and should.
>
> Is my procedure correct?
> Despite of fact there are error compilation continues.
>
>
I believe this was fixed now. Can you check again? BTW You shouldn't need
meta-oe anymore.

-- 
*Andrei Gherzan*
m: +40.744.478.414 |  f: +40.31.816.28.12

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

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

end of thread, other threads:[~2013-08-28 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-20 11:38 omxplayer building for Rpi Belisko Marek
2013-08-22 12:44 ` Paul Eggleton
2013-08-28 23:50 ` Andrei Gherzan

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.