All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes
@ 2013-01-30 21:51 Philipp Wagner
  2013-01-30 21:51 ` [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries Philipp Wagner
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Philipp Wagner @ 2013-01-30 21:51 UTC (permalink / raw)
  To: yocto

Hi,

I'm working on an application that needs the graphics libraries. Right now
I'm still using the binary libraries (which are still default in 
meta-raspberrypi). Unfortunately, the current default configuration has
two problems:
a) It chooses the wrong ABI version (hardfp instead of softfp). To reduce
   the possibility for error here I changed the recipe to automatically
   select the right version.
b) Many applications dlopen the OpenGL libraries. For that to work, they
   need to be listed in the RPROVIDES list. The second patch does that.

I'm aware of the fact that those binary graphics libraries will be 
replaced with the new "userland" libraries, but until this is all ready
I'd be grat if those patches could be accepted to have a working-by-default
configuration in the meta-raspberrypi tree.

Philipp

Philipp Wagner (2):
  Choose correct ABI version of graphics binaries
  Add RPROVIDES for OpenGL libraries

 conf/machine/include/rpi-default-providers.inc |   10 +++++++---
 recipes-bcm/vc-graphics/vc-graphics.inc        |    1 +
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-03-13 17:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-30 21:51 [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes Philipp Wagner
2013-01-30 21:51 ` [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries Philipp Wagner
2013-02-09 22:59   ` Andrei Gherzan
2013-02-12 17:36     ` Philipp Wagner
2013-03-13 17:50       ` Andrei Gherzan
2013-01-30 21:51 ` [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries Philipp Wagner
2013-02-05 18:50   ` Tomas Frydrych
2013-02-05 18:54     ` Philipp Wagner
2013-02-09 22:58       ` Andrei Gherzan
2013-02-07 14:26 ` [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes Andrei Gherzan
2013-02-08 10:17   ` Tomas Frydrych
2013-02-08 13:03     ` Andrei Gherzan
2013-02-08 14:18       ` Tomas Frydrych
2013-02-08 14:53         ` 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.