[linux] 01/02: (Temporarily) disable armel kernel image build

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Feb 17 22:50:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository linux.

commit 5f628725c43cde173f9aec542a882512812732d4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Feb 17 21:50:10 2018 +0100

    (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
---
 debian/changelog                       | 8 ++++++++
 debian/config/armel/defines            | 2 +-
 debian/installer/armel/kernel-versions | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e21348f..d30e946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Thu, 18 Jan 2018 09:14:57 +0100
 
 linux (4.15~rc8-1~exp1) experimental; urgency=medium
diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index b6f172d..59d6d2e 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -1,6 +1,6 @@
 [base]
 flavours:
- marvell
+ #marvell
 kernel-arch: arm
 
 [build]
diff --git a/debian/installer/armel/kernel-versions b/debian/installer/armel/kernel-versions
index 49eb646..c4ad82d 100644
--- a/debian/installer/armel/kernel-versions
+++ b/debian/installer/armel/kernel-versions
@@ -1,2 +1,2 @@
 # arch version flavour   installedname suffix build-depends
-armel  -       marvell   -             y      -
+#armel  -       marvell   -             y      -

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list