diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-11-04 23:24:44 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2019-11-06 13:45:30 +0200 |
commit | d2ef2760ea6a2c7b6582d612517ac2b5f16d6a8f (patch) | |
tree | ab271c34a089f7fbd69afe620fec20ab30ce4d37 /templates/machine/raspberrypi4 | |
parent | a8f981492da9ee72e8ac53551790da411543d04f (diff) |
raspberrypi*/50_local.conf.inc: Update rpi 3/4
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>
Diffstat (limited to 'templates/machine/raspberrypi4')
-rw-r--r-- | templates/machine/raspberrypi4/50_local.conf.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/50_local.conf.inc index 27a8bf2af..cff2f1878 100644 --- a/templates/machine/raspberrypi4/50_local.conf.inc +++ b/templates/machine/raspberrypi4/50_local.conf.inc @@ -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%" |