summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-12-18 08:39:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-28 09:25:16 +0000
commit51619440e24f4e10102f0910b88532a951d8210f (patch)
tree94aababb70086c7296633d267dbf687f8015a6e9 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
parenta462d16239dfc46b1539567b4d7074cf29ae33aa (diff)
downloadpoky-51619440e24f4e10102f0910b88532a951d8210f.tar.gz
linux-yocto/4.1: update to v4.1.15
Updating the 4.1 kernel repo to the latest 4.1.x stable. (From OE-Core rev: 1df3a79cf454754e6be6c1ffc91ba8310a880616) 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>
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 1eb032bfe6..b441bf6811 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 ?= "ed3fa3e6d62c1fb3411099478c69cef4e3d4f415" 5SRCREV_machine ?= "3188436876d5eaff8d48f82064367d4a65c3aa97"
6SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4" 6SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4"
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.13" 11LINUX_VERSION ?= "4.1.15"
12 12
13PV = "${LINUX_VERSION}+git${SRCPV}" 13PV = "${LINUX_VERSION}+git${SRCPV}"
14 14