diff options
author | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-09-05 05:10:30 +0300 |
---|---|---|
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-09-05 05:10:30 +0300 |
commit | 5fae254cd2cb81af70baf147bf160aa2462365a2 (patch) | |
tree | 1309c019335fd09295ea6568ba6dd1b2f88b9d07 | |
parent | c7cbb836482568e06e4712d7a914402acaceddd0 (diff) | |
download | openbmc-5fae254cd2cb81af70baf147bf160aa2462365a2.tar.xz |
linux-aspeed: Move to v6.6.104 stable release
Apply the upstream security and bug fixes.
Change-Id: I1b016759cd07c3e41292473065fe260bf26774fa
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
-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 bdda10aaea..7a50d18df3 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-6.6" -LINUX_VERSION ?= "6.6.103" +LINUX_VERSION ?= "6.6.104" -SRCREV = "5533cec246f7f0ccadd7d9fb4e664d38418633c6" +SRCREV = "4dcf15d3bdd31dd19adc3721e116518acfc6d3c2" require linux-aspeed.inc |