summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2017-01-13 10:23:21 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-13 17:09:27 +0000
commit30ed2cf421f8e817e3c93fc095b5fbd34deff2ad (patch)
tree041aae425e49bce133467aa25ade769ebd1b0d2f /conf
parent113e0174e378a0ece420dc2909e7613f4baaf87e (diff)
fix documentation about mesa build
* use PREFERRED_RPROVIDER_libgbm-dev = "libgbm to prevent used of mesa * use PREFERRED_PROVIDER_virtual/mesa = "mesa" to prevent used of mesa-gl * https://patchwork.openembedded.org/patch/120281/ Change-Id: Ie8c4af39d1dda8842c9e424f13bf06a59e6d955e Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 6e16b20..429a56b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,5 +9,4 @@ BBFILE_COLLECTIONS += "renesas"
BBFILE_PATTERN_renesas := "^${LAYERDIR}/"
BBFILE_PRIORITY_renesas = "5"
-PREFERRED_PROVIDER_virtual/mesa = "mesa"
PREFERRED_VERSION_libnl = "3.2.25"