From f6b3c09ebbfe490a18e225b01a9b837da36c9b4f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 16 Apr 2022 15:51:07 +0800 Subject: [PATCH] update qt5 build shell script to QT5.6.3 --- 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