mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND string
This commit is contained in:
@@ -95,4 +95,4 @@ NETBOOK_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} apps-x11-netbook"
|
||||
inherit image
|
||||
|
||||
# Create /etc/timestamp during image construction to give a reasonably sane default time setting
|
||||
ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp"
|
||||
ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp ; "
|
||||
|
||||
Reference in New Issue
Block a user