LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-19 1fc63aca11ea45346022b9efbcb2916fb854e34d
update third party build shell script for cross compiler and LingYun source code
47 files modified
1 files deleted
197 ■■■■ changed files
3rdparty/alsa/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/appweb/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/build.sh 4 ●●● patch | view | raw | blame | history
3rdparty/busybox/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/cJSON/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/curl/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/dhcpd/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/dnsmasq/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/dosfstools/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/dropbear/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/e2fsprogs/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/ethtool/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/fbgrab/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/ffmpeg/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/file/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/glib/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/gstreamer/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/iconv/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/imageMagick/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/iptables/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libconfig/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libdrm/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libevent/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libgpiod/build.sh 11 ●●●● patch | view | raw | blame | history
3rdparty/libkcapi/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libkcapi/libkcapi-1.1.5.tar.gz patch | view | raw | blame | history
3rdparty/libpng/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/libressl/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/lrzsz/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/mosquitto/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/mplayer/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/ntpdate/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/opencv/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/openssh/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/openssh/openssl/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/openssh/zlib/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/openssl/build.sh 6 ●●●● patch | view | raw | blame | history
3rdparty/pppd/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/qt/build_QT5.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/qt/tslib/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/sqlite/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/stunnel/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/tree/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/util-linux/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/valgrind/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/vsftpd/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/zbar/build.sh 4 ●●●● patch | view | raw | blame | history
3rdparty/zlib/build.sh 4 ●●●● patch | view | raw | blame | history
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()
{
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
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
}
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-
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}
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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}
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
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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
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()
{
3rdparty/libkcapi/libkcapi-1.1.5.tar.gz
Binary files differ
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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
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()
{
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()
{
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()
{
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 
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`
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()
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{