]> Untitled Git - hvutilities.git/commitdiff
hvk: display name of board in init script
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000 (09:24 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000 (09:24 -0400)
scripts/hvk-init.sh

index d9e5aca87d613aff97f43bcfafb999ef190ab6e0..bd189af43c5a42fdd7c39bcd573d976f2da43d09 100755 (executable)
@@ -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