[linux] 02/02: [armel] Change configuration to reduce image size (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 23 01:02:59 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit b979dd72a42b2f8e2d363bb7be149bdeae07b306
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Nov 23 01:00:43 2017 +0000

    [armel] Change configuration to reduce image size (fixes FTBFS)
    
    - Change CONNECTOR from built-in to module, and disable PROC_EVENTS
    - Disable INTEGRITY and dependent options
    - video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
    
    This still only gets us down to 99.26% of maximum size, so further
    changes will be needed soon.
---
 debian/changelog                   |  4 ++++
 debian/config/armel/config.marvell | 20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4224239..d7a7efd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ linux (4.14.1-1~exp1) UNRELEASED; urgency=medium
     - i40e: fix flags declaration
     - Revert "i40e: Build for 64-bit targets only"
   * aufs: Update support patchset to aufs4.14-20171120
+  * [armel] Change configuration to reduce image size (fixes FTBFS):
+    - Change CONNECTOR from built-in to module, and disable PROC_EVENTS
+    - Disable INTEGRITY and dependent options
+    - video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 20 Nov 2017 14:16:28 +0000
 
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index 6984910..cb37d4a 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -196,6 +196,11 @@ CONFIG_BT_HCIBFUSB=m
 CONFIG_BT_HCIVHCI=m
 
 ##
+## file: drivers/connector/Kconfig
+##
+CONFIG_CONNECTOR=m
+
+##
 ## file: drivers/cpuidle/Kconfig
 ##
 CONFIG_CPU_IDLE=y
@@ -666,6 +671,17 @@ CONFIG_USB_UHCI_HCD=m
 CONFIG_USB_SL811_HCD=m
 
 ##
+## file: drivers/usb/misc/Kconfig
+##
+#. Selects BACKLIGHT_CLASS_DEVICE which is always built-in
+# CONFIG_USB_APPLEDISPLAY is not set
+
+##
+## file: drivers/video/backlight/Kconfig
+##
+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
+
+##
 ## file: drivers/video/console/Kconfig
 ##
 # CONFIG_VGA_CONSOLE is not set
@@ -799,9 +815,9 @@ CONFIG_IPV6=m
 CONFIG_PACKET=m
 
 ##
-## file: security/integrity/ima/Kconfig
+## file: security/integrity/Kconfig
 ##
-# CONFIG_IMA is not set
+# CONFIG_INTEGRITY is not set
 
 ##
 ## file: sound/soc/Kconfig

-- 
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