meta-agl-profile-core: fix afb-test LIC_FILES_CHKSUM
[AGL/meta-agl.git] / meta-agl-bsp / meta-raspberrypi / recipes-graphics / wayland / weston-ini-conf.bbappend
index 37383c2..dd01c4e 100644 (file)
@@ -1,6 +1,7 @@
-# Disable LVDS
-WESTONOUTPUT2[agl_screen] ??= "SCREEN_DSI"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-WESTONSECTION[WESTONOUTPUT2] = "output"
+SRC_URI += "file://dsi.cfg"
 
-do_generate_weston_init[vardeps] += "WESTONOUTPUT2"
+# 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"