From b103e030e26b15b94fd3b9b3b2da7309c077ae4a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 10 Jan 2017 22:10:17 +0100 Subject: Fix version of mesa in rpi templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I977a247c07b3520876ef9738a974e74649304516 Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi3/50_local.conf.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/machine/raspberrypi3') diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 8a0a34376..c1ec9c566 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -21,8 +21,8 @@ IMAGE_FSTYPES_remove_sota = "rpi-sdimg" KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb" KERNEL_IMAGETYPE_sota = "uImage" -PREFERRED_VERSION_linux-raspberrypi = "4.4.%" -PREFERRED_VERSION_mesa = "11.%" +PREFERRED_VERSION_linux-raspberrypi = "4.8.%" +PREFERRED_VERSION_mesa = "12.%" PREFERRED_PROVIDER_virtual/egl = "mesa" PREFERRED_PROVIDER_virtual/libgles2 = "mesa" -- cgit 1.2.3-korg