diff options
Diffstat (limited to 'meta/classes/poky-image.bbclass')
| -rw-r--r-- | meta/classes/poky-image.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index 12bb933c5b..82f11b7037 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
| @@ -79,3 +79,6 @@ X11_IMAGE_FEATURES = "x11-base apps-x11-core" | |||
| 79 | SATO_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-sato apps-x11-games apps-x11-pimlico" | 79 | SATO_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-sato apps-x11-games apps-x11-pimlico" |
| 80 | 80 | ||
| 81 | inherit image | 81 | inherit image |
| 82 | |||
| 83 | # Create /etc/timestamp during image construction to give a reasonably sane default time setting | ||
| 84 | ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp" | ||
