diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-06-25 09:51:06 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:25 +0200 |
commit | 9471fb11f995b77e92f9a7874fe0e9832404e25b (patch) | |
tree | aeed4b56cc8442f2556fbb58fa23fa7a8c5216cb /recipes | |
parent | 4b11541a7c2fbfcadb8c06b38785e0ceddc18e49 (diff) |
timestamp-service: change to new timestamp format
Patch pending in meta-angstrom
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/trdx-extra.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 3efacc6..b933359 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -10,12 +10,8 @@ DEPENDS += "canutils libsocketcan iproute2" #the following builds cross gdb and gdbserver DEPENDS += "gdb-cross" -# angstrom and oe-core disagree on the format -rootfs_update_timestamp_classic () { - date -u +%2m%2d%2H%2M%4Y >${IMAGE_ROOTFS}/etc/timestamp -} #create the file /etc/timestamp -IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp_classic" +IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" IMAGE_INSTALL_T20_T30 = " \ gpioconfig \ |