Add missing space in SRC_URI_append statement
[AGL/meta-agl.git] / meta-agl-bsp / meta-raspberrypi / recipes-graphics / wayland / weston-ini-conf.bbappend
index 33dfd6a..dd01c4e 100644 (file)
@@ -1,3 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI += "file://dsi.cfg"
+
+# Reduce the screen resolution to HD Ready (720p)
+SRC_URI_remove = "file://hdmi-a-1-270.cfg"
+SRC_URI_append = " file://hdmi-a-1-270-720p.cfg"