diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2020-05-01 22:45:53 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2020-05-04 03:59:54 +0300 |
commit | 7fd8fa89ed1a6e7ce1f9f9dc09010d9b1d002d5f (patch) | |
tree | 873e1cbfabc95911e82178a93b6814de083f5d11 /meta-nuvoton | |
parent | cb40f722f253ee1c95b3bd0963c286971ae7ee22 (diff) | |
download | openbmc-7fd8fa89ed1a6e7ce1f9f9dc09010d9b1d002d5f.tar.xz |
dunfell: update to 5.4.32 kernel
Some needed fixes are in the latest 5.4 branch of openbmc/linux which
are required to update to the latest yocto release, dunfell
In particular, this fix:
https://github.com/openbmc/linux/commit/7dc9442bbe7d0d1512c64a97b7cc58fed2b38ba4
(From meta-nuvoton rev: efb274e62119e71688130d3fb82bb0fd0e7be5b5)
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ic053b94fc736f4381a6e6cd9cdaa4322d6546f66
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-nuvoton')
-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 2d33e378c..95981f4b3 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-5.4" -LINUX_VERSION ?= "5.4.4" +LINUX_VERSION ?= "5.4.32" -SRCREV="6d96543a7ed844fd3923ad30c93db48d3f7f00d0" +SRCREV="7dc9442bbe7d0d1512c64a97b7cc58fed2b38ba4" require linux-nuvoton.inc |