From 9cf87703eb60e121b47e6d577ea2bc6b63bd4ac4 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 26 Jul 2024 16:57:33 +0800 Subject: [PATCH] Yocto:IGKBoard-All: Update yocto-image-full --- yocto/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yocto/build.sh b/yocto/build.sh index f6b01b4..b526d16 100755 --- a/yocto/build.sh +++ b/yocto/build.sh @@ -25,7 +25,7 @@ CONF_FILE=$TOP_PATH/config.json # Download path -#DL_PATH="/srv/yocto_packets/" +#DL_PATH="/srv/yocto/" # shell script will exit once get command error set -e @@ -186,7 +186,7 @@ function do_install() { - IMAGE_NAME=yocto-${YCT_VER}-${BSP_VER}.wic + IMAGE_NAME=yocto-${YCT_VER}-${BOARD}.img ROOTFS_TAR=rootfs-yocto-${YCT_VER}.tar.zst cd $YCT_PATH -- Gitblit v1.9.1