From 7b4034eaee2391e5347b9470b09dfc5a3f2ab856 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 29 Dec 2021 15:10:14 +0800 Subject: [PATCH] update bsp build.sh fix SYSTYPE bug --- bsp/tarball/build.sh | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh index 6cac99a..9f7de33 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" -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 +# update by top build.sh 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" +BSP_BRANCH=lf-5.10.52-2.1.0 + function do_fetch_git() { SRC=$1 -- Gitblit v1.9.1