aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-longterm_4.19.bb4
-rw-r--r--recipes-kernel/linux/linux-longterm_5.4.bb (renamed from recipes-kernel/linux/linux-stable_5.4.bb)4
-rw-r--r--recipes-kernel/linux/linux-mainline_5.6.bb9
-rw-r--r--recipes-kernel/linux/linux-stable_5.5.bb4
4 files changed, 15 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-longterm_4.19.bb b/recipes-kernel/linux/linux-longterm_4.19.bb
index 8bbe716..7f6ae4f 100644
--- a/recipes-kernel/linux/linux-longterm_4.19.bb
+++ b/recipes-kernel/linux/linux-longterm_4.19.bb
@@ -1,8 +1,8 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-LINUX_VERSION ?= "4.19.103"
+LINUX_VERSION ?= "4.19.106"
KBRANCH ?= "linux-4.19.y"
-SRCREV ?= "357668399cf70ccdc0ee8967bff3448d0f4f9ae1"
+SRCREV ?= "f25804f389846835535db255e7ba80eeed967ed7"
require linux-mutual.inc
diff --git a/recipes-kernel/linux/linux-stable_5.4.bb b/recipes-kernel/linux/linux-longterm_5.4.bb
index 833d499..96975fe 100644
--- a/recipes-kernel/linux/linux-stable_5.4.bb
+++ b/recipes-kernel/linux/linux-longterm_5.4.bb
@@ -1,7 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-LINUX_VERSION ?= "5.4.19"
+LINUX_VERSION ?= "5.4.22"
KBRANCH ?= "linux-5.4.y"
-SRCREV ?= "d6591ea2dd1a44b1c72c5a3e3b6555d7585acdae"
+SRCREV ?= "f22dcb31727e3cf31a9143437f134ea133021982"
require linux-mutual.inc
diff --git a/recipes-kernel/linux/linux-mainline_5.6.bb b/recipes-kernel/linux/linux-mainline_5.6.bb
new file mode 100644
index 0000000..bf8cbf8
--- /dev/null
+++ b/recipes-kernel/linux/linux-mainline_5.6.bb
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+
+LINUX_VERSION ?= "5.6-rc3"
+KBRANCH ?= "master"
+SRCREV ?= "f8788d86ab28f61f7b46eb6be375f8a726783636"
+
+require linux-mutual.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
diff --git a/recipes-kernel/linux/linux-stable_5.5.bb b/recipes-kernel/linux/linux-stable_5.5.bb
index 71fb833..c4bc1b6 100644
--- a/recipes-kernel/linux/linux-stable_5.5.bb
+++ b/recipes-kernel/linux/linux-stable_5.5.bb
@@ -1,7 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-LINUX_VERSION ?= "5.5.3"
+LINUX_VERSION ?= "5.5.6"
KBRANCH ?= "linux-5.5.y"
-SRCREV ?= "deff2fcb0de9352c271d6eafe60178f0e085180b"
+SRCREV ?= "d542c06f7665ee93cf6983dac472a1dd12050401"
require linux-mutual.inc