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/h3ulcb.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/h3ulcb.conf')
-rw-r--r-- | meta-rcar-gen3/conf/machine/h3ulcb.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-rcar-gen3/conf/machine/h3ulcb.conf b/meta-rcar-gen3/conf/machine/h3ulcb.conf index a24c221..fdfb280 100644 --- a/meta-rcar-gen3/conf/machine/h3ulcb.conf +++ b/meta-rcar-gen3/conf/machine/h3ulcb.conf @@ -36,8 +36,9 @@ PREFERRED_VERSION_u-boot = "v2015.04%" EXTRA_IMAGEDEPENDS += " u-boot" UBOOT_MACHINE = "h3ulcb_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" |