From 6d155a1175102d84cb5d06bbb4b5ffac47b29318 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 06 Nov 2023 11:25:50 +0800
Subject: [PATCH] update readme
---
yocto/build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/yocto/build.sh b/yocto/build.sh
index 4f21619..87e84cd 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
@@ -121,7 +121,7 @@
if [ ! -e $YCT_PATH/sources/meta-igkboard ] ; then
cd $YCT_PATH/sources/
- git clone http://main.iot-yun.club:8088/r/meta-igkboard.git -b $YCT_VER
+ git clone http://main.iot-yun.club:8088/r/igkboard-meta.git meta-igkboard -b $YCT_VER
fi
}
--
Gitblit v1.9.1