diff options
author | Joel Stanley <joel@jms.id.au> | 2021-11-26 02:18:50 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-11-26 02:18:50 +0300 |
commit | 56a2722a9a9c2da717e4a5ea565dec563bb4ace1 (patch) | |
tree | c2776cd2858959169a6ffac6b4f1cbb90dc87b80 /meta-aspeed | |
parent | 76f8aa61d66880a689f329af5cae5279d8e0feef (diff) | |
download | openbmc-56a2722a9a9c2da717e4a5ea565dec563bb4ace1.tar.xz |
linux-aspeed: Move to v5.15.5 stable release
This includes security and bug fixes from the 5.15.1 through to
5.15.5 stable releases.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Change-Id: Ibe8c433439b5863b0d49934d4d43b239bdc736d7
Diffstat (limited to 'meta-aspeed')
-rw-r--r-- | meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index e51e593d9..3208f9c9b 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.15" -LINUX_VERSION ?= "5.15" +LINUX_VERSION ?= "5.15.5" -SRCREV="58704e2943803ded612b42510874b63b518aa214" +SRCREV="ebd46c8290139e545fbb16201b2b26851a657baa" require linux-aspeed.inc |