diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-15 19:30:06 (GMT) |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-18 22:09:51 (GMT) |
commit | 1f4c30eea22e3ab6d0a8356aeafdb3b69f9674ff (patch) | |
tree | 025c98e2dd9a5b59170e131cecd6f9dad090f067 /meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |
parent | b2b26a22b48ae30e47d4ed10cdcfe99f45554480 (diff) | |
download | poky-1f4c30eea22e3ab6d0a8356aeafdb3b69f9674ff.tar.gz |
linux-yocto-rt/5.13: integrate -rt1
-rt1 has been released for 5.13, we integrate those commits to our
preempt-rt/* branches.
(From OE-Core rev: 43fec2e807691e8181f8acc9ff148efabd0cfe82)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb index f87ab6b..8dd6791 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |||
@@ -11,8 +11,8 @@ 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 | ||
14 | SRCREV_machine ?= "b1cead8d98582ca687f93e06438543b97144e5bf" | 14 | SRCREV_machine ?= "e60f9507dee72c63193cbafe0a3c754210ff69fc" |
15 | SRCREV_meta ?= "ceb5fa598d08902fe2934c041875aa92d9a6fa19" | 15 | SRCREV_meta ?= "f80d46c2e088f4a33430442058aa881b1a31b95c" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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.13;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |