unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: Kernel config
Date: Sun, 17 Jul 2016 18:22:12 +0200	[thread overview]
Message-ID: <CAEwRq=rL82e-Mzhk87KAQi4cPAHcGTBO-Bh4T+pBUK=fqU+wuQ@mail.gmail.com> (raw)
In-Reply-To: <87twfp71pb.fsf@gnu.org>

Would the following work in the mean time ?

1. Adding the following to gnu/packages/linux.scm :

(define-public linux-libre-config variant
  (package
    (inherit linux-libre)
    (native-inputs
     (let ((conf (kernel-config (or (%current-target-system)
                                    (%current-system))
                                #:variant variant)))
       `(,@(alist-delete "kconfig" (package-native-inputs linux-libre))
         ("kconfig" ,conf))))))

2. Adding this to your OS definition config.scm :

(operating-system
...
  (kernel (linux-libre-config "4.6-vince")))

3. putting the kconfig file into:

gnu/packages/linux-libre-4.6-vince-x86_64.conf

If that's OK, I can prepare a patch adding the missing pieces...

-- 
Vincent Legoll

  reply	other threads:[~2016-07-17 16:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-16  8:50 Kernel config Vincent Legoll
2016-07-16 13:23 ` Vincent Legoll
2016-07-16 17:39 ` Ricardo Wurmus
2016-07-16 18:25   ` Vincent Legoll
2016-07-16 20:44     ` Ludovic Courtès
2016-07-17 16:22       ` Vincent Legoll [this message]
2016-07-17 17:49         ` Ludovic Courtès
2016-07-17 18:51           ` Vincent Legoll
2016-07-17 18:59             ` Ricardo Wurmus
2016-07-20 21:09           ` Vincent Legoll
2016-07-21 12:06             ` Ludovic Courtès
2016-07-21 12:46               ` Vincent Legoll
2016-07-21 15:30                 ` Ludovic Courtès
2016-07-21 18:47                   ` Vincent Legoll
2016-07-22  8:22                     ` Vincent Legoll
2016-07-22  8:28                       ` Vincent Legoll
2016-07-22 12:44                       ` Ludovic Courtès
2016-07-22 12:51                         ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=rL82e-Mzhk87KAQi4cPAHcGTBO-Bh4T+pBUK=fqU+wuQ@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).