6879975f0ac54dbba6df2b7ca1a74cb34a9353c6
[AGL/meta-agl-cluster-demo.git] / recipes-graphics / wayland / weston-ini-conf.bbappend
1 # Remove all rotated portrait mode config fragments, and add our own
2 # instead, as the cluster demo display is landscape orientation.
3 # NOTES:
4 # (1) Cannot over-ride virtual.cfg simply by having a copy here and
5 #     getting it picked up via our FILESEXTRAPATHS_prepend due to AGL's
6 #     layer priority scheme (this layer is lower priority than
7 #     meta-agl-bsp), so need to remove it and add a replacement.
8 # (2) The HDMI-A-1 config here uses a transform of 180 degrees to work
9 #     with the monitor setup in the AGL demo hardware platform.  The
10 #     virtual-landscape.cfg is left unrotated, since it's used with
11 #     QEMU on the desktop.
12
13 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
14
15 SRC_URI_remove = " \
16         file://hdmi-a-1-270.cfg \
17         file://hdmi-a-1-90.cfg \
18         file://virtual.cfg \
19 "
20 SRC_URI += " \
21         file://hdmi-a-1-180.cfg \
22         file://virtual-landscape.cfg \
23 "