mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
image.bbclass/initscripts: Make /etc/timestamp usage consistent.
Timestamp is kept in UTC Remove superfluous 'create_etc_timestamp()' function - seems to be a duplicate of 'rootfs_update_timestamp()' Remove External function reference [sgw@linux.intel.com: merged 2 patches and cleanup commit message] Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
### END INIT INFO
|
||||
|
||||
# Update the timestamp
|
||||
date +%Y%m%d%2H%2M > /etc/timestamp2
|
||||
date -u +%2m%2d%2H%2M%4Y > /etc/timestamp
|
||||
|
||||
Reference in New Issue
Block a user