summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-23 18:28:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-19 15:58:32 +0000
commit69e4cc04b7b2bf444f1f6c858d7d968ef4995620 (patch)
tree9f93f47b912636830227a8ada50a14da4bee6eee
parent0eb74af0eea1e2c3e52903b47f7366f92a0cacc1 (diff)
downloadpoky-69e4cc04b7b2bf444f1f6c858d7d968ef4995620.tar.gz
linux-yocto-rt/4.1: update to 4.1.49 plus meltdown
(From OE-Core rev: 90b6eb24e90003cf7ba66d146e370408eb978441) (From OE-Core rev: 539a337e840db6fdd796b4215ffafbb7b9eb9433) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 903d964e44..c63b539c71 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 ?= "8cc62ac3f26bd6dde68ad2d86026a252fe7add44" 14SRCREV_machine ?= "b4c6e9630df3207eb6fbadb337e5df806ee6b6c5"
15SRCREV_meta ?= "9f9c9a66ef3452343586adf150137967e955d71a" 15SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
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.43" 20LINUX_VERSION ?= "4.1.49"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23