From a83af1f66a0ff19c8be9c247e68699d70189b84b Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 27 Feb 2024 10:12:15 +0800
Subject: [PATCH] Build:IGKBoard-All: Update debian rootfs build shell script

---
 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