[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BLOG] custom kernel config
From: |
Mark H Weaver |
Subject: |
Re: [BLOG] custom kernel config |
Date: |
Thu, 16 May 2019 20:15:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi Marius,
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.
Thanks,
Mark
- [BLOG] custom kernel config, Efraim Flashner, 2019/05/15
- Re: [BLOG] custom kernel config, Pierre Neidhardt, 2019/05/16
- 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 <=
- 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, 2019/05/17