From 2bda4bbda3f3033cfb324778ef88f2aedad4a83b Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 1 Nov 2012 14:47:46 +0800 Subject: hwclock.sh: improve hwclock.sh script to use UTC variable Make UTC variable in /etc/default/rcS has effect on hwclock.sh. This variable declares whether the Hardware Clock is kept in UTC or local time. Default its value to "yes" and change the comment. [YOCTO #3341] Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- meta/recipes-core/sysvinit/sysvinit/rcS-default | 4 ++-- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-core/sysvinit') diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/meta/recipes-core/sysvinit/sysvinit/rcS-default index fc6d41522e..3c9dea90c4 100644 --- a/meta/recipes-core/sysvinit/sysvinit/rcS-default +++ b/meta/recipes-core/sysvinit/sysvinit/rcS-default @@ -9,8 +9,8 @@ SULOGIN=no # Set to no if you want to be able to login over telnet/rlogin # before system startup is complete (as soon as inetd is started) DELAYLOGIN=no -# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -# UTC=yes +# Assume that the BIOS clock is set to UTC time (recommended) +UTC=yes # Set VERBOSE to "no" if you would like a more quiet bootup. VERBOSE=no # Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index 63333b06f4..1647a0fc3a 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4" -PR = "r7" +PR = "r8" RDEPENDS_${PN} = "${PN}-inittab" -- cgit 1.2.3-korg