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

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

BCS 746-000399
parent da9de87f
No related branches found
No related tags found
1 merge request!99imx-boot: Add generation of md5sum for the imx-boot image
Pipeline #17066 passed with stages
in 18 minutes and 2 seconds
......@@ -21,3 +21,10 @@ compile_mx8m() {
cp ${BOOT_STAGING}/${ATF_MACHINE_NAME} ${BOOT_STAGING}/bl31.bin
cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME} ${BOOT_STAGING}/u-boot.bin
}
do_deploy_append() {
cd ${DEPLOYDIR}
md5sum ${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