summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-02 12:54:58 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 18:24:02 +0200
commit961bd146ba89503cb4acaeb3742d7846393fc40a (patch)
tree04911f599c9611de32e1d6e4c572a6db14fba777
parent8a6f4ff7accc4b2324fd1cf349b78e8e79220fca (diff)
tdx-extra.inc: correctly use IMAGE_PREPROCESS_COMMAND
Add a trailing ';' to separate from commands appended later. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/tdx-extra.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc
index 8aa3862..9619aae 100644
--- a/recipes-images/images/tdx-extra.inc
+++ b/recipes-images/images/tdx-extra.inc
@@ -13,7 +13,7 @@ DEPENDS += "canutils libsocketcan iproute2"
DEPENDS += "gdb-cross-${TARGET_ARCH}"
#create the file /etc/timestamp
-IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
+IMAGE_PREPROCESS_COMMAND_append = " rootfs_update_timestamp;"
IMAGE_INSTALL_append_tegra = " \
u-boot-toradex-fw-utils \