summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-02-10 09:16:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 23:59:35 +0000
commitdaeb5beb8f88e0ca6d0449909deb744136040740 (patch)
treed606ef98bc0ac768ea136f6515cae144d28fe93b /meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
parent831e0b5cd7f12f9ff441dbad1c287e232ef480b7 (diff)
downloadpoky-daeb5beb8f88e0ca6d0449909deb744136040740.tar.gz
initscripts: Make /etc/timestamp consistent again.
Commit cc8695 changed the way timestamps were handled and added some extra munging to be able to compare them reliably. This change makes the timestamp value the same everywhere and simplifies how the check to set the system clock based on the timestamp is done. Also, if the value stored in /etc/timestamp is newer [at all] than the current system time, set the system clock from the stored value, down to the minute, not just the day. (From OE-Core rev: 5aab6653c9afa05e7c1b3ccd6bd34aec05c2a6f8) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh')
-rw-r--r--meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh b/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
index 3d8e8507e7..1f804e2374 100644
--- a/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
+++ b/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
@@ -10,4 +10,4 @@
10### END INIT INFO 10### END INIT INFO
11 11
12# Update the timestamp 12# Update the timestamp
13date -u +%2m%2d%2H%2M%4Y > /etc/timestamp 13date -u +%4Y%2m%2d%2H%2M > /etc/timestamp