diff options
author | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-09-15 09:24:58 +0300 |
---|---|---|
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-09-15 09:40:48 +0300 |
commit | c7f76947b47102e6ae39ec22a990ee961ecf45a1 (patch) | |
tree | 827b6a77baedbd7a71a2b36c350ed526865a9881 | |
parent | b44257470f4bb3de80dd1bba03f9c1c657c73bb3 (diff) | |
download | openbmc-master.tar.xz |
Apply the upstream security and bug fixes.
Change-Id: Ia5dc5afab4a5acdaf8eae5dccefc141ccaa6d82e
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
-rw-r--r-- | meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb index 6337795833..3c7a12951e 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-6.12" -LINUX_VERSION ?= "6.12.46" +LINUX_VERSION ?= "6.12.47" -SRCREV = "0009d0dce2b31c33455ab626f44157aec3591100" +SRCREV = "6bc2cd89359e2731350d94a52284bdb0f5fad612" require linux-nuvoton.inc |