mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
image.bbclass: Ensure timestamp matches format used in initscripts after recent changes
(From OE-Core rev: 173a48f79f8f2f18737f1901fc5992223d456348) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -337,7 +337,7 @@ set_image_autologin () {
|
||||
# Can be use to create /etc/timestamp during image construction to give a reasonably
|
||||
# sane default time setting
|
||||
rootfs_update_timestamp () {
|
||||
date -u +%2m%2d%2H%2M%4Y >${IMAGE_ROOTFS}/etc/timestamp
|
||||
date -u +%4Y%2m%2d%2H%2M >${IMAGE_ROOTFS}/etc/timestamp
|
||||
}
|
||||
|
||||
# Prevent X from being started
|
||||
|
||||
Reference in New Issue
Block a user