Skip to content

Commit 3c46d7d

Browse files
committed
kernel.spec: automotive: disable kernel signature by default
JIRA: https://issues.redhat.com/browse/RHEL-78808 Upstream Status: https://gitlab.com/cki-project/kernel-ark.git commit 12a888dc9f1f56c91f68921ca36f4d31596e0a90 Author: Eric Chanudet <echanude@redhat.com> Date: Fri Jun 27 16:39:24 2025 -0400 kernel.spec: automotive: disable kernel signature by default Automotive only. With the possibility of inserting a certificate in the ring once the kernel is built, signing the kernel at this stage is no longer possible and has to be done later, namely at image composition. Signed-off-by: Eric Chanudet <echanude@redhat.com> Signed-off-by: Eric Chanudet <echanude@redhat.com>
1 parent 107c13b commit 3c46d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redhat/kernel.spec.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ Summary: The Linux kernel
452452
%define with_kabichk 0
453453
%define with_kernel_abi_stablelists 0
454454
%define with_kabidw_base 0
455+
%define signkernel 0
456+
%define signmodules 1
455457
%endif
456458

457459

0 commit comments

Comments
 (0)