diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 4 | ||||
-rw-r--r-- | templates/machine/raspberrypi4/50_local.conf.inc | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index dcaf5e9d4..e47637178 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -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%" 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%" |