[x86,arm64] Enable code signing again

This commit is contained in:
Ben Hutchings 2018-04-05 22:34:16 +02:00
parent e85bd66dc5
commit 7628c027f4
4 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -56,6 +56,7 @@ linux (4.16-1~exp1) UNRELEASED; urgency=medium
entries
* debian/bin/gencontrol_signed.py: Copy maintainer and date into template's
changelog
* [x86,arm64] Enable code signing again
-- Roger Shimizu <rogershimizu@gmail.com> Fri, 23 Mar 2018 21:10:34 +0900

View File

@ -7,6 +7,7 @@ kernel-arch: x86
[build]
debug-info: true
image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true
[image]

View File

@ -6,6 +6,7 @@ featuresets:
[build]
debug-info: true
image-file: arch/arm64/boot/Image
signed-code: true
vdso: true
[image]

View File

@ -6,6 +6,7 @@ kernel-arch: x86
[build]
image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true
[description]