summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-04-14 23:19:03 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:13:38 +0100
commit87075222ad859c003edb7b4355af6a0c6872db83 (patch)
tree43b7c3b667906014a746454048328936f4fd20c4 /meta/recipes-kernel
parent89e21cd213c11e94ef541d3e43738eab84ab134a (diff)
downloadpoky-87075222ad859c003edb7b4355af6a0c6872db83.tar.gz
linux-yocto-rt: update to 5.0.5-rt3
Integrating the -r3 release, which has the following rt specific fixes: printk: An all-in-one commit to fix build failures powerpc/stackprotector: work around stack-guard init from atomic powerpc/pseries/iommu: Use a locallock instead local_irq_save() powerpc: reshuffle TIF bits tty/sysrq: Convert show_lock to raw_spinlock_t (From OE-Core rev: dd2529b7874f895f671c6a016cc0819a2f9e2846) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb
index adffe4e9f8..24c481681c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "06e1ff79ea9efef052404ee1989cae038b28e954" 14SRCREV_machine ?= "4767ff117d75b2cd54d2c0f77dc1c3e6fdd6c520"
15SRCREV_meta ?= "f0b575cda6d03540ff8da2f70421f13a08f34a5e" 15SRCREV_meta ?= "2070c41a1d0542e41cac5f0ea04a108e46cac427"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.0.3" 20LINUX_VERSION ?= "5.0.5"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
23 23