From 049ad606401507a23d047d01d24d8b459f4b1753 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Jul 2020 22:27:35 -0400 Subject: meta-agl-bsp: Remove Raspberry Pi 720p over-ride 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 Change-Id: Ib7cac877491cfe492fbc9a4ed49c4ff98f080667 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25038 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../recipes-graphics/wayland/weston-ini-conf.bbappend | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend index dd01c4e5d..33dfd6a23 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -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" -- cgit 1.2.3-korg