diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-23 07:57:41 +0000 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:15 +0200 |
commit | cd6e2a9f8195922498e82b77cd194399bb251994 (patch) | |
tree | be8912260e0917f49d847003f55f525096c9dd75 /meta-rcar-gen3/conf/machine/salvator-x.conf | |
parent | dee273d75d7047abc86d34227b236da6e667db9d (diff) |
[COMMUNITY] use mesa preferred version 17.%
This avoids a conflict between the two following options:
* poky/meta/recipes-graphics/mesa/mesa_17.0.2.bb
* poky/meta/recipes-graphics/mesa/mesa_git.bb
Change-Id: I566ba2f5c3152efe08e9e3e883c79439813ef7ea
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/conf/machine/salvator-x.conf')
-rw-r--r-- | meta-rcar-gen3/conf/machine/salvator-x.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-rcar-gen3/conf/machine/salvator-x.conf b/meta-rcar-gen3/conf/machine/salvator-x.conf index 57ffc9c..0b80642 100644 --- a/meta-rcar-gen3/conf/machine/salvator-x.conf +++ b/meta-rcar-gen3/conf/machine/salvator-x.conf @@ -44,8 +44,9 @@ UBOOT_MACHINE_r8a7795 = "r8a7795_salvator-x_defconfig" # M3 u-boot configure UBOOT_MACHINE_r8a7796 = "r8a7796_salvator-x_defconfig" -# libdrm +# libdrm + mesa PREFERRED_VERSION_libdrm = "2.4.68" +PREFERRED_VERSION_mesa = "17.%" # Add variable to Build Configuration in build log BUILDCFG_VARS_append = " SOC_FAMILY" |