]> code.ossystems Code Review - openembedded-core.git/commit
eglinfo: drop machine-specific configuration from oe-core
authorRoss Burton <ross.burton@intel.com>
Thu, 26 Sep 2013 16:43:05 +0000 (17:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2013 16:48:41 +0000 (17:48 +0100)
commit2c1e147e61875054039ff08c36657c68c73037ee
treee4e273c1663a2d28339540d1ba9f0b32a2ee81e7
parent4e2b86787ed7a44ad88aa1431207d049c2cb444a
eglinfo: drop machine-specific configuration from oe-core

eglinfo.inc has some board-specific EGLINFO_DEVICE settings but is missing the
dependencies.  Maintaining them for all supported devices in oe-core isn't
scalable and this is trivially supported though a bbappend in each BSP layer.

This was also causing problems compiling eglinfo on meta-yocto-bsp's beagleboard
machine as the EGLINFO_DEVICE setting for beagleboard was telling it to use the
closed GPU drivers, which are not supported in meta-yocto-bsp.

[ YOCTO #5224 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb
meta/recipes-graphics/eglinfo/eglinfo.inc