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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh
index 71dbf6a..06c6645 100755
--- a/bsp/tarball/build.sh
+++ b/bsp/tarball/build.sh
@@ -10,7 +10,7 @@
ROOTFS_DIR=rootfs_${SYSNAME}
-TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp
+TARBALL_URL=http://weike-iot.com:2211/imx6ull/bsp
GIT_URL_NXP="https://source.codeaurora.org/external/imx"
function do_fetch_git()
--
Gitblit v1.9.1