unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Updating Kernel Configs
@ 2014-07-13 16:36 Jason Self
  2014-07-13 22:04 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Self @ 2014-07-13 16:36 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 342 bytes --]

Attached is a patch to change the kernel configurations. Two things
are done:

I turned off CONFIG_DEBUG_INFO so that local builds aren't so
enormous. It also turns off the nvidiafb module based on bug report
I've received for my own kernel repository. Nouveau has its own
framebuffer device and it looks like they conflict if you load both.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Disabling-CONFIG_DEBUG_INFO-so-that-local-builds-are.patch --]
[-- Type: text/x-patch; name="0001-Disabling-CONFIG_DEBUG_INFO-so-that-local-builds-are.patch", Size: 2148 bytes --]

From 4e48e787e2383ecc5606eede7bd45a2376cc7bf8 Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Sun, 13 Jul 2014 09:31:55 -0700
Subject: [PATCH 1/1] Disabling CONFIG_DEBUG_INFO so that local builds aren't
 so enormous. Also turning off nvidiafb module based on
 a bug report I received. Nouveau has its own
 framebuffer device and it looks like they conflict if
 you load both

---
 gnu/packages/linux-libre-i686.conf   |    7 ++-----
 gnu/packages/linux-libre-x86_64.conf |    7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/linux-libre-i686.conf b/gnu/packages/linux-libre-i686.conf
index dbef97b..edef148 100644
--- a/gnu/packages/linux-libre-i686.conf
+++ b/gnu/packages/linux-libre-i686.conf
@@ -5024,10 +5024,7 @@ CONFIG_FB_N411=m
 CONFIG_FB_HGA=m
 CONFIG_FB_OPENCORES=m
 CONFIG_FB_S1D13XXX=m
-CONFIG_FB_NVIDIA=m
-CONFIG_FB_NVIDIA_I2C=y
-# CONFIG_FB_NVIDIA_DEBUG is not set
-CONFIG_FB_NVIDIA_BACKLIGHT=y
+# CONFIG_FB_NVIDIA is not set
 CONFIG_FB_RIVA=m
 CONFIG_FB_RIVA_I2C=y
 # CONFIG_FB_RIVA_DEBUG is not set
@@ -7298,7 +7295,7 @@ CONFIG_DYNAMIC_DEBUG=y
 #
 # Compile-time checks and compiler options
 #
-CONFIG_DEBUG_INFO=y
+# CONFIG_DEBUG_INFO is not set
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_ENABLE_MUST_CHECK is not set
diff --git a/gnu/packages/linux-libre-x86_64.conf b/gnu/packages/linux-libre-x86_64.conf
index 877570d..9868074 100644
--- a/gnu/packages/linux-libre-x86_64.conf
+++ b/gnu/packages/linux-libre-x86_64.conf
@@ -4861,10 +4861,7 @@ CONFIG_FB_N411=m
 CONFIG_FB_HGA=m
 CONFIG_FB_OPENCORES=m
 CONFIG_FB_S1D13XXX=m
-CONFIG_FB_NVIDIA=m
-CONFIG_FB_NVIDIA_I2C=y
-# CONFIG_FB_NVIDIA_DEBUG is not set
-CONFIG_FB_NVIDIA_BACKLIGHT=y
+# CONFIG_FB_NVIDIA is not set
 CONFIG_FB_RIVA=m
 CONFIG_FB_RIVA_I2C=y
 # CONFIG_FB_RIVA_DEBUG is not set
@@ -7075,7 +7072,7 @@ CONFIG_DYNAMIC_DEBUG=y
 #
 # Compile-time checks and compiler options
 #
-CONFIG_DEBUG_INFO=y
+# CONFIG_DEBUG_INFO is not set
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_ENABLE_MUST_CHECK is not set
-- 
1.7.9.5


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Updating Kernel Configs
  2014-07-13 16:36 Updating Kernel Configs Jason Self
@ 2014-07-13 22:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-07-13 22:04 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

"Jason Self" <jason@bluehome.net> skribis:

> I turned off CONFIG_DEBUG_INFO so that local builds aren't so
> enormous. It also turns off the nvidiafb module based on bug report
> I've received for my own kernel repository. Nouveau has its own
> framebuffer device and it looks like they conflict if you load both.

Thanks, applied.

I tweaked the commit log to use GNU ChangeLog style.

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-13 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13 16:36 Updating Kernel Configs Jason Self
2014-07-13 22:04 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).