summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-10-26 13:22:43 -0700
committerSaul Wold <sgw@linux.intel.com>2017-10-27 13:45:23 -0700
commit4cd63f57820ce0e4ebd598251d3a13b5a4b9b791 (patch)
treef9fe600f1f7c9befe9482599c2a89b99d4bc7e1d
parent137538e6ff65801447e7ae8f75b920b4f4f007fc (diff)
downloadmeta-intel-4cd63f57820ce0e4ebd598251d3a13b5a4b9b791.tar.gz
linux-intel: Update SRCREV -> 4.9.56
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-intel-rt_4.9.bb6
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
index 0bf8f837..815ff131 100644
--- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
@@ -11,8 +11,8 @@ python () {
11} 11}
12 12
13KBRANCH = "base-rt" 13KBRANCH = "base-rt"
14SRCREV_machine ?= "fc08e0615edccfb4d297c07531451cb7905fb4f4" 14SRCREV_machine ?= "44f76edc2079f1551be33b8ab473349d00f814a7"
15SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" 15SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
16 16
17FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" 17FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
18 18
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machin
21 21
22SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 22SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
23 23
24LINUX_VERSION ?= "4.9.47" 24LINUX_VERSION ?= "4.9.56"
25LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" 25LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
26 26
27 27
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb
index 5a750a33..3e13a1aa 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -2,15 +2,15 @@
2require recipes-kernel/linux/linux-yocto.inc 2require recipes-kernel/linux/linux-yocto.inc
3 3
4KBRANCH = "base" 4KBRANCH = "base"
5SRCREV_machine ?= "2d533948da0a7c53a0a662d3764be166ba996d93" 5SRCREV_machine ?= "e8405acd549563650e2e4774a49e069d161e8fe1"
6SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" 6SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
7 7
8SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ 8SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
10 10
11SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 11SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
12 12
13LINUX_VERSION ?= "4.9.47" 13LINUX_VERSION ?= "4.9.56"
14LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" 14LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
15 15
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"