summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-08-21 10:15:42 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-15 13:19:10 +0000
commit3becf981728c3942cd56abd83dade918cf98248d (patch)
treeebf5fb856e9e88f41d928438aa5ac30ceefc557a
parentecc327fed8f801f0d579bdd4e1d9ab9023a8eb49 (diff)
Revert "weston.ini: Add virtual display and record for CES2017 demo"
This reverts commit 077a0ef0ac094442ba5da0bd9f3f373c909d155f. Change-Id: Ieff670a423a5119ff6b907274d47144c3f66dd1b Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--recipes-graphics/wayland/weston-ini-conf.bbappend25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend
index 635218a6..b79c5260 100644
--- a/recipes-graphics/wayland/weston-ini-conf.bbappend
+++ b/recipes-graphics/wayland/weston-ini-conf.bbappend
@@ -4,28 +4,3 @@ WESTONIVISHELL[ivi-module] ??= "ivi-controller.so"
WESTONIVISHELL[ivi-input-module] ??= "ivi-input-controller.so"
WESTONSECTION[WESTONIVISHELL] = "ivi-shell"
-
-# IVI cluster and virtual display sample
-python () {
- if bb.utils.contains('DISTRO_FEATURES', 'virtual-display', True, False, d):
- d.setVarFlag("WESTONCORE", "virtual", "1")
-}
-
-WESTONOUTPUT2[agl_screen] ??= "SCREEN_VIRTUAL"
-
-WESTONSECTION[WESTONOUTPUT2] = "output"
-
-SCREEN_VIRTUAL[name]?="virtual1"
-SCREEN_VIRTUAL[mode]?="384x368@60"
-
-# If gst-record is set, recorder flag is true
-python () {
- if bb.utils.contains('DISTRO_FEATURES', 'gst-record', True, False, d):
- d.setVarFlag("SCREEN_VIRTUAL", "recorder", "true")
-}
-
-SCREEN_VIRTUAL[ip]?="192.168.20.99"
-SCREEN_VIRTUAL[port]?="5005"
-SCREEN_VIRTUAL[bitrate]?="300000"
-SCREEN_VIRTUAL[crop]?="384x368@0x0"
-