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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto