From 4c8438b64fca138da147fd4883c59a85449e7ecd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 13 Apr 2022 23:49:45 +0800 Subject: [PATCH] update setup_env.sh to set server address to weike-iot.com --- bsp/scripts/setup_env.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh index e6de92d..aa6ca1d 100755 --- a/bsp/scripts/setup_env.sh +++ b/bsp/scripts/setup_env.sh @@ -9,13 +9,13 @@ # Source code download address SRC_URL=http://weike-iot.com:2211/imx6ull/bsp -SRC_URL=http://127.0.0.1:2211/imx6ull/bsp +#SRC_URL=http://127.0.0.1:2211/imx6ull/bsp BSP_VER=lf-5.10.52-2.1.0 # SYSTEM should be: yocto, buildroot or debian # DISTRO should be: hardknott, 2021.02 or bullseye -SYSTEM=buildroot -DISTRO=2021.02 +SYSTEM=yocto +DISTRO=hardknott if [ $SYSTEM == "debian" ] ; then SYSNAME=${DISTRO} -- Gitblit v1.9.1