meta-agl-bsp: Remove Raspberry Pi 720p over-ride 38/25038/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 21 Jul 2020 02:27:35 +0000 (22:27 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 21 Jul 2020 15:09:51 +0000 (15:09 +0000)
Remove weston.ini config fragment over-ride to force 720p that has
been done for Raspberry Pi since scaling to screen size has been
dropped with the switch to the new compositor.  Raspberry Pi 4 is
capable of running at 1080p without the memory issues of the Pi 3,
so the scaling is not necessary for it, anyways.

Bug-AGL: SPEC-3455

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib7cac877491cfe492fbc9a4ed49c4ff98f080667
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25038
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend

index dd01c4e..33dfd6a 100644 (file)
@@ -1,7 +1,3 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI += "file://dsi.cfg"
-
-# Reduce the screen resolution to HD Ready (720p)
-SRC_URI_remove = "file://hdmi-a-1-270.cfg"
-SRC_URI_append = " file://hdmi-a-1-270-720p.cfg"