dey-image-installer: remove path from README file for USB driver installation script

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
(cherry picked from commit 7ea467dba7)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Arturo Buzarra 2023-03-13 11:43:55 +01:00 committed by Javier Viguera
parent 4ef4794f20
commit abf9dc46bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# Generate DEY installer ZIP package
#
# Copyright 2017-2022, Digi International Inc.
# Copyright 2017-2023, Digi International Inc.
#
DEPENDS += "zip-native"
@ -61,7 +61,7 @@ ${DISTRO_NAME} ${DISTRO_VERSION} kit installer
----------------------------------------
_EOF_
md5sum ${INSTALLER_FILELIST} | sed -e "s,${DEPLOY_DIR_IMAGE}/,,g;s,${IMGDEPLOYDIR}/,,g" >> ${IMGDEPLOYDIR}/README.txt
md5sum ${INSTALLER_FILELIST} | sed -e "s,${DEPLOY_DIR_IMAGE}/,,g;s,${IMGDEPLOYDIR}/,,g;s,${META_DIGI_SCRIPTS}/,,g" >> ${IMGDEPLOYDIR}/README.txt
# Pack the files and remove the temporary readme file
zip -j ${IMGDEPLOYDIR}/${IMAGE_NAME}.installer.zip ${INSTALLER_FILELIST} ${IMGDEPLOYDIR}/README.txt