From 0687bff3948d671289ae15ede84be030b2d3bd5a Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 06 Apr 2024 21:25:00 +0800 Subject: [PATCH] Build:IGKBoard-All: Update linux kernel build shell script for driver and dtbo folder missed --- 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