From 64217cced826089c3a14469702a7a4f42d01c60b Mon Sep 17 00:00:00 2001 From: linxincheng <1481155734@qq.com> Date: Sat, 06 Apr 2024 20:51:27 +0800 Subject: [PATCH] PATCH:Alientek-IMX6ULL: Add Alientek i.MX6ULL v20/v24 board bootloader patch files --- 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