On Thu, Sep 26, 2013 at 1:43 PM, Ross Burton <[email protected]> wrote:
> 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 <[email protected]>
...
> +# BSP layers should add .bbappend files for the -x11 and -fb .bb recipes, 
> which
> +# append the respective EGL/OpenGLES/OpenVG libraries to DEPENDS and set
> +# EGL_DEVICE as appropriate.
>  EGLINFO_DEVICE ?= "generic"
> -EGLINFO_DEVICE_raspberrypi ?= "raspberrypi"
> -EGLINFO_DEVICE_beagleboard ?= "beagleboard"
> -EGLINFO_DEVICE_mx6 ?= "imx6"

Are you going to send the bbappend files for the respective layers?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to