diff mbox series

[isar-cip-core,1/3] linux-cip: Bump cip-kernel-config revision

Message ID 9a554834c02922d36b4d999778635759e638bfb3.1679579010.git.jan.kiszka@siemens.com (mailing list archive)
State Accepted
Headers show
Series Enable TPM-based encrypted data partition also for qemu-arm/arm64 | expand

Commit Message

Jan Kiszka March 23, 2023, 1:43 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

This brings TPM/encryption support for qemu-arm/arm64 and fixes mqueues
on some arm targets.

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 6dda973a..2d878a1d 100644
--- a/recipes-kernel/linux/linux-cip-common.inc
+++ b/recipes-kernel/linux/linux-cip-common.inc
@@ -23,6 +23,6 @@  SRC_URI:append = " ${@ "git://gitlab.com/cip-project/cip-kernel/cip-kernel-confi
     if d.getVar('USE_CIP_KERNEL_CONFIG') == '1' else '' \
     }"
 
-SRCREV_cip-kernel-config ?= "351538952cfa7c6336e83bf66ca4f3bbdc06f89b"
+SRCREV_cip-kernel-config ?= "0188d9a54615767c00b77116146409edfa35497c"
 
 S = "${WORKDIR}/linux-cip-${PV}"