diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-05-23 15:33:03 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-05-27 10:57:47 +0900 |
commit | dc526ff342e488730f29386c93d43d846357155d (patch) | |
tree | efe40124849297e502f9801331191c61e2b228e6 | |
parent | 01fc2156dd1ffc90776369e1c4ab5acf0f221ed0 (diff) |
Revert "Add gst-record argument to weston option"
Bug-AGL : SPEC-2420
This reverts commit b4cd3148e509f566b1a28a02a5f1032ad48aad8c.
After weston 6.0 or later, remoting plugin is used instead of
current gst-record. The argumant "--gst-record" is not
necessary.
Change-Id: I580c2acb63a86b2780f0b1b0ba4b4cb357669f39
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
-rw-r--r-- | meta-agl-profile-graphical/classes/agl-graphical.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/classes/agl-graphical.bbclass b/meta-agl-profile-graphical/classes/agl-graphical.bbclass index 0004d9c1a..e99a441b7 100644 --- a/meta-agl-profile-graphical/classes/agl-graphical.bbclass +++ b/meta-agl-profile-graphical/classes/agl-graphical.bbclass @@ -1,7 +1,7 @@ WESTONTTY ??= "1" WESTONUSER ??= "display" WESTONGROUP ??= "display" -WESTONARGS ?= "--idle-time=0 --tty=${WESTONTTY} ${@bb.utils.contains("DISTRO_FEATURES", "gst-record", "--gst-record", "",d)}" +WESTONARGS ?= "--idle-time=0 --tty=${WESTONTTY}" WESTONLAUNCHARGS ??= "--tty /dev/tty${WESTONTTY} --user ${WESTONUSER}" DISPLAY_XDG_RUNTIME_DIR ??= "/run/platform/${WESTONUSER}" |