diff options
Diffstat (limited to 'templates/machine/raspberrypi2')
-rw-r--r-- | templates/machine/raspberrypi2/50_local.conf.inc | 4 |
1 files changed, 2 insertions, 2 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" |