This will be useful for enabling reproducible image creation.  Right
now, makefs and mkimg are generating non-reproducible images since they
preserve timestamps from files in the staging tree.  To make image
creation reproducible, we need to specify an explicit timestamp using
command-line arguments.  So, add variables which can be defined in
release/scripts/vmimage.subr.
No functional change intended.