From e6b8c56ca365cfd888ccf2fe568bb973c7d21be5 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 5 Sep 2018 02:38:28 +0100 Subject: [PATCH] [s390x] linux-image: Install compressed kernel image (fixes FTBFS) I don't know why we ever installed uncompressed kernel images, but they are no longer supported upstream so we must switch now. --- debian/changelog | 6 ++++++ debian/config/s390x/defines | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 888afa1c6..2f1582f44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux (4.19~rc2-1~exp2) UNRELEASED; urgency=medium + + * [s390x] linux-image: Install compressed kernel image (fixes FTBFS) + + -- Ben Hutchings Wed, 05 Sep 2018 02:37:19 +0100 + linux (4.19~rc2-1~exp1) experimental; urgency=medium * New upstream release candidate diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines index da7f35593..84ee6d0b4 100644 --- a/debian/config/s390x/defines +++ b/debian/config/s390x/defines @@ -4,7 +4,7 @@ flavours: kernel-arch: s390 [build] -image-file: arch/s390/boot/image +image-file: arch/s390/boot/bzImage vdso: true [image]