From 86063e8b34368bab47956834efd6536259cd9baf Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 22 Feb 2024 12:49:59 +0800 Subject: [PATCH] Build:IGKBoard-All: Update build.sh --- yocto/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yocto/build.sh b/yocto/build.sh index 5fe395a..d9443ce 100755 --- a/yocto/build.sh +++ b/yocto/build.sh @@ -136,7 +136,7 @@ # Download source code packet if [ ! -s $TARBALL_PATH/$YCT_SRC.tar.xz ] ; then - wget $BSP_URL/bsp/$BSP_VER/$YCT_SRC.tar.xz -P $TARBALL_PATH + wget $BSP_URL/imx/bsp/$BSP_VER/$YCT_SRC.tar.xz -P $TARBALL_PATH fi # decompress source code packet -- Gitblit v1.9.1