Skip to content
Snippets Groups Projects
Commit ed4dd8be authored by Jonas Höppner's avatar Jonas Höppner
Browse files

imx-boot: Add generation of md5sum for the imx-boot image and the link

BCS 746-000399
parent 2ebe2958
No related branches found
No related tags found
1 merge request!100imx-boot: Add generation of md5sum for the imx-boot image and the link
Pipeline #17068 passed with stages
in 18 minutes and 44 seconds
......@@ -25,6 +25,6 @@ compile_mx8m() {
do_deploy_append() {
cd ${DEPLOYDIR}
md5sum ${BOOT_NAME} > ${BOOT_NAME}.md5
md5sum ${BOOT_CONFIG_MACHINE}-${IMAGE_IMXBOOT_TARGET} ${BOOT_NAME} > ${BOOT_NAME}.md5
cd -
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment