Added Udoo DEV upstream kernel, tested once ... not booting properly at one test.

This commit is contained in:
Igor Pecovnik 2017-07-03 20:22:01 +02:00
parent 65329f652f
commit 8a9922aed8
3 changed files with 4978 additions and 3 deletions

View File

@ -5,8 +5,8 @@ BOOTCONFIG="udoo_qdl_config"
MODULES="bonding"
MODULES_NEXT=""
#
KERNEL_TARGET="default,next"
CLI_TARGET="jessie:default,next"
KERNEL_TARGET="default,next,dev"
CLI_TARGET="xenial,jessie:default,next"
DESKTOP_TARGET="xenial:default,next"
#
RECOMMENDED="Ubuntu_xenial_next_desktop:90,Ubuntu_xenial_next:90"
@ -14,4 +14,4 @@ RECOMMENDED="Ubuntu_xenial_next_desktop:90,Ubuntu_xenial_next:90"
BOARDRATING=""
CHIP="http://docs.armbian.com/Hardware_Freescale-imx6/#udoo-quad"
HARDWARE="http://www.udoo.org/docs/Introduction/Introduction.html"
FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x/"
FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x/"

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,12 @@ case $BRANCH in
KERNELBRANCH='branch:4.4-5.0.11.p7.3'
KERNELDIR='linux-udoo-next'
;;
dev)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:master'
KERNELDIR=$MAINLINE_KERNEL_DIR
;;
esac
CPUMIN=392000