(Temporarily) disable armel kernel image build

The armel/marvell kernel size is growing to large and the compressed
image is over the limit.

Given the armel architecture will most likely not be part of Buster,
disable the image build.

Cf. https://lists.debian.org/debian-kernel/2018/01/msg00278.html
This commit is contained in:
Salvatore Bonaccorso 2018-02-17 21:50:10 +01:00
parent 0bb3db4916
commit 5f628725c4
3 changed files with 10 additions and 2 deletions

8
debian/changelog vendored
View File

@ -327,6 +327,14 @@ linux (4.15.4-1~exp1) UNRELEASED; urgency=medium
* [x86] Rewrite "Make x32 syscall support conditional on a kernel parameter"
to use a static key
[ Salvatore Bonaccorso ]
* (Temporarily) disable armel kernel image build.
The armel/marvell kernel size is growing to large and the compressed
image is over the limit.
Given the armel architecture will most likely not be part of Buster,
disable the image build.
Cf. https://lists.debian.org/debian-kernel/2018/01/msg00278.html
-- Bastian Blank <waldi@debian.org> Thu, 18 Jan 2018 09:14:57 +0100
linux (4.15~rc8-1~exp1) experimental; urgency=medium

View File

@ -1,6 +1,6 @@
[base]
flavours:
marvell
#marvell
kernel-arch: arm
[build]

View File

@ -1,2 +1,2 @@
# arch version flavour installedname suffix build-depends
armel - marvell - y -
#armel - marvell - y -