From: Harunobu Kurokawa Date: Sat, 10 Jun 2017 08:30:21 +0000 (+0900) Subject: Set idle-time to 0 in weston.service. X-Git-Tag: dab_3.99.2~28 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F9693%2F2;p=AGL%2Fmeta-agl.git Set idle-time to 0 in weston.service. As described weston.ini.man, "idle-time" should be set 0 if user want not to enable screen saver. A value of 0 disables the timeout. Change-Id: I17cff212a5231be05008ac1a5acc23d86bb9be51 Signed-off-by: Harunobu Kurokawa Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9693 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-agl/classes/agl-graphical.bbclass b/meta-agl/classes/agl-graphical.bbclass index 3eb82dbc0..e99a441b7 100644 --- a/meta-agl/classes/agl-graphical.bbclass +++ b/meta-agl/classes/agl-graphical.bbclass @@ -1,7 +1,7 @@ WESTONTTY ??= "1" WESTONUSER ??= "display" WESTONGROUP ??= "display" -WESTONARGS ?= "--idle-time=4294967" +WESTONARGS ?= "--idle-time=0 --tty=${WESTONTTY}" WESTONLAUNCHARGS ??= "--tty /dev/tty${WESTONTTY} --user ${WESTONUSER}" DISPLAY_XDG_RUNTIME_DIR ??= "/run/platform/${WESTONUSER}"