From: John Lee Date: Wed, 23 Apr 2008 15:37:29 +0000 (+0000) Subject: openmoko-minimal-image: use rootfs_update_timestamp instead X-Git-Tag: Release-2010-05/1~7118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20f77f332140689aa94c401ffae24c9bf78e9d4;p=openembedded.git openmoko-minimal-image: use rootfs_update_timestamp instead * use the built in function of image class applied changes from 1cee605475c1c58340e6f3e491ae0b9d8a3c49ac through e73e91ee63bd4489923caaf93614c803d9be457d --- diff --git a/packages/images/openmoko-minimal-image.bb b/packages/images/openmoko-minimal-image.bb index bb25df10a0..678400f756 100644 --- a/packages/images/openmoko-minimal-image.bb +++ b/packages/images/openmoko-minimal-image.bb @@ -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;"