From f8f62f17ebbe6b63d0c8c941074bc281a31ac71c Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 11 Apr 2017 15:41:08 +0200 Subject: update weston.ini for Renesas Gen3 board update weston.ini from Renesas rcar Gen3 BSP 2.17 Bug-AGL: SPEC-530 Change-Id: I5577a18cb5707c2484a46d3c91025ad087b6fa1e Signed-off-by: Ronan Le Martret --- .../recipes-graphics/wayland/weston-ini-conf.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend index de8d9552c..e46b10ef7 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -1 +1,12 @@ WESTONCORE[repaint-window] ??= "34" + +WESTONIVISHELL[transition-duration] ??= "300" +WESTONIVISHELL[cursor-theme] ??= "default" + +WESTONV4L2RENDERER[device] ??= "/dev/media0" +WESTONV4L2RENDERER[device-module] ??= "vsp2" + +python() { + if "multimedia" in d.getVar("MACHINE_FEATURES", True).split(" "): + d.setVarFlag("WESTONSECTION", "WESTONV4L2RENDERER", "v4l2-renderer") +} -- cgit 1.2.3-korg