change uboot name
This commit is contained in:
parent
6fc85be242
commit
503216ae89
4
external/config/sources/arm64.conf
vendored
4
external/config/sources/arm64.conf
vendored
@ -38,11 +38,11 @@ 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-orangepi.git"
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git"
|
||||
[[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot"
|
||||
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04'
|
||||
|
||||
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'
|
||||
[[ -z $KERNELDIR ]] && KERNELDIR="${SRC}/kernel"
|
||||
[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-orangepi.git"
|
||||
[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-bananapi.git"
|
||||
[[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:orange-pi-5.4'
|
||||
|
||||
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-orangepi.git"
|
||||
[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.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-orangepi.git'
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
|
||||
;;
|
||||
github)
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-orangepi.git'
|
||||
MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git'
|
||||
;;
|
||||
*)
|
||||
MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user