diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-02 11:08:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 11:08:01 +0000 |
commit | 3cb6c768efa690f25035351fb7975bca59f94ee2 (patch) | |
tree | 4a8ed27e58fb68270ecc213c9d3150519392a3f2 /meta/classes/poky-image.bbclass | |
parent | b2a26894b6e920d149c295f1e3de2926cd4b2b2c (diff) | |
download | openembedded-core-3cb6c768efa690f25035351fb7975bca59f94ee2.tar.gz openembedded-core-3cb6c768efa690f25035351fb7975bca59f94ee2.tar.bz2 openembedded-core-3cb6c768efa690f25035351fb7975bca59f94ee2.zip |
image.bbclass/poky-image.bbclass: Add a function to create /etc/timestamp during image construction to give a reasonably sane default time setting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2649 311d38ba-8fff-0310-9ca6-ca027cbcb966
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" SATO_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-sato apps-x11-games apps-x11-pimlico" inherit image + +# Create /etc/timestamp during image construction to give a reasonably sane default time setting +ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp" |