From 017e3e3868339d206b7406ff9aaff843d1899726 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 9 Dec 2019 18:06:39 -0500 Subject: [PATCH] linux-stable: 5.2.20 -> 5.4.2 remove: 5.2.20 add: 5.4.2 Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-stable_5.2.bb | 7 ------- recipes-kernel/linux/linux-stable_5.4.bb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 recipes-kernel/linux/linux-stable_5.2.bb create mode 100644 recipes-kernel/linux/linux-stable_5.4.bb diff --git a/recipes-kernel/linux/linux-stable_5.2.bb b/recipes-kernel/linux/linux-stable_5.2.bb deleted file mode 100644 index 6aa6a81..0000000 --- a/recipes-kernel/linux/linux-stable_5.2.bb +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" - -LINUX_VERSION ?= "5.2.20" -KBRANCH ?= "linux-5.2.y" -SRCREV ?= "56fd0c9f54730c7049774c0aa2a73151b628b735" - -require linux-stable.inc diff --git a/recipes-kernel/linux/linux-stable_5.4.bb b/recipes-kernel/linux/linux-stable_5.4.bb new file mode 100644 index 0000000..a9cdf66 --- /dev/null +++ b/recipes-kernel/linux/linux-stable_5.4.bb @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" + +LINUX_VERSION ?= "5.4.2" +KBRANCH ?= "linux-5.4.y" +SRCREV ?= "5f8bc2bb0e0f456e2217bbd1caac2acf211431c9" + +require linux-stable.inc