summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-22 03:37:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-22 03:37:15 +0100
commit39a66a8be47b12fcff514b905eaf6fe385c084f6 (patch)
tree910e972a2884dcbe6e40fb1e247b3549ed6cbcd0
parent82f8ffcf4d0926dfa8a2102521db4c81e89718ab (diff)
linux: update to 4.9.16
-rw-r--r--mk/kernel-ver.mk4
-rw-r--r--target/config/Config.in.kernelversion4
-rw-r--r--target/linux/patches/4.9.16/crisv32_ethernet_driver.patch (renamed from target/linux/patches/4.9.13/crisv32_ethernet_driver.patch)0
-rw-r--r--target/linux/patches/4.9.16/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.9.13/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/4.9.16/ld-or1k.patch (renamed from target/linux/patches/4.9.13/ld-or1k.patch)0
-rw-r--r--target/linux/patches/4.9.16/macsonic.patch (renamed from target/linux/patches/4.9.13/macsonic.patch)0
-rw-r--r--target/linux/patches/4.9.16/microblaze-sigaltstack.patch (renamed from target/linux/patches/4.9.13/microblaze-sigaltstack.patch)0
-rw-r--r--target/linux/patches/4.9.16/or1k-more-ram.patch (renamed from target/linux/patches/4.9.13/or1k-more-ram.patch)0
-rw-r--r--target/linux/patches/4.9.16/patch-realtime (renamed from target/linux/patches/4.9.13/patch-realtime)0
-rw-r--r--target/linux/patches/4.9.16/sh2.patch (renamed from target/linux/patches/4.9.13/sh2.patch)0
-rw-r--r--target/linux/patches/4.9.16/startup.patch (renamed from target/linux/patches/4.9.13/startup.patch)0
-rw-r--r--target/linux/patches/4.9.16/vdso2.patch (renamed from target/linux/patches/4.9.13/vdso2.patch)0
12 files changed, 4 insertions, 4 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 5ffaadee7..cd3960a0e 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:= 4.9.13
+KERNEL_FILE_VER:= 4.9.16
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 36464aec4fb32ed192252645819abb55ceb21eef17b3f7210b4a673e7486a268
+KERNEL_HASH:= 43b444915cbde67d47b6b614e277c14856a55a63698054298be3a16fe3babae4
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y)
KERNEL_FILE_VER:= 4.6.2
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 281304616..ef808882f 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -12,8 +12,8 @@ default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_SYSTEM_KINETIS_K70
default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_LM32
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_CRIS
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG
-default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_RISCV
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
+default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_RISCV
default ADK_TARGET_KERNEL_VERSION_4_9
config ADK_TARGET_KERNEL_VERSION_GIT
@@ -26,7 +26,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT
select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
config ADK_TARGET_KERNEL_VERSION_4_9
- bool "4.9.13"
+ bool "4.9.16"
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
diff --git a/target/linux/patches/4.9.13/crisv32_ethernet_driver.patch b/target/linux/patches/4.9.16/crisv32_ethernet_driver.patch
index 0cef202fc..0cef202fc 100644
--- a/target/linux/patches/4.9.13/crisv32_ethernet_driver.patch
+++ b/target/linux/patches/4.9.16/crisv32_ethernet_driver.patch
diff --git a/target/linux/patches/4.9.13/initramfs-nosizelimit.patch b/target/linux/patches/4.9.16/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/4.9.13/initramfs-nosizelimit.patch
+++ b/target/linux/patches/4.9.16/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/4.9.13/ld-or1k.patch b/target/linux/patches/4.9.16/ld-or1k.patch
index 264f9166f..264f9166f 100644
--- a/target/linux/patches/4.9.13/ld-or1k.patch
+++ b/target/linux/patches/4.9.16/ld-or1k.patch
diff --git a/target/linux/patches/4.9.13/macsonic.patch b/target/linux/patches/4.9.16/macsonic.patch
index 75a6fcad2..75a6fcad2 100644
--- a/target/linux/patches/4.9.13/macsonic.patch
+++ b/target/linux/patches/4.9.16/macsonic.patch
diff --git a/target/linux/patches/4.9.13/microblaze-sigaltstack.patch b/target/linux/patches/4.9.16/microblaze-sigaltstack.patch
index c4064e8b9..c4064e8b9 100644
--- a/target/linux/patches/4.9.13/microblaze-sigaltstack.patch
+++ b/target/linux/patches/4.9.16/microblaze-sigaltstack.patch
diff --git a/target/linux/patches/4.9.13/or1k-more-ram.patch b/target/linux/patches/4.9.16/or1k-more-ram.patch
index de848c838..de848c838 100644
--- a/target/linux/patches/4.9.13/or1k-more-ram.patch
+++ b/target/linux/patches/4.9.16/or1k-more-ram.patch
diff --git a/target/linux/patches/4.9.13/patch-realtime b/target/linux/patches/4.9.16/patch-realtime
index abc03f9f5..abc03f9f5 100644
--- a/target/linux/patches/4.9.13/patch-realtime
+++ b/target/linux/patches/4.9.16/patch-realtime
diff --git a/target/linux/patches/4.9.13/sh2.patch b/target/linux/patches/4.9.16/sh2.patch
index 9debe80ad..9debe80ad 100644
--- a/target/linux/patches/4.9.13/sh2.patch
+++ b/target/linux/patches/4.9.16/sh2.patch
diff --git a/target/linux/patches/4.9.13/startup.patch b/target/linux/patches/4.9.16/startup.patch
index e54ac19a6..e54ac19a6 100644
--- a/target/linux/patches/4.9.13/startup.patch
+++ b/target/linux/patches/4.9.16/startup.patch
diff --git a/target/linux/patches/4.9.13/vdso2.patch b/target/linux/patches/4.9.16/vdso2.patch
index 35df488a8..35df488a8 100644
--- a/target/linux/patches/4.9.13/vdso2.patch
+++ b/target/linux/patches/4.9.16/vdso2.patch