summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-10 22:10:17 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-10 22:10:17 +0100
commitb103e030e26b15b94fd3b9b3b2da7309c077ae4a (patch)
tree6d006f4c34f940a4025eabfeea3d75229c2f51dd /templates
parent64ae1f87f3058e365f8076c50912b6f73d8d2067 (diff)
Fix version of mesa in rpi templates
Change-Id: I977a247c07b3520876ef9738a974e74649304516 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi2/50_local.conf.inc4
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc
index 5b75257f0..f601714a6 100644
--- a/templates/machine/raspberrypi2/50_local.conf.inc
+++ b/templates/machine/raspberrypi2/50_local.conf.inc
@@ -15,8 +15,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"
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"