From fe6f23e2d486b26ba070093e540f65eee2e2e3b3 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 26 Jul 2017 10:54:09 -0700 Subject: 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 Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION_INTEL_COMMON = "4.1.41" +LINUX_VERSION_INTEL_COMMON = "4.1.42" SRCREV_META_INTEL_COMMON = "9f9c9a66ef3452343586adf150137967e955d71a" SRCREV_MACHINE_INTEL_COMMON = "05418d19b8f75b2cdcd616641c8749ec2079cd81" -- cgit v1.2.3-54-g00ecf