Skip to content

Commit 1594568

Browse files
mohammad1603Patater
authored andcommitted
Record Mbed Crypto version
Record the version of Mbed Crypto into VERSION.txt for easy reference.
1 parent 7ba359a commit 1594568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/mbedtls/importer/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
133133
#
134134
# Updating checked out version tag
135135
echo $(MBED_TLS_RELEASE) > $(TARGET_PREFIX)VERSION.txt
136+
#
137+
# Updating Mbed Crypto checked out version tag
138+
git -C $(MBED_CRYPTO_DIR) describe --tags --abbrev=12 --dirty --always >> $(TARGET_PREFIX)VERSION.txt
136139

137140
$(MBED_TLS_GIT_CFG):
138141
rm -rf $(MBED_TLS_DIR)

0 commit comments

Comments
 (0)