diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2016-10-14 14:33:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-11 19:23:17 +0000 |
commit | 8252ddd2044d18d2a83488d4bd5c5d12dcc622e9 (patch) | |
tree | cea89b84076ff644237c19f9dd224b34bb41b895 | |
parent | 463de367193881921206cecf529b4b07882c8f90 (diff) |
force mesa version
* prevent mesa-gl build
Change-Id: I9e4f45bca3a5c6865296e253ff6212bb540c9290
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 74855b0..6e16b20 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "renesas" BBFILE_PATTERN_renesas := "^${LAYERDIR}/" BBFILE_PRIORITY_renesas = "5" - +PREFERRED_PROVIDER_virtual/mesa = "mesa" PREFERRED_VERSION_libnl = "3.2.25" |