From 8d37591e1186dcfbf679c1db660d6f9ffa41bb39 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 7 Dec 2017 16:40:22 -0800 Subject: linux-intel: Update 4.9 SRCREV and refactor This has a SRCREV update to bring linux-intel to HEAD with some audio and pnp patches. The refactor moves the selection of branch to the versioned recipe so we can have a shared linux-intel-lts repo with multiple LTS version branches. Signed-off-by: Saul Wold Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes-kernel/linux/linux-intel-rt_4.9.bb') diff --git a/recipes-kernel/linux/linux-intel-rt_4.9.bb b/recipes-kernel/linux/linux-intel-rt_4.9.bb index 8fb184b7..7a14c053 100644 --- a/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/recipes-kernel/linux/linux-intel-rt_4.9.bb @@ -10,8 +10,11 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") } -KBRANCH = "base-rt" -SRCREV_machine ?= "3074f3308abdc15cbd2be92e5e5a7c0f31cfad84" -SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4" +KBRANCH = "4.9/yocto/base-rt" +KMETA_BRANCH = "yocto-4.9" + +LINUX_VERSION ?= "4.9.61" +SRCREV_machine ?= "8eb1a43e7232c412673aaaeb968b02122e42de4d" +SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd" LINUX_KERNEL_TYPE = "preempt-rt" -- cgit v1.2.3-54-g00ecf