openmoko-minimal-image: use rootfs_update_timestamp instead
authorJohn Lee <john_lee@openmoko.org>
Wed, 23 Apr 2008 15:37:29 +0000 (15:37 +0000)
committerJohn Lee <john_lee@openmoko.org>
Wed, 23 Apr 2008 15:37:29 +0000 (15:37 +0000)
* use the built in function of image class
applied changes from 1cee605475c1c58340e6f3e491ae0b9d8a3c49ac
             through e73e91ee63bd4489923caaf93614c803d9be457d

packages/images/openmoko-minimal-image.bb

index bb25df1..678400f 100644 (file)
@@ -18,4 +18,4 @@ DEPENDS = "\
 
 inherit image
 
-ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'
+ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp;"