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-09-09 11:47:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:12 +0100
commit55dd3fa42505c14c21902ff488ce8f1ad5a324ce (patch)
tree6468494bebf0284d11103a6bbdb370a09f5d86c6 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
parent15426896a74e70c82f3c5749ef585ea941174f3e (diff)
downloadpoky-55dd3fa42505c14c21902ff488ce8f1ad5a324ce.tar.gz
linux-yocto/4.1: update to 4.1.32
Integrating the korg stable update (From OE-Core rev: b9502470ec6413f85d76f88ebd121db9796985d2) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.bb6
1 files changed, 3 insertions, 3 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 f0d6a81a9c..4308a07a97 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 () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "b88e2b5805213daeb0136fdd8c840dc0254a3d21" 14SRCREV_machine ?= "ee83bffe0f76032fe0a0b7fde436f0f596101df2"
15SRCREV_meta ?= "9d0f0db8442a5ccb3f2ce81e2e43d96b6515a45a" 15SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.1.30" 20LINUX_VERSION ?= "4.1.32"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23