projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df0fcfc
)
hvk: use DTB_DEST when copying DTB
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Oct 2024 15:04:00 +0000
(11:04 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Oct 2024 15:20:31 +0000
(11:20 -0400)
scripts/hvk-compile.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-compile.sh
b/scripts/hvk-compile.sh
index
0080903
..
d0dcc76
100755
(executable)
--- 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() {