projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ff58c
)
hvk: display name of board in init script
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000
(09:24 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000
(09:24 -0400)
scripts/hvk-init.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-init.sh
b/scripts/hvk-init.sh
index
d9e5aca
..
bd189af
100755
(executable)
--- a/
scripts/hvk-init.sh
+++ b/
scripts/hvk-init.sh
@@
-17,6
+17,8
@@
if [ x"${DEFCONFIG_AUTOGEN}" != x"" ]; then
fi
fi
+echo "Board init: ${DEFCONFIG_BOARD}"
+
${KMAKE} ${DEFCONFIG_OPT}
if [ x"${1}" = x"yocto" ]; then