diff mbox series

[isar-cip-core,3/4] linux-cip: Update cip-kernel-config revision

Message ID a4ae875b51cb66fc4511d903cf2c3295188202e0.1660481252.git.jan.kiszka@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series BeagleBone Black related fixes and cleanups, kernel updates | expand

Commit Message

Jan Kiszka Aug. 14, 2022, 12:47 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

This brings updates for Renesas configs on 5.10 and prepares for using
the defconfigs from that repo also for BBB.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-kernel/linux/linux-cip-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-kernel/linux/linux-cip-common.inc b/recipes-kernel/linux/linux-cip-common.inc
index b612efa..8d8a8e2 100644
--- a/recipes-kernel/linux/linux-cip-common.inc
+++ b/recipes-kernel/linux/linux-cip-common.inc
@@ -25,6 +25,6 @@  SRC_URI_append = " ${@ "git://gitlab.com/cip-project/cip-kernel/cip-kernel-confi
 
 SRC_URI_append_bbb = "file://${KERNEL_DEFCONFIG}"
 
-SRCREV_cip-kernel-config ?= "6509d11f52b7df71b8b2228c1bccd7913e4a33b8"
+SRCREV_cip-kernel-config ?= "59f7903d120e529cc26b8e5fd7b13c3bbb632e15"
 
 S = "${WORKDIR}/linux-cip-${PV}"