From b0cd99d409f38e1aafcd67fef85a95f913b8ffbd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 03 Jan 2022 20:51:19 +0800 Subject: [PATCH] update imx6ull bsp tarball buid.sh fix 127.0.0.1 bug --- bsp/tarball/build.sh | 22 ++++++---------------- 1 files changed, 6 insertions(+), 16 deletions(-) diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh index d9b7883..06c6645 100755 --- a/bsp/tarball/build.sh +++ b/bsp/tarball/build.sh @@ -2,27 +2,17 @@ TAR_PATH=`pwd` -TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp - -GIT_URL_NXP="https://source.codeaurora.org/external/imx" +# update by top build.sh BSP_BRANCH=lf-5.10.52-2.1.0 - - -# $SYSTEM should be buildroot, yocto or debian -# Buildroot distro should be: buildroot-2021.02 -# Yocto distro should be : hardknott -# Debian distro should be : buster or bullseye SYSTEM=buildroot -DISTRO=v2021.02 +DISTRO=2021.02 +SYSNAME=buildroot -SYSTYPE=`echo $SYSTEM | tr 'A-Z' 'a-z'` -if [ $SYSTYPE == "debian" ] ; then - SYSNAME=${DISTRO} -else - SYSNAME=${SYSTYPE} -fi ROOTFS_DIR=rootfs_${SYSNAME} +TARBALL_URL=http://weike-iot.com:2211/imx6ull/bsp +GIT_URL_NXP="https://source.codeaurora.org/external/imx" + function do_fetch_git() { SRC=$1 -- Gitblit v1.9.1