emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29168: closed ([PATCH] gnu: linux: Fix kconfig sel


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29168: closed ([PATCH] gnu: linux: Fix kconfig selection.)
Date: Tue, 07 Nov 2017 17:17:02 +0000

Your message dated Tue, 07 Nov 2017 18:16:40 +0100
with message-id <address@hidden>
and subject line Re: [bug#29168] [PATCH] gnu: linux: Fix kconfig selection.
has caused the debbugs.gnu.org bug report #29168,
regarding [PATCH] gnu: linux: Fix kconfig selection.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29168: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29168
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: linux: Fix kconfig selection. Date: Mon, 6 Nov 2017 12:19:10 +0100
* gnu/packages/linux.scm (make-linux-libre): When cross-compiling,
  "kconfig" field is in native-inputs variable. So config is always #f
  when cross-compiling linux.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0ee2d60..40b3207 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -319,7 +319,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
              (setenv "EXTRA_VERSION" ,extra-version)
 
              (let ((build  (assoc-ref %standard-phases 'build))
-                   (config (assoc-ref inputs "kconfig")))
+                   (config (assoc-ref (or native-inputs inputs) "kconfig")))
 
                ;; Use a custom kernel configuration file or a default
                ;; configuration file.
@@ -368,7 +368,7 @@ It has been modified to remove all non-free binary blobs.")
 
 (define %intel-compatible-systems '("x86_64-linux" "i686-linux"))
 
-(define %linux-libre-version "4.13.11")
+(define %linux-libre-version "4.14.16")
 (define %linux-libre-hash 
"1x2q80s27qcp3skjhqb36xhhcnrjgsq49g7l1ggc3rb3f9cshm59")
 
 (define-public linux-libre
-- 
2.7.4




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29168] [PATCH] gnu: linux: Fix kconfig selection. Date: Tue, 07 Nov 2017 18:16:40 +0100 User-agent: mu4e 0.9.18; emacs 25.2.1
> This part LGTM!

Thanks, pushed !

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]