summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-07-26 10:54:09 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-27 10:01:47 -0700
commitfe6f23e2d486b26ba070093e540f65eee2e2e3b3 (patch)
tree1ea89e52af56f73073c32c6055a13e98b156cdd9 /common/recipes-kernel/linux
parent97ec73f5bac837ab07c348349611c759330125fa (diff)
downloadmeta-intel-fe6f23e2d486b26ba070093e540f65eee2e2e3b3.tar.gz
linux-yocto-4.1: Fix kernel version
My script set it to v4.1.41, when its actually v4.1.42. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux')
-rw-r--r--common/recipes-kernel/linux/linux-yocto_4.1.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 9a0277b9..d40a46c5 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.1.41" 3LINUX_VERSION_INTEL_COMMON = "4.1.42"
4SRCREV_META_INTEL_COMMON = "9f9c9a66ef3452343586adf150137967e955d71a" 4SRCREV_META_INTEL_COMMON = "9f9c9a66ef3452343586adf150137967e955d71a"
5SRCREV_MACHINE_INTEL_COMMON = "05418d19b8f75b2cdcd616641c8749ec2079cd81" 5SRCREV_MACHINE_INTEL_COMMON = "05418d19b8f75b2cdcd616641c8749ec2079cd81"
6 6