[yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

Burton, Ross ross.burton at intel.com
Tue Feb 25 04:00:15 PST 2014


On 25 February 2014 11:52, Andrei Gherzan <andrei at gherzan.ro> wrote:
> +# EGL and GLES are provided by userland package
> +PACKAGECONFIG_remove_raspberrypi = "egl gles"
> +PROVIDES_remove_raspberrypi = "\
> +    virtual/libgles1 \
> +    virtual/libgles2 \
> +    virtual/egl"

Are you aware of mesa-gl?  This recipe builds a GL-only Mesa (no gles
or egl), and is designed to sit alongside binary drivers that provide
EGL and GLES to avoid exactly this sort of hackery to Mesa.

Ross



More information about the yocto mailing list