From 09ad500c71a9bbd003c21654bf8fc535d65117a6 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 23 Feb 2021 16:28:01 -0500 Subject: meta-agl-core: update weston-ini-conf Update weston-ini-conf recipe to handle weston 9.0 in poky master. The changes are to handle the flip of the meaning of 90 and 270 degree rotations in the transform option in weston.ini, and the rename of its values to "rotate-X" instead of just the number of degrees. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I2bb316a195f7eb3733ff757a565535317db1da08 --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb') diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb index c635d7b2f..c04ff6568 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb @@ -12,6 +12,7 @@ SRC_URI = " \ file://remote-output.cfg \ file://transmitter-output.cfg.in \ file://virtual-0.cfg \ + file://virtual-90.cfg \ file://virtual-180.cfg \ file://virtual-270.cfg \ " @@ -21,7 +22,7 @@ S = "${WORKDIR}" inherit update-alternatives # Default primary display/orientation fragment -WESTON_DISPLAYS ?= "hdmi-a-1-270" +WESTON_DISPLAYS ?= "hdmi-a-1-90" # Configuration fragments to use in weston.ini.* # Note that some may be replaced/removed when building the landscape @@ -63,7 +64,7 @@ do_compile() { if echo $F | grep '^hdmi-a-1-\(90\|270\)$'; then F="hdmi-a-1-0" INVF="hdmi-a-1-180" - elif echo $F | grep '^virtual-270$'; then + elif echo $F | grep '^virtual-90$'; then F="virtual-0" INVF="virtual-180" fi -- cgit 1.2.3-korg