[1/3] arm-bsp/linux-yocto: upgrade 5.4 to 5.4.178

Message ID 20220211105539.2483533-1-ross.burton@arm.com
State New
Headers show
Series [1/3] arm-bsp/linux-yocto: upgrade 5.4 to 5.4.178 | expand

Commit Message

Ross Burton Feb. 11, 2022, 10:55 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jon Mason Feb. 11, 2022, 3:49 p.m. UTC | #1
On Fri, 11 Feb 2022 10:55:37 +0000, Ross Burton wrote:
> 


Applied, thanks!

[1/3] arm-bsp/linux-yocto: upgrade 5.4 to 5.4.178
      commit: 1963fb0c45a0ddc0f10901decef255d6b588ac5c
[2/3] arm-bsp/corstone500: move to linux-yocto 5.4
      commit: ac56d5cecb8db763fe0aa22f56b2f39530084399
[3/3] arm-bsp/linux-yocto: remove unused 5.3 kernel
      commit: 3599efc4679e4f4ae4ebb7876f927c06db5f92d1

Best regards,

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb
index 0a67f878..99a16690 100644
--- a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -2,14 +2,14 @@  KBRANCH ?= "v5.4/standard/base"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-SRCREV_machine ?= "807b4668ff7fe3be031ace442a84d70821ef9571"
-SRCREV_meta ?= "98ba88191b7c489bc0d83b6c87a31b2330fcd886"
+SRCREV_machine ?= "e2020dbe2ccaef50d7e8f37a5bf08c68a006a064"
+SRCREV_meta ?= "e8c675c7e11fbd96cd812dfb9f4f6fb6f92b6abb"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.4.139"
+LINUX_VERSION ?= "5.4.178"
 
 DEPENDS += "openssl-native util-linux-native"