[x86,arm64] Disable code signing for upload to unstable

This commit is contained in:
Ben Hutchings 2018-04-19 14:51:22 +01:00
parent 08e5944a80
commit 8b18affd7b
4 changed files with 1 additions and 3 deletions

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ linux (4.17.2-1) UNRELEASED; urgency=medium
- Disable ANDROID_BINDER_IPC_32BIT
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x00140000 (fixes FTBFS)
* Set ABI to 1
* [x86,arm64] Disable code signing for upload to unstable
[ Romain Perier ]
* [x86] Enable DCN 1.0 Raven family (Closes #901349)

View File

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

View File

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

View File

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