[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BLOG] custom kernel config
From: |
ison |
Subject: |
Re: [BLOG] custom kernel config |
Date: |
Fri, 17 May 2019 20:04:03 -0600 |
User-agent: |
NeoMutt/20180716 |
On Thu, May 16, 2019, Mark H Weaver wrote:
> Marius Bakke <address@hidden> writes:
>
> > I just want to point out an (IMO) easier way to provide a custom kernel
> > configuration, that does not involve the "make-linux-libre" procedure:
> >
> > (define-public linux-libre/custom
> > (package
> > (inherit linux-libre)
> > (native-inputs
> > `(("kconfig" ,(local-file "kernel.config"))
> > ,@(alist-delete "kconfig"
> > (package-native-inputs linux-libre))))))
> >
> > At the end of the day, Linux-Libre is just a regular package that can be
> > inherited and overridden like any other :-)
>
> I think this is the approach we should promote for now. I would prefer
> to leave 'make-linux-libre' as an internal implementation detail, and
> hopefully one with a limited life span.
Is it also possible to leave make-linux-libre out of the 2nd method presented in
the blog? I can't see any way to modify extra-options without it since in the
package it appears deeply nested inside arguments.
- Re: [BLOG] custom kernel config, (continued)
- Re: [BLOG] custom kernel config, Pierre Neidhardt, 2019/05/16
- Re: [BLOG] custom kernel config, Marius Bakke, 2019/05/16
- Re: [BLOG] custom kernel config, Pierre Neidhardt, 2019/05/16
- Re: [BLOG] custom kernel config, Efraim Flashner, 2019/05/16
- Re: [BLOG] custom kernel config, Mark H Weaver, 2019/05/16
- Re: [BLOG] custom kernel config, Efraim Flashner, 2019/05/17
- Re: [BLOG] custom kernel config, Ludovic Courtès, 2019/05/20
- Re: [BLOG] custom kernel config, Efraim Flashner, 2019/05/20
- Re: [BLOG] custom kernel config, Ludovic Courtès, 2019/05/21
- Re: [BLOG] custom kernel config, zimoun, 2019/05/21
- Re: [BLOG] custom kernel config,
ison <=