From 59a333e0d033b9153d524c01c81e4ccf59aeebe3 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 06 Oct 2022 17:04:29 +0800
Subject: [PATCH] update yocto build shell script

---
 bsp/scripts/setup_env.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh
index c56353c..5e838af 100755
--- a/bsp/scripts/setup_env.sh
+++ b/bsp/scripts/setup_env.sh
@@ -5,10 +5,11 @@
 
 # update by top build.sh
 BOARD=igkboard
-CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux-
+CROSS_TOOL=arm-linux-gnueabihf-
 
 # Source code download address
 SRV_URL=http://weike-iot.com:2211
+#SRV_URL=http://127.0.0.1:2211
 BSP_VER=lf-5.15.32-2.0.0
 BSP_URL=${SRV_URL}/imx/bsp/${BSP_VER}
 

--
Gitblit v1.9.1