From a96d36245d1ba081838ff2a7b7004763a039c44e Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 28 Feb 2020 11:49:28 -0500 Subject: [PATCH] kernel bumps longterm 4.19.103 -> 4.19.106 stable 5.4.19 -> longterm 5.4.22 stable 5.5.3 -> 5.5.6 mainline 5.6-rc3 (new) Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-longterm_4.19.bb | 4 ++-- .../linux/{linux-stable_5.4.bb => linux-longterm_5.4.bb} | 4 ++-- recipes-kernel/linux/linux-mainline_5.6.bb | 9 +++++++++ recipes-kernel/linux/linux-stable_5.5.bb | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) rename recipes-kernel/linux/{linux-stable_5.4.bb => linux-longterm_5.4.bb} (57%) create mode 100644 recipes-kernel/linux/linux-mainline_5.6.bb 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 similarity index 57% rename from recipes-kernel/linux/linux-stable_5.4.bb rename to 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