Set idle-time to 0 in weston.service. 93/9693/2
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Sat, 10 Jun 2017 08:30:21 +0000 (17:30 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 20 Jun 2017 09:45:23 +0000 (09:45 +0000)
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 <harunobu.kurokawa.dn@renesas.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9693
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl/classes/agl-graphical.bbclass

index 3eb82db..e99a441 100644 (file)
@@ -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}"