diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 01:18:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-07 23:15:09 +0100 |
commit | 07dd0e5bb8d4ffac6e2c83c421e37720b31704be (patch) | |
tree | 2b0862fd36feef086cf1a52603ad05d16bb0babf /meta/recipes-kernel | |
parent | 8ab69db0b3d3d9b9a093bd67426b61d36c609e25 (diff) | |
download | poky-07dd0e5bb8d4ffac6e2c83c421e37720b31704be.tar.gz |
linux-yocto-rt/5.4: update to rt25
Integrating the following commit(s) to linux-yocto/5.4:
46d685b7b963 Linux 5.4.43-rt25
(From OE-Core rev: 87db4b3f738e1c554745e70b82b539e11abb3725)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 361b11594b3e04e7b279a88d5d3358dd75bb2a2e)
Signed-off-by: Steve Sakoman <steve@sakoman.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.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index c88a045dfc..d4d95204f6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | |||
@@ -11,7 +11,7 @@ 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 ?= "3401d0c3e51b083016c4c5177de686fb9606f304" | 14 | SRCREV_machine ?= "46d685b7b96320ec6e8b2e1a1126ce02cae35865" |
15 | SRCREV_meta ?= "87313d46d577412854ab491d524a94fa82af4536" | 15 | SRCREV_meta ?= "87313d46d577412854ab491d524a94fa82af4536" |
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 \ |