[yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

Philipp Wagner lists at philipp-wagner.com
Wed Jan 30 13:51:36 PST 2013


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



More information about the yocto mailing list