From 298a3c38ac99282554b51bdc0abec2423b6ce694 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 13 Jun 2016 11:56:31 -0400 Subject: linux-yocto/4.1: bump to v4.1.26 Integrating the 4.1.25 and 4.1.26 stable releases. Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- 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 8e9b5c2df0..7cd18e0c7b 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 ?= "86876311e39eadc80c342a619906cb001ed1df0d" -SRCREV_meta ?= "f0c7ef844e98c82db9ee90e20c0eff6596919ff5" +SRCREV_machine ?= "ec9e847b58017b62931bc4fbf7c968da5b0297cf" +SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a" 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.24" +LINUX_VERSION ?= "4.1.26" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg