From acbae7dc3d56800e68700b8f14515db6c34d337f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 5 Jun 2023 13:56:35 +0200 Subject: Use new weston-ini-conf scheme and remove old per-machine files The previous commit used an old file. Use the new generated version. Bug-AGL: SPEC-4822 Change-Id: Ic1b7018ce2840332c0e051101ce854b90f96ecae Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28985 Tested-by: Jenkins Job builder account --- .../recipes-graphics/wayland/weston-ini-conf/dsi.cfg | 5 ----- .../recipes-graphics/wayland/weston-ini-conf/hdmi-dual.cfg | 9 --------- 2 files changed, 14 deletions(-) delete mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg delete mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-dual.cfg (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf') 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 deleted file mode 100644 index ed6a4ed90..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg +++ /dev/null @@ -1,5 +0,0 @@ -# Support the Raspberry Pi Foundation 7" tablet which uses the DSI connector -# rather than HDMI. -[output] -name=DSI-1 -transform=rotate-90 diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-dual.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-dual.cfg deleted file mode 100644 index 61d1362bb..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-dual.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# Support the Raspberry Pi Foundation 7" tablet which uses the DSI connector -# rather than HDMI. -[output] -name=HDMI-A-1 -transform=rotate-90 - -[output] -name=HDMI-A-2 -transform=rotate-90 -- cgit 1.2.3-korg