change repo
This commit is contained in:
parent
ed3c0c4950
commit
939c46bf7c
2
external/config/sources/arm64.conf
vendored
2
external/config/sources/arm64.conf
vendored
@ -38,7 +38,7 @@ fi
|
||||
[[ $ATF_COMPILE != "no" && -z $ATF_USE_GCC ]] && ATF_USE_GCC='> 8.0'
|
||||
|
||||
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git"
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/pi-u-boot.git"
|
||||
[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"
|
||||
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'
|
||||
|
||||
|
||||
2
external/config/sources/armhf.conf
vendored
2
external/config/sources/armhf.conf
vendored
@ -16,7 +16,7 @@ GIT_SERVER="http://10.10.10.106:10000/Qubot"
|
||||
|
||||
[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER="arm-none-linux-gnueabihf-"
|
||||
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git"
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/pi-u-boot.git"
|
||||
[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"
|
||||
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'
|
||||
|
||||
|
||||
@ -97,10 +97,10 @@ MAINLINE_KERNEL_DIR="$SRC/kernel"
|
||||
|
||||
case $UBOOT_MIRROR in
|
||||
gitee)
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/pi-u-boot.git'
|
||||
;;
|
||||
github)
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/pi-u-boot.git'
|
||||
;;
|
||||
*)
|
||||
MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user