From 7cceac01e1e0a5745600403d9b334babb76dc8ce Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 22 Sep 2016 12:50:47 -0700 Subject: linux-yocto*: Fix LINUX_VERSION variables I was checking the kver file to update the LINUX_VERSION variable. At the time of the last SRCREV update the kver files were incorrect. With the kernel_version_sanity_check function added to oe-core, the incorrect PV becomes a build error. Fix this by updating the LINUX_VERSION variables in each linux-yocto recipe to their correct value. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend index 7a25ca82..17e514f3 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION_INTEL_COMMON = "4.1.30" +LINUX_VERSION_INTEL_COMMON = "4.1.31" SRCREV_META_INTEL_COMMON ?= "cf6d9876629270e8ed99541db252840291d03f5a" SRCREV_MACHINE_INTEL_COMMON ?= "7370721cafa5a420bef873f3b0547f1135aba0db" -- cgit v1.2.3-54-g00ecf