Use GCC for several mainline sources
Create sunxi64_common.inc sources file for future use
This commit is contained in:
parent
ee94a13741
commit
a6c444d57c
@ -25,6 +25,8 @@ case $BRANCH in
|
||||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
|
||||
KERNELDIR=$MAINLINE_KERNEL_DIR
|
||||
|
||||
KERNEL_ALT_GCC='> 6.1'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -24,6 +24,9 @@ case $BRANCH in
|
||||
BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
BOOTPATCHDIR='u-boot-odroidxu4-next'
|
||||
BOOTENV_FILE='odroidxu4-next.txt'
|
||||
|
||||
UBOOT_ALT_GCC='> 6.1'
|
||||
|
||||
HAS_UUID_SUPPORT=yes
|
||||
|
||||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
|
||||
source "${BASH_SOURCE%/*}/sunxi64_common.inc"
|
||||
|
||||
BOOTSOURCE='https://github.com/zador-blood-stained/u-boot-pine64-armbian.git'
|
||||
BOOTDIR='u-boot-pine64'
|
||||
|
||||
@ -25,18 +28,15 @@ case $BRANCH in
|
||||
BOOTSCRIPT='boot-pine64-next.cmd:boot.cmd'
|
||||
BOOTENV_FILE='pine64-next.txt'
|
||||
BOOTPATCHDIR='u-boot-pine64-dev'
|
||||
UBOOT_TARGET_MAP=';;u-boot-with-spl.bin'
|
||||
|
||||
KERNELSOURCE='https://github.com/Icenowy/linux'
|
||||
KERNELBRANCH='branch:ice-a64-v6.1'
|
||||
KERNELDIR='linux-pine64-dev'
|
||||
GOVERNOR=schedutil
|
||||
UBOOT_TARGET_MAP=';;u-boot-with-spl.bin'
|
||||
;;
|
||||
esac
|
||||
|
||||
ARCH=arm64
|
||||
KERNEL_IMAGE_TYPE=Image
|
||||
|
||||
CPUMIN=480000
|
||||
CPUMAX=1200000
|
||||
|
||||
|
||||
2
config/sources/sunxi64_common.inc
Normal file
2
config/sources/sunxi64_common.inc
Normal file
@ -0,0 +1,2 @@
|
||||
ARCH=arm64
|
||||
KERNEL_IMAGE_TYPE=Image
|
||||
Loading…
Reference in New Issue
Block a user