summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-19 01:04:12 (GMT)
committerGitHub <noreply@github.com>2016-11-19 01:04:12 (GMT)
commit3eb2e351f02d82fad255a9e6433c4c4d659c5de0 (patch)
tree0bbb816842e644ac02085173b7643633efdf54b8
parentfbac89da087fabe294ff8b62a822c3b6e04952a5 (diff)
parent15ffdc42f10a4ea5c750e2521384d6f5d50671c5 (diff)
Merge pull request #478 from stilor/kernel-update
Kernel update
-rw-r--r--config/kernel/linux.in54
-rw-r--r--samples/aarch64-rpi3-linux-gnueabi/crosstool.config1
-rw-r--r--samples/armv7-rpi2-linux-gnueabihf/crosstool.config2
-rw-r--r--samples/armv8-rpi3-linux-gnueabihf/crosstool.config2
-rw-r--r--samples/xtensa-unknown-linux-uclibc/crosstool.config2
5 files changed, 34 insertions, 27 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index e0dfd53..829e7b0 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -44,62 +44,62 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_4_4
+config KERNEL_V_4_8
+ bool
+ prompt "4.8.8"
+
+config KERNEL_V_4_7
bool
- prompt "4.4.3 (stable)"
+ prompt "4.7.10 (EOL)"
+ depends on OBSOLETE
-config KERNEL_V_4_3
+config KERNEL_V_4_4
bool
- prompt "4.3.6 (EOL)"
+ prompt "4.4.32"
config KERNEL_V_4_1
bool
- prompt "4.1.18"
+ prompt "4.1.35"
config KERNEL_V_3_18
bool
- prompt "3.18.27"
+ prompt "3.18.44"
-config KERNEL_V_3_14
+config KERNEL_V_3_16
bool
- prompt "3.14.62"
+ prompt "3.16.38"
config KERNEL_V_3_12
bool
- prompt "3.12.55"
+ prompt "3.12.67"
config KERNEL_V_3_10
bool
- prompt "3.10.98"
+ prompt "3.10.104"
config KERNEL_V_3_4
bool
- prompt "3.4.110"
+ prompt "3.4.113"
config KERNEL_V_3_2
bool
- prompt "3.2.77"
+ prompt "3.2.83"
-config KERNEL_V_2_6_32
- bool
- prompt "2.6.32.70"
- help
-
endchoice
config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "4.4.3" if KERNEL_V_4_4
- default "4.3.6" if KERNEL_V_4_3
- default "4.1.18" if KERNEL_V_4_1
- default "3.18.27" if KERNEL_V_3_18
- default "3.14.62" if KERNEL_V_3_14
- default "3.12.55" if KERNEL_V_3_12
- default "3.10.98" if KERNEL_V_3_10
- default "3.4.110" if KERNEL_V_3_4
- default "3.2.77" if KERNEL_V_3_2
- default "2.6.32.70" if KERNEL_V_2_6_32
+ default "4.8.8" if KERNEL_V_4_8
+ default "4.7.10" if KERNEL_V_4_7
+ default "4.4.32" if KERNEL_V_4_4
+ default "4.1.35" if KERNEL_V_4_1
+ default "3.18.44" if KERNEL_V_3_18
+ default "3.16.38" if KERNEL_V_3_16
+ default "3.12.67" if KERNEL_V_3_12
+ default "3.10.104" if KERNEL_V_3_10
+ default "3.4.113" if KERNEL_V_3_4
+ default "3.2.83" if KERNEL_V_3_2
endif # ! KERNEL_LINUX_CUSTOM
diff --git a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
index 2bbece8..6ee2a68 100644
--- a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
+++ b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
@@ -1,4 +1,5 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a53"
CT_ARCH_64=y
diff --git a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config
index d56a4f4..0e98048 100644
--- a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config
+++ b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config
@@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
+CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a7"
CT_ARCH_FPU="neon-vfpv4"
CT_ARCH_FLOAT_HW=y
diff --git a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
index 043cc6f..16f35ae 100644
--- a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
+++ b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
@@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
+CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a53"
CT_ARCH_FPU="neon-vfpv4"
CT_ARCH_FLOAT_HW=y
diff --git a/samples/xtensa-unknown-linux-uclibc/crosstool.config b/samples/xtensa-unknown-linux-uclibc/crosstool.config
index 3dd0c2a..e7ab10e 100644
--- a/samples/xtensa-unknown-linux-uclibc/crosstool.config
+++ b/samples/xtensa-unknown-linux-uclibc/crosstool.config
@@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
+CT_LOG_EXTRA=y
CT_ARCH_xtensa=y
CT_KERNEL_linux=y
CT_LIBC_uClibc=y