diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-30 15:19:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 12:18:01 +0100 |
commit | c2cc797832e6ad6de234dea8456636c76f78ee33 (patch) | |
tree | 5ee7d727724f5096a5d1f00dd747e472c5e2adce /meta-cedartrail/recipes-mediasamples/video-samples | |
parent | eaf696e19ed97745a879e42fffb94423aabe27e4 (diff) | |
download | meta-intel-c2cc797832e6ad6de234dea8456636c76f78ee33.tar.gz |
meta-emenlow: unset preferred providers for virtual/libgles[12]1.3_beta
The recent changes to enable GLES/EGL in mesa-dri have caused emenlow to fail:
ERROR: Trying to resolve runtime dependency libglu resulted in conflicting PREFERRED_PROVIDER entries being found.
The providers found were: ['/srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/yocto/meta-intel/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb', '/srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb']
The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_mesa-dri = xpsb-glx', 'PREFERRED_PROVIDER_virtual/libgles1 = mesa-dri']
Because emenlow's xpsb-glx contains mesa, it needs to entirely replace
mesa-dri. We'd normally set virtual/libgles1 and virtual/libgles2 to xpsb-glx
but these drivers don't build the GLES libraries so that would be a lie.
So, unset the preferred provider entries so that bitbake doesn't look at
mesa-dri at all.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-cedartrail/recipes-mediasamples/video-samples')
0 files changed, 0 insertions, 0 deletions