From aece318223270fc3275336d250e9f6c86bc7d506 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Mar 2021 14:42:21 -0500 Subject: meta-agl-bsp: update Raspberry Pi weston.ini fragments Remove the unused hdmi-a-1-270-720p.cfg and update the transform in dsi.cfg for weston 9.0 just in case someone needs to use it. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: Id4ada1bbb3c4ff4c9f9f49dad11226f23fbdfe7b --- .../recipes-graphics/wayland/weston-ini-conf/dsi.cfg | 2 +- .../recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg index 72a6d2bf8..ed6a4ed90 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg @@ -2,4 +2,4 @@ # rather than HDMI. [output] name=DSI-1 -transform=270 +transform=rotate-90 diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg deleted file mode 100644 index e1c9db1a8..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# A display is connected to HDMI-A-1 and needs to be rotated 270 degrees -# to have a proper orientation of the homescreen. For example the various sizes -# of the GeChic display or the Dell display. -[output] -name=HDMI-A-1 -transform=270 -mode=1280x720 -- cgit 1.2.3-korg