summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel.inc
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.inc
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.inc')
-rw-r--r--recipes-kernel/linux/linux-intel.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 057779a1..f03ef463 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -3,17 +3,16 @@ require recipes-kernel/linux/linux-yocto.inc
3FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
4 4
5KERNEL_CONFIG_URI ?= " \ 5KERNEL_CONFIG_URI ?= " \
6 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA} \ 6 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \
7 " 7 "
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ 9 git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
10 ${KERNEL_CONFIG_URI} \ 10 ${KERNEL_CONFIG_URI} \
11 " 11 "
12 12
13SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 13SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
14 14
15 15
16LINUX_VERSION ?= "4.9.61"
17LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" 16LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
18 17
19PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"