From 1eea50d7ee0302a7654ac6b9efb518059397f28c Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 29 Dec 2021 15:35:21 +0800 Subject: [PATCH] update tarball build shell script --- bsp/tarball/build.sh | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh index 6cac99a..71dbf6a 100755 --- a/bsp/tarball/build.sh +++ b/bsp/tarball/build.sh @@ -2,21 +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 -# DISTRO should be: 2021.02, hardknott, buster or bullseye -# SYSNAME should be: buildroot, yocto, buster or bullseye SYSTEM=buildroot DISTRO=2021.02 SYSNAME=buildroot ROOTFS_DIR=rootfs_${SYSNAME} +TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp +GIT_URL_NXP="https://source.codeaurora.org/external/imx" + function do_fetch_git() { SRC=$1 -- Gitblit v1.9.1