From 8e1615226f2ecb1bb98aa1cc95f8ba6acf591754 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Jul 2016 14:39:08 -0400 Subject: linux-yocto/4.1: update to 4.1.27 Integrating the korg -stable release. (From OE-Core rev: f4e867e6be0ece72a4bae8843599d24d5540cbe6) Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 858518baa0..7f2e31d578 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "6d00f6d73a3268e99092096a3f5699c57370ece0" -SRCREV_meta ?= "0845ec79bc2fbc45efcf4c44138fd698039960c5" +SRCREV_machine ?= "dc71da8bddd86d34896d97291e0d84c29fe4806d" +SRCREV_meta ?= "672a86bd4bac288b4cc222112d3826837181583b" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.1.26" +LINUX_VERSION ?= "4.1.27" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg