raspberrypi*/50_local.conf.inc: Update rpi 3/4 73/22873/1
authorLeon Anavi <leon.anavi@konsulko.com>
Mon, 4 Nov 2019 21:24:44 +0000 (23:24 +0200)
committerLeon Anavi <leon.anavi@konsulko.com>
Wed, 6 Nov 2019 11:45:30 +0000 (13:45 +0200)
Use the same versions for Linux kernel and Mesa on both Raspberry
Pi 3B/B+ and 4. This allows to run firmware KMS that supports
HDMI and the official 7" Raspberry Pi touch screen DSI display.

Bug-AGL: SPEC-2465

Change-Id: I7ae5739bbb6b8d2efd3264d3d1eab9c28e6f2559
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
templates/machine/raspberrypi3/50_local.conf.inc
templates/machine/raspberrypi4/50_local.conf.inc

index dcaf5e9..e476371 100644 (file)
@@ -1,7 +1,3 @@
 MACHINE = "raspberrypi3"
 #see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
 require conf/include/agl_raspberrypi3.inc
-
-# Set appropriate version of Mesa for Raspberry Pi 3 and
-# ignore the newer version with has been added for Raspberry Pi 4
-PREFERRED_VERSION_mesa_raspberrypi3 = "18.1%"
index 27a8bf2..cff2f18 100644 (file)
@@ -1,8 +1,3 @@
 MACHINE = "raspberrypi4"
 #see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
 require conf/include/agl_raspberrypi3.inc
-
-PREFERRED_VERSION_linux-raspberrypi_raspberrypi4 = "4.19%"
-
-# Set appropriate version of Mesa for Raspberry Pi 4
-PREFERRED_VERSION_mesa_raspberrypi4 = "19.1%"