NanoPI m3 NEXT patches update, docker support

This commit is contained in:
Igor Pecovnik 2018-01-27 22:23:00 +01:00
parent c6abe0b02a
commit 6fac04fb08
6 changed files with 43045 additions and 2726 deletions

View File

@ -8,13 +8,13 @@ MODULES_NEXT=""
CPUMIN="400000"
CPUMAX="1400000"
#
KERNEL_TARGET="default,next,dev"
CLI_TARGET="xenial:next"
KERNEL_TARGET="next"
CLI_TARGET="stretch:next"
DESKTOP_TARGET="xenial:next"
#
CLI_BETA_TARGET="xenial:next"
CLI_BETA_TARGET=""
#
RECOMMENDED="Ubuntu_xenial_next_nightly:66,Ubuntu_xenial_next_desktop_nightly:66"
RECOMMENDED="Debian_stretch_next:75,Ubuntu_xenial_next_desktop:75"
#
BOARDRATING=""
CHIP=""

File diff suppressed because it is too large Load Diff

View File

@ -11,11 +11,16 @@ UBOOT_COMPILER='aarch64-linux-gnu-'
case $BRANCH in
default)
#BOOTSOURCE='https://github.com/friendlyarm/u-boot'
#BOOTBRANCH='branch:nanopi2-v2016.01'
#BOOTPATCHDIR='u-boot-s5p6818-default'
KERNELSOURCE='https://github.com/friendlyarm/linux'
KERNELBRANCH='branch:nanopi2-v4.4.y'
KERNELDIR='linux-s5p6818'
KERNEL_USE_GCC='> 6.3'
KERNEL_USE_GCC='> 6.0'
;;
dev)
@ -23,7 +28,7 @@ case $BRANCH in
KERNELBRANCH='branch:master'
KERNELDIR='linux-s5p6818'
KERNEL_USE_GCC='> 5.0'
KERNEL_USE_GCC='> 7.0'
;;
next)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff