[Angstrom-devel] [meta-angstrom][dizzy][PATCH 1/5] timestamp-service: use new format also for writing

2014-10-24 Thread Max Krummenacher
https://github.com/Angstrom-distribution/meta-angstrom/commit/8228b2d56ef2415c8b96d1463fb38816279d4c74 changes the time format written to /etc/timestamp When the system time is set from the content of /etc/timestamp, one has to use the new format also. While at it - remove the now unneeded cut

[Angstrom-devel] [meta-angstrom][master][PATCH 3/5] timestamp-service: use new format also for writing

2014-10-24 Thread Max Krummenacher
https://github.com/Angstrom-distribution/meta-angstrom/commit/8228b2d56ef2415c8b96d1463fb38816279d4c74 changes the time format written to /etc/timestamp When the system time is set from the content of /etc/timestamp, one has to use the new format also. While at it - remove the now unneeded cut

[Angstrom-devel] [meta-angstrom][daisy][PATCH 5/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
load-timestamp.sh --save should only save the current systemtime and not evaluate /etc/timestamp and change the systemtime. If the systemtime has been changed to something in the past of /etc/timestamp then that change should be accepted without further checks. While at it correct the comment.

[Angstrom-devel] [meta-angstrom][PATCH 0/5] timestamp-service: use new format don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
Hi all The timestamp-service does change the systemtime when the timestamp is newer than the timestamp not only during boot but also on shutdown. This prevents users from changing the time backwards beyond what the current timestamp is. For master/angstrom-v2014.06-yocto1.7 the following fix

[Angstrom-devel] [meta-angstrom][dizzy][PATCH 2/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
load-timestamp.sh --save should only save the current systemtime and not evaluate /etc/timestamp and change the systemtime. If the systemtime has been changed to something in the past of /etc/timestamp then that change should be accepted without further checks. While at it correct the comment.

[Angstrom-devel] [meta-angstrom][master][PATCH 4/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
load-timestamp.sh --save should only save the current systemtime and not evaluate /etc/timestamp and change the systemtime. If the systemtime has been changed to something in the past of /etc/timestamp then that change should be accepted without further checks. While at it correct the comment.