summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_4.9.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-12-07 16:40:22 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-12-07 16:42:45 -0800
commit8d37591e1186dcfbf679c1db660d6f9ffa41bb39 (patch)
tree5ac9d6a215468380bf0e72d4bb17d9e78706dce0 /recipes-kernel/linux/linux-intel_4.9.bb
parentc811c0b33862a2f911fe2afdd2054958b1f28e40 (diff)
downloadmeta-intel-8d37591e1186dcfbf679c1db660d6f9ffa41bb39.tar.gz
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 <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel_4.9.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_4.9.bb9
1 files changed, 6 insertions, 3 deletions
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 @@
1 1
2require linux-intel.inc 2require linux-intel.inc
3 3
4KBRANCH = "base" 4KBRANCH = "4.9/yocto/base"
5SRCREV_machine ?= "c2e99163add32c914514460fb67140409e287476" 5KMETA_BRANCH = "yocto-4.9"
6SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4" 6
7LINUX_VERSION ?= "4.9.61"
8SRCREV_machine ?= "03469c2e703e40ed42ed72f415fd27c7d7f7f8cf"
9SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd"
7 10
8# For Crystalforest and Romley 11# For Crystalforest and Romley
9KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 12KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"