Add missing *_USE_GCC to sources configurations

This commit is contained in:
zador-blood-stained 2018-01-05 15:00:10 +03:00
parent e755245208
commit 91ce8682cf
13 changed files with 35 additions and 5 deletions

View File

@ -30,12 +30,14 @@ case $BRANCH in
KERNELBRANCH='branch:linux-4.14.y'
KERNELDIR=$MAINLINE_KERNEL_DIR
BOOTPATCHDIR='u-boot-cubox-next'
KERNEL_USE_GCC='> 7.0'
;;
dev)
KERNELSOURCE='https://github.com/SolidRun/linux-fslc'
KERNELBRANCH='branch:3.14-1.0.x-mx6-sr'
KERNELDIR='linux-cubox'
KERNEL_USE_GCC='> 7.0'
;;
esac

View File

@ -23,6 +23,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/tobetter/linux'
KERNELBRANCH='branch:odroidxu4-v4.2'
KERNELDIR='linux-odroidxu-next'
KERNEL_USE_GCC='> 6.0'
;;
esac

View File

@ -14,6 +14,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/hardkernel/linux'
KERNELBRANCH='branch:odroidxu3-3.10.y'
KERNELDIR='linux-odroidxu4'
KERNEL_USE_GCC='> 5.0'
CAN_BUILD_STRETCH=no
;;

View File

@ -19,18 +19,24 @@ case $BRANCH in
KERNELSOURCE='https://github.com/mqmaker/linux-rockchip'
KERNELBRANCH='branch:miqi/release-4.4'
KERNELDIR='linux-rockchip'
KERNEL_USE_GCC='> 6.0'
;;
next)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:linux-4.14.y'
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_USE_GCC='> 7.0'
;;
dev)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:master'
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_USE_GCC='> 7.0'
;;
esac

View File

@ -4,6 +4,7 @@ OFFSET=16
KERNELSOURCE='https://github.com/LeMaker/linux-actions'
KERNELBRANCH='branch:linux-3.10.y'
KERNELDIR='linux-s500'
KERNEL_USE_GCC='> 5.0'
CAN_BUILD_STRETCH=no
@ -17,6 +18,7 @@ case $BOARD in
BOOTBRANCH='branch:s500-master'
BOOTDIR='u-boot-s500'
UBOOT_TARGET_MAP="u-boot-dtb.img;;$SRC/packages/blobs/s500/s500-bootloader-guitar.bin u-boot-dtb.img"
UBOOT_USE_GCC='> 5.0'
SERIALCON=ttyS3
;;
@ -26,6 +28,7 @@ case $BOARD in
BOOTDIR='u-boot-roseapple'
BOOTPATCHDIR='u-boot-roseapple'
UBOOT_TARGET_MAP="u-boot-dtb.img;;$SRC/packages/blobs/s500/s500-bootloader-roseapple.bin u-boot-dtb.img"
KERNEL_USE_GCC='> 5.0'
SERIALCON=ttyS2
;;
esac

View File

@ -14,11 +14,16 @@ case $BRANCH in
KERNELSOURCE='https://github.com/rafaello7/linux-nanopi-m3'
KERNELBRANCH='branch:master'
KERNELDIR='linux-s5p6818'
KERNEL_USE_GCC='> 5.0'
;;
next)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:linux-4.14.y'
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_USE_GCC='> 7.0'
;;
esac

View File

@ -8,6 +8,8 @@ case $BRANCH in
KERNELSOURCE='https://github.com/linux-sunxi/linux-sunxi'
KERNELBRANCH='branch:sunxi-3.4'
KERNELDIR='linux-sunxi'
KERNEL_USE_GCC='> 5.0'
;;
dev)

View File

@ -25,10 +25,6 @@ case $BRANCH in
UBOOT_COMPILER='arm-linux-gnueabihf-'
UBOOT_USE_GCC='> 5.0'
#KERNELSOURCE='https://github.com/longsleep/linux-pine64.git'
#KERNELBRANCH='branch:pine64-hacks-1.2'
#KERNELDIR='linux-pine64'
KERNELSOURCE='https://github.com/ayufan-pine64/linux-pine64'
KERNELBRANCH='branch:my-hacks-1.2'
KERNELDIR='linux-pine64'

View File

@ -8,7 +8,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/linux-sunxi/linux-sunxi'
KERNELBRANCH='branch:sunxi-3.4'
KERNELDIR='linux-sunxi'
KERNEL_USE_GCC='< 5.0'
KERNEL_USE_GCC='> 5.0'
;;
dev)

View File

@ -8,6 +8,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/linux-sunxi/linux-sunxi'
KERNELBRANCH='branch:sunxi-3.4'
KERNELDIR='linux-sunxi'
KERNEL_USE_GCC='> 5.0'
CPUMAX=1010000
;;

View File

@ -10,6 +10,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/igorpecovnik/linux'
KERNELBRANCH='branch:sun8i'
KERNELDIR='linux-sun8i'
KERNEL_USE_GCC='> 5.0'
ASOUND_STATE='asound.state.sun8i-default'
;;

View File

@ -5,6 +5,7 @@ BOOTSCRIPT="boot-$BOARD.cmd:boot.cmd"
BOOTENV_FILE='udoo-neo-default.txt'
HAS_UUID_SUPPORT=yes
UBOOT_TARGET_MAP=';;SPL u-boot.img'
UBOOT_USE_GCC='> 5.0'
case $BOARD in
udoo)
@ -23,12 +24,16 @@ case $BRANCH in
KERNELSOURCE='https://github.com/UDOOboard/linux_kernel'
KERNELBRANCH='branch:3.14-1.0.x-udoo'
KERNELDIR='linux-udoo'
KERNEL_USE_GCC='> 5.0'
;;
next)
KERNELSOURCE='https://github.com/patrykk/linux-udoo'
KERNELBRANCH='branch:4.4-5.0.11.p7.3'
KERNELDIR='linux-udoo-next'
KERNEL_USE_GCC='> 6.0'
;;
esac

View File

@ -4,6 +4,7 @@ BOOTSCRIPT="boot-$BOARD.cmd:boot.cmd"
BOOTENV_FILE='udoo-default.txt'
HAS_UUID_SUPPORT=yes
UBOOT_TARGET_MAP=';;SPL u-boot.img'
UBOOT_USE_GCC='> 5.0'
case $BOARD in
udoo)
@ -22,18 +23,24 @@ case $BRANCH in
KERNELSOURCE='https://github.com/UDOOboard/linux_kernel'
KERNELBRANCH='branch:3.14-1.0.x-udoo'
KERNELDIR='linux-udoo'
KERNEL_USE_GCC='> 5.0'
;;
next)
KERNELSOURCE='https://github.com/patrykk/linux-udoo'
KERNELBRANCH='branch:4.4-5.0.11.p7.3'
KERNELDIR='linux-udoo-next'
KERNEL_USE_GCC='> 6.0'
;;
dev)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:master'
KERNELDIR=$MAINLINE_KERNEL_DIR
KERNEL_USE_GCC='> 7.0'
;;
esac