From 988fe279da311ce4d7e4f8a8d784596d4f83d8ed Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 23 Apr 2019 05:08:56 -0400 Subject: [PATCH] linux-stable_5.0: 5.0.9 add Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-stable_5.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-kernel/linux/linux-stable_5.0.bb diff --git a/recipes-kernel/linux/linux-stable_5.0.bb b/recipes-kernel/linux/linux-stable_5.0.bb new file mode 100644 index 0000000..2aac580 --- /dev/null +++ b/recipes-kernel/linux/linux-stable_5.0.bb @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" + +LINUX_VERSION ?= "5.0.9" +KBRANCH ?= "linux-5.0.y" +SRCREV ?= "e4abcebedac3415cf347e95749209a4a7b6f3074" + +require linux-stable.inc