summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-intel_4.9.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-07-24 10:57:24 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-27 14:47:54 +0800
commit3dc6ad868f91131b9edd0aeee724d173eeb1766c (patch)
tree9037341fceeeb500bef123c8afb5304b69a6d4aa /common/recipes-kernel/linux/linux-intel_4.9.bb
parentd3d6951349a025488804ff256144da94eac535b3 (diff)
downloadmeta-intel-3dc6ad868f91131b9edd0aeee724d173eeb1766c.tar.gz
linux-intel/4.9: update SRCREV to 4.9.113
Also update meta SRCREVs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-intel_4.9.bb')
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb
index 651c6e60..1b36be64 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -3,15 +3,15 @@ require recipes-kernel/linux/linux-yocto.inc
3 3
4KBRANCH = "4.9/yocto/base" 4KBRANCH = "4.9/yocto/base"
5 5
6SRCREV_machine ?= "13ee9d9ef164b9a74f22bc97d1e504afe491134c" 6SRCREV_machine ?= "9116ef3dfd570cb565989926233ebcaf03ad76fb"
7SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" 7SRCREV_meta ?= "5e993963afb54bdc82a02077c29ecdbc0b12368e"
8 8
9SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ 9SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
10 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 10 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
11 11
12SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 12SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
13 13
14LINUX_VERSION ?= "4.9.99" 14LINUX_VERSION ?= "4.9.113"
15LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
16 16
17PV = "${LINUX_VERSION}+git${SRCPV}" 17PV = "${LINUX_VERSION}+git${SRCPV}"