diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-23 16:28:01 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-29 15:23:32 -0400 |
commit | 09ad500c71a9bbd003c21654bf8fc535d65117a6 (patch) | |
tree | 65db7660f1388e70c6459e1d0f84222cd5023497 /meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend | |
parent | 47bf86a3e5d9015f504de4d64942bd17a643b4e6 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I2bb316a195f7eb3733ff757a565535317db1da08
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend index c4cf6c152..d441d6577 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -8,5 +8,5 @@ WESTON_DISPLAYS:append = "${@bb.utils.contains("AGL_FEATURES", "waltham-remoting # For virtual machines and intel-corei7-64 we want to support both the HDMI-A-1 # and Virtual-1 outputs. This allows us to run virtual images on real hardware # and vice versa. -WESTON_DISPLAYS:append:qemuall = " virtual-270" -WESTON_DISPLAYS:append:intel-corei7-64 = " virtual-270" +WESTON_DISPLAYS:append:qemuall = " virtual-90" +WESTON_DISPLAYS:append:intel-corei7-64 = " virtual-90" |