From 7d1d7457ff2b71abe95525b26148d5a3e7a42790 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 24 Mar 2017 11:16:21 +0100 Subject: Generate weston.ini dynamically * remove weston-intel.ini * add new package weston-ini-conf * the list of the sections of weston.ini is described in variable flags WESTONSECTION * each section is described in variable flags WESTONSECTION * each output screen is described in agl_screen variable Bug-AGL: SPEC-477 Change-Id: I3d25ab49018e3842c916993ba8b9bcc2428d5170 Signed-off-by: Ronan Le Martret --- .../meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend (limited to 'meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend') diff --git a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..7a54dfbe4 --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,5 @@ +# Disable LVDS +WESTONOUTPUT2[name] = "LVDS-1" +WESTONOUTPUT2[mode] = "off" + +WESTONSECTION[WESTONOUTPUT2] = "output" -- cgit 1.2.3-korg