summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-04-22 14:16:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:37 +0100
commit2956e5ab343779cb80a8031ce16e6395163d2413 (patch)
tree849c867fae6549dd7816e0c46051f3d2a27c400a /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
parentde9f4b6982696bed40cd1038adbb7f9fc88523cd (diff)
downloadpoky-2956e5ab343779cb80a8031ce16e6395163d2413.tar.gz
linux-yocto/4.1: update to v4.1.22
Integrating the korg -stable releases. (From OE-Core rev: 417b1ef4d180b7434e69e5e8dff20298788f4007) (From OE-Core rev: 571d500d33e0c555ad689565f299d0ed20c793cc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb4
1 files changed, 2 insertions, 2 deletions
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 bf69ab7f08..8d02a90959 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt/base"
2 2
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5SRCREV_machine ?= "d62fce1a7030dd2bc9db1f058d95dbac5fce85da" 5SRCREV_machine ?= "1947ac40bb819120f1e0dff6ae281cc024ce77bb"
6SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69" 6SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
7 7
8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ 8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
10 10
11LINUX_VERSION ?= "4.1.18" 11LINUX_VERSION ?= "4.1.22"
12 12
13PV = "${LINUX_VERSION}+git${SRCPV}" 13PV = "${LINUX_VERSION}+git${SRCPV}"
14 14