From: Hugo Villeneuve Date: Thu, 17 Oct 2024 15:04:00 +0000 (-0400) Subject: hvk: use DTB_DEST when copying DTB X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=e5741e52af08984235c46c326bf57b95498a7afe;p=hvutilities.git hvk: use DTB_DEST when copying DTB --- diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index 0080903..d0dcc76 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -111,7 +111,7 @@ function rootfs_install() { rm -rf ${deploydir}/boot/* cp ${BOOT_SRC}/Image ${deploydir}/boot/Image-latest - cp ${DTB_SRC} ${deploydir}/boot/latest.dtb + cp ${DTB_SRC} ${deploydir}${DTB_DEST} } function rootfs_archive() {