1
0
Fork 0

Disabling to build signed images.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 07:55:34 +02:00
parent e83fe49f7c
commit 5cc2f31fb8
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ name = 'rt'
name = 'amd64' name = 'amd64'
[build] [build]
enable_signed = true
enable_vdso = true enable_vdso = true
kernel_file = 'arch/x86/boot/bzImage' kernel_file = 'arch/x86/boot/bzImage'
kernel_stem = 'vmlinuz' kernel_stem = 'vmlinuz'

View file

@ -35,7 +35,6 @@ name = 'arm64'
[build] [build]
compiler_gnutype_compat = 'arm-linux-gnueabihf' compiler_gnutype_compat = 'arm-linux-gnueabihf'
enable_signed = true
enable_vdso = true enable_vdso = true
kernel_file = 'arch/arm64/boot/Image' kernel_file = 'arch/arm64/boot/Image'
kernel_stem = 'vmlinuz' kernel_stem = 'vmlinuz'