From 9d9478c44d6b7844373b534163e91224b0880610 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 22 Aug 2023 10:02:29 +0800
Subject: [PATCH] Merge branch 'master' of http://main.iot-yun.club:8088/r/bsp-imx
---
yocto/build.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/yocto/build.sh b/yocto/build.sh
index 4f21619..ec42a75 100755
--- a/yocto/build.sh
+++ b/yocto/build.sh
@@ -103,12 +103,12 @@
pr_info "start fetch Yocto $YCT_VER source code"
- TARBALL_NAME=$YCT_VER-$BSP_VER.tar.xz
+ TARBALL_NAME=yocto-$YCT_VER.tar.xz
# Download source code packet
if [ ! -s $TARBALL_PATH/$TARBALL_NAME ] ; then
pr_info "start fetch $src source code"
- wget $URL/bsp/yocto/$TARBALL_NAME -P $TARBALL_PATH
+ wget $URL/bsp/$BSP_VER/$TARBALL_NAME -P $TARBALL_PATH
fi
# decompress source code packet
--
Gitblit v1.9.1