From 1fc63aca11ea45346022b9efbcb2916fb854e34d Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 19 Aug 2024 10:14:00 +0800 Subject: [PATCH] update third party build shell script for cross compiler and LingYun source code --- 3rdparty/dosfstools/build.sh | 4 3rdparty/curl/build.sh | 4 3rdparty/dnsmasq/build.sh | 4 3rdparty/glib/build.sh | 4 3rdparty/opencv/build.sh | 4 3rdparty/libressl/build.sh | 4 3rdparty/ntpdate/build.sh | 4 3rdparty/iptables/build.sh | 4 3rdparty/zbar/build.sh | 4 3rdparty/libgpiod/build.sh | 11 -- 3rdparty/tree/build.sh | 4 3rdparty/ethtool/build.sh | 4 3rdparty/libevent/build.sh | 4 3rdparty/imageMagick/build.sh | 4 3rdparty/openssl/build.sh | 6 3rdparty/alsa/build.sh | 4 3rdparty/vsftpd/build.sh | 4 3rdparty/mosquitto/build.sh | 4 3rdparty/file/build.sh | 4 3rdparty/busybox/build.sh | 4 3rdparty/sqlite/build.sh | 4 3rdparty/util-linux/build.sh | 4 3rdparty/libpng/build.sh | 4 3rdparty/openssh/openssl/build.sh | 4 3rdparty/gstreamer/build.sh | 4 3rdparty/zlib/build.sh | 4 3rdparty/build.sh | 4 3rdparty/cJSON/build.sh | 4 3rdparty/pppd/build.sh | 4 3rdparty/fbgrab/build.sh | 4 3rdparty/openssh/zlib/build.sh | 4 3rdparty/qt/build_QT5.sh | 4 /dev/null | 0 3rdparty/openssh/build.sh | 4 3rdparty/dhcpd/build.sh | 4 3rdparty/iconv/build.sh | 4 3rdparty/libkcapi/build.sh | 4 3rdparty/qt/tslib/build.sh | 4 3rdparty/mplayer/build.sh | 4 3rdparty/stunnel/build.sh | 4 3rdparty/e2fsprogs/build.sh | 4 3rdparty/ffmpeg/build.sh | 4 3rdparty/dropbear/build.sh | 4 3rdparty/libconfig/build.sh | 4 3rdparty/lrzsz/build.sh | 4 3rdparty/libdrm/build.sh | 4 3rdparty/appweb/build.sh | 4 3rdparty/valgrind/build.sh | 4 48 files changed, 97 insertions(+), 100 deletions(-) diff --git a/3rdparty/alsa/build.sh b/3rdparty/alsa/build.sh index ab5e291..324dbd1 100755 --- a/3rdparty/alsa/build.sh +++ b/3rdparty/alsa/build.sh @@ -10,9 +10,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/appweb/build.sh b/3rdparty/appweb/build.sh index 3a91d6b..86bbd56 100755 --- a/3rdparty/appweb/build.sh +++ b/3rdparty/appweb/build.sh @@ -14,9 +14,9 @@ mkdir -p $PREFIX_PATH/{bin,modules} -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- TARBALL=appweb_cortexa5.tar.bz2 diff --git a/3rdparty/build.sh b/3rdparty/build.sh index 370b986..435dea1 100755 --- a/3rdparty/build.sh +++ b/3rdparty/build.sh @@ -1,12 +1,14 @@ #!/bin/bash -REP_CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +REP_CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- +REP_LYFTP=http://master.weike-iot.com:2211/src/ function replace_crosstool() { for f in `find -iname "build*.sh"` do sed -i -e "s|^CROSSTOOL=.*|CROSSTOOL=$REP_CROSSTOOL|g" $f + sed -i -e "s|^LYFTP_SRC=.*|LYFTP_SRC=$REP_LYFTP|g" $f done } diff --git a/3rdparty/busybox/build.sh b/3rdparty/busybox/build.sh index c2b8045..6773d80 100755 --- a/3rdparty/busybox/build.sh +++ b/3rdparty/busybox/build.sh @@ -4,9 +4,9 @@ ROOTFS_PATH=`pwd`/../../linux-bsp/rootfs/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- diff --git a/3rdparty/cJSON/build.sh b/3rdparty/cJSON/build.sh index 5e6f515..e125f1b 100755 --- a/3rdparty/cJSON/build.sh +++ b/3rdparty/cJSON/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- mkdir -p ${PREFIX_PATH} diff --git a/3rdparty/curl/build.sh b/3rdparty/curl/build.sh index fa05a7b..2182ba5 100755 --- a/3rdparty/curl/build.sh +++ b/3rdparty/curl/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/dhcpd/build.sh b/3rdparty/dhcpd/build.sh index 8c3b75b..b25724b 100755 --- a/3rdparty/dhcpd/build.sh +++ b/3rdparty/dhcpd/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/dnsmasq/build.sh b/3rdparty/dnsmasq/build.sh index 373c68b..0c90e86 100755 --- a/3rdparty/dnsmasq/build.sh +++ b/3rdparty/dnsmasq/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/dosfstools/build.sh b/3rdparty/dosfstools/build.sh index a6a0db7..2a22100 100755 --- a/3rdparty/dosfstools/build.sh +++ b/3rdparty/dosfstools/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/dropbear/build.sh b/3rdparty/dropbear/build.sh index 8dc108c..94e814d 100755 --- a/3rdparty/dropbear/build.sh +++ b/3rdparty/dropbear/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/e2fsprogs/build.sh b/3rdparty/e2fsprogs/build.sh index f90a379..6a88cae 100755 --- a/3rdparty/e2fsprogs/build.sh +++ b/3rdparty/e2fsprogs/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/ethtool/build.sh b/3rdparty/ethtool/build.sh index efb15e4..8872881 100755 --- a/3rdparty/ethtool/build.sh +++ b/3rdparty/ethtool/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/fbgrab/build.sh b/3rdparty/fbgrab/build.sh index 05894e1..f3442b8 100755 --- a/3rdparty/fbgrab/build.sh +++ b/3rdparty/fbgrab/build.sh @@ -10,9 +10,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/ffmpeg/build.sh b/3rdparty/ffmpeg/build.sh index f089e49..e79703b 100755 --- a/3rdparty/ffmpeg/build.sh +++ b/3rdparty/ffmpeg/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/file/build.sh b/3rdparty/file/build.sh index 9e5d810..7bcfb67 100755 --- a/3rdparty/file/build.sh +++ b/3rdparty/file/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/glib/build.sh b/3rdparty/glib/build.sh index b850c81..ddc7e41 100755 --- a/3rdparty/glib/build.sh +++ b/3rdparty/glib/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- mkdir -p ${PREFIX_PATH}/{include,lib,bin} diff --git a/3rdparty/gstreamer/build.sh b/3rdparty/gstreamer/build.sh index 3ad53b5..51cfa75 100755 --- a/3rdparty/gstreamer/build.sh +++ b/3rdparty/gstreamer/build.sh @@ -10,9 +10,9 @@ QT_INST_PATH=/apps/QT5.9_A5 PREFIX_PATH=$QT_INST_PATH/gstreamer -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- mkdir -p $PREFIX_PATH diff --git a/3rdparty/iconv/build.sh b/3rdparty/iconv/build.sh index fd79cc7..976b7cc 100755 --- a/3rdparty/iconv/build.sh +++ b/3rdparty/iconv/build.sh @@ -10,9 +10,9 @@ PROJ_PATH=`pwd`/../ INST_PATH=${PROJ_PATH}/install -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ function msg_banner() { diff --git a/3rdparty/imageMagick/build.sh b/3rdparty/imageMagick/build.sh index 261c31a..5d52fca 100755 --- a/3rdparty/imageMagick/build.sh +++ b/3rdparty/imageMagick/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/iptables/build.sh b/3rdparty/iptables/build.sh index 75493fd..b92c9de 100755 --- a/3rdparty/iptables/build.sh +++ b/3rdparty/iptables/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/libconfig/build.sh b/3rdparty/libconfig/build.sh index 2d2d636..38c1147 100755 --- a/3rdparty/libconfig/build.sh +++ b/3rdparty/libconfig/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/libdrm/build.sh b/3rdparty/libdrm/build.sh index ef61247..ca2cd9d 100755 --- a/3rdparty/libdrm/build.sh +++ b/3rdparty/libdrm/build.sh @@ -11,9 +11,9 @@ CUR_PATH=`pwd` INST_PATH=${PROJ_PATH}/install -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ function msg_banner() { diff --git a/3rdparty/libevent/build.sh b/3rdparty/libevent/build.sh index 53f2070..3fb12de 100755 --- a/3rdparty/libevent/build.sh +++ b/3rdparty/libevent/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/libgpiod/build.sh b/3rdparty/libgpiod/build.sh index 5d14e38..1db0c57 100755 --- a/3rdparty/libgpiod/build.sh +++ b/3rdparty/libgpiod/build.sh @@ -13,9 +13,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { @@ -60,7 +60,7 @@ function compile_libgpiod() { - SRC_NAME=libgpiod-1.4.1 + SRC_NAME=libgpiod-2.0.1 PACK_SUFIX=tar.gz IMG_NAME=libgpiod.so.2.1.1 @@ -92,11 +92,6 @@ cd - } - - export_cross compile_libgpiod - - - diff --git a/3rdparty/libkcapi/build.sh b/3rdparty/libkcapi/build.sh index 8934fe4..ce86e65 100755 --- a/3rdparty/libkcapi/build.sh +++ b/3rdparty/libkcapi/build.sh @@ -14,9 +14,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/libkcapi/libkcapi-1.1.5.tar.gz b/3rdparty/libkcapi/libkcapi-1.1.5.tar.gz deleted file mode 100644 index d4e7995..0000000 --- a/3rdparty/libkcapi/libkcapi-1.1.5.tar.gz +++ /dev/null Binary files differ diff --git a/3rdparty/libpng/build.sh b/3rdparty/libpng/build.sh index fb47bd8..6c45b4c 100755 --- a/3rdparty/libpng/build.sh +++ b/3rdparty/libpng/build.sh @@ -10,9 +10,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/libressl/build.sh b/3rdparty/libressl/build.sh index 68b8388..317705f 100755 --- a/3rdparty/libressl/build.sh +++ b/3rdparty/libressl/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/lrzsz/build.sh b/3rdparty/lrzsz/build.sh index 2f65223..64098b8 100755 --- a/3rdparty/lrzsz/build.sh +++ b/3rdparty/lrzsz/build.sh @@ -10,9 +10,9 @@ PRJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/mosquitto/build.sh b/3rdparty/mosquitto/build.sh index b4b1609..1838c8a 100755 --- a/3rdparty/mosquitto/build.sh +++ b/3rdparty/mosquitto/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/mplayer/build.sh b/3rdparty/mplayer/build.sh index 3689c0e..fc5681e 100755 --- a/3rdparty/mplayer/build.sh +++ b/3rdparty/mplayer/build.sh @@ -13,9 +13,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/ntpdate/build.sh b/3rdparty/ntpdate/build.sh index 72aa9b6..5282c4c 100755 --- a/3rdparty/ntpdate/build.sh +++ b/3rdparty/ntpdate/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/opencv/build.sh b/3rdparty/opencv/build.sh index cb8b529..fa42ade 100755 --- a/3rdparty/opencv/build.sh +++ b/3rdparty/opencv/build.sh @@ -4,9 +4,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- TOOLCHAIN=cortexa7.toolchain.cmake diff --git a/3rdparty/openssh/build.sh b/3rdparty/openssh/build.sh index 5afe706..6dd8193 100755 --- a/3rdparty/openssh/build.sh +++ b/3rdparty/openssh/build.sh @@ -11,9 +11,9 @@ PREFIX_PATH=${PRJ_PATH}/../install/ #PREFIX_PATH=${PRJ_PATH}/install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/openssh/openssl/build.sh b/3rdparty/openssh/openssl/build.sh index 4f6d8dc..ed99b8c 100755 --- a/3rdparty/openssh/openssl/build.sh +++ b/3rdparty/openssh/openssl/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/openssh/zlib/build.sh b/3rdparty/openssh/zlib/build.sh index d679bf6..e92e552 100755 --- a/3rdparty/openssh/zlib/build.sh +++ b/3rdparty/openssh/zlib/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/openssl/build.sh b/3rdparty/openssl/build.sh index 3304078..bdba521 100755 --- a/3rdparty/openssl/build.sh +++ b/3rdparty/openssl/build.sh @@ -10,9 +10,9 @@ PROJ_PATH=`pwd` PREFIX_PATH=`pwd`/../install -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { @@ -57,7 +57,7 @@ function compile_openssl() { - SRC_NAME=openssl-1.1.1d + SRC_NAME=openssl-1.1.1v PACK_SUFIX=tar.gz if [ -f ${PREFIX_PATH}/lib/libcrypto.a ] ; then diff --git a/3rdparty/pppd/build.sh b/3rdparty/pppd/build.sh index e875dac..e3990c0 100755 --- a/3rdparty/pppd/build.sh +++ b/3rdparty/pppd/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- SYSROOT=`${CROSSTOOL}gcc -print-sysroot` diff --git a/3rdparty/qt/build_QT5.sh b/3rdparty/qt/build_QT5.sh index ffec183..756a604 100755 --- a/3rdparty/qt/build_QT5.sh +++ b/3rdparty/qt/build_QT5.sh @@ -23,9 +23,9 @@ PREFIX_PATH=`pwd`/../install/ QT_INST_PATH=/apps/QT5.9_A5 -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() diff --git a/3rdparty/qt/tslib/build.sh b/3rdparty/qt/tslib/build.sh index 526c9f0..75237ff 100755 --- a/3rdparty/qt/tslib/build.sh +++ b/3rdparty/qt/tslib/build.sh @@ -10,8 +10,8 @@ PROJ_PATH=`pwd`/.. INST_PATH=${PROJ_PATH}/../install -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- -LYFTP_SRC=ftp://master.iot-yun.club/src/ +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- +LYFTP_SRC=http://master.weike-iot.com:2211/src/ function msg_banner() { diff --git a/3rdparty/sqlite/build.sh b/3rdparty/sqlite/build.sh index c315926..ab86538 100755 --- a/3rdparty/sqlite/build.sh +++ b/3rdparty/sqlite/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/stunnel/build.sh b/3rdparty/stunnel/build.sh index 12624ae..87ae871 100755 --- a/3rdparty/stunnel/build.sh +++ b/3rdparty/stunnel/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/tree/build.sh b/3rdparty/tree/build.sh index e849053..a308064 100755 --- a/3rdparty/tree/build.sh +++ b/3rdparty/tree/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/bin -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/util-linux/build.sh b/3rdparty/util-linux/build.sh index a526325..253bc7a 100755 --- a/3rdparty/util-linux/build.sh +++ b/3rdparty/util-linux/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/valgrind/build.sh b/3rdparty/valgrind/build.sh index 2e0a5d5..1911bae 100755 --- a/3rdparty/valgrind/build.sh +++ b/3rdparty/valgrind/build.sh @@ -19,9 +19,9 @@ # valgrind install path be same as board PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/vsftpd/build.sh b/3rdparty/vsftpd/build.sh index a9ae1fc..c1ee77b 100755 --- a/3rdparty/vsftpd/build.sh +++ b/3rdparty/vsftpd/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/zbar/build.sh b/3rdparty/zbar/build.sh index 678389c..12d4675 100755 --- a/3rdparty/zbar/build.sh +++ b/3rdparty/zbar/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index bc06b5b..cbc1a96 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { -- Gitblit v1.9.1