From b979dd72a42b2f8e2d363bb7be149bdeae07b306 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 23 Nov 2017 01:00:43 +0000 Subject: [PATCH] [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 42242394b..d7a7efdfc 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 Mon, 20 Nov 2017 14:16:28 +0000 diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index 698491049..cb37d4a24 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -195,6 +195,11 @@ CONFIG_BT_HCIBPA10X=m CONFIG_BT_HCIBFUSB=m CONFIG_BT_HCIVHCI=m +## +## file: drivers/connector/Kconfig +## +CONFIG_CONNECTOR=m + ## ## file: drivers/cpuidle/Kconfig ## @@ -665,6 +670,17 @@ CONFIG_USB_OHCI_HCD=m 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 ## @@ -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