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_4.9.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes-kernel/linux/linux-intel_4.9.bb') diff --git a/recipes-kernel/linux/linux-intel_4.9.bb b/recipes-kernel/linux/linux-intel_4.9.bb index dfaf34d9..85cb9bbe 100644 --- a/recipes-kernel/linux/linux-intel_4.9.bb +++ b/recipes-kernel/linux/linux-intel_4.9.bb @@ -1,9 +1,12 @@ require linux-intel.inc -KBRANCH = "base" -SRCREV_machine ?= "c2e99163add32c914514460fb67140409e287476" -SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4" +KBRANCH = "4.9/yocto/base" +KMETA_BRANCH = "yocto-4.9" + +LINUX_VERSION ?= "4.9.61" +SRCREV_machine ?= "03469c2e703e40ed42ed72f415fd27c7d7f7f8cf" +SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd" # For Crystalforest and Romley KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" -- cgit v1.2.3-54-g00ecf