Browse Source

linux: update rt-patch for 4.4/4.9/rpi-git, update 4.11.x kernel

Waldemar Brodkorb 6 years ago
parent
commit
6250a37246

+ 2 - 2
mk/kernel-ver.mk

@@ -16,10 +16,10 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_11),y)
-KERNEL_FILE_VER:=	4.11.5
+KERNEL_FILE_VER:=	4.11.6
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		f7464c57e948a2597ea129c3f71909ccba7f02d297812cee74d694f823f16d4c
+KERNEL_HASH:=		25539bfc34a01735d23ee80d5ef84054c65d1ea35dbd81be1cea339c21509631
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
 KERNEL_FILE_VER:=	4.9.32

+ 1 - 1
target/config/Config.in.kernelversion

@@ -28,7 +28,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT
 	select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_KERNEL_VERSION_4_11
-	bool "4.11.5"
+	bool "4.11.6"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG

+ 2 - 4
target/linux/config/Config.in.kernel

@@ -166,8 +166,7 @@ config ADK_KERNEL_PREEMPT_RTB
 	select ADK_KERNEL_HIGH_RES_TIMERS
 	select ADK_KERNEL_PATCH_REALTIME
 	depends on !ADK_KERNEL_OPROFILE
-	depends on ADK_TARGET_KERNEL_VERSION_4_1 \
-		|| ADK_TARGET_KERNEL_VERSION_4_4 \
+	depends on ADK_TARGET_KERNEL_VERSION_4_4 \
 		|| ADK_TARGET_KERNEL_VERSION_4_9 \
 		|| (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX)
         help
@@ -178,8 +177,7 @@ config ADK_KERNEL_PREEMPT_RT_FULL
 	select ADK_KERNEL_HIGH_RES_TIMERS
 	select ADK_KERNEL_PATCH_REALTIME
 	depends on !ADK_KERNEL_OPROFILE
-	depends on ADK_TARGET_KERNEL_VERSION_4_1 \
-		|| ADK_TARGET_KERNEL_VERSION_4_4 \
+	depends on ADK_TARGET_KERNEL_VERSION_4_4 \
 		|| ADK_TARGET_KERNEL_VERSION_4_9 \
 		|| (ADK_TARGET_KERNEL_VERSION_GIT && ADK_TARGET_BOARD_BCM28XX)
         help

File diff suppressed because it is too large
+ 901 - 1052
target/linux/patches/4.4.72/patch-realtime


File diff suppressed because it is too large
+ 586 - 307
target/linux/patches/4.9.32/patch-realtime


File diff suppressed because it is too large
+ 233 - 173
target/linux/patches/8327f281c8d5083b13b3a4e6e2a36ee7c3d67913/patch-realtime


Some files were not shown because too many files changed in this diff