From: Nowa Ammerlaan <nowa@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH 5/5] dkms.eclass: introduce new eclass
Date: Fri, 14 Mar 2025 16:44:46 +0100 [thread overview]
Message-ID: <3bdbca48-5f7a-4e1c-8fe9-b37366d88976@gentoo.org> (raw)
In-Reply-To: <525d7dd4-5720-443a-b635-a65eacac0874@asokolov.org>
On 14/03/2025 16:34, Alexey Sokolov wrote:
> 14.03.2025 12:48, Nowa Ammerlaan пишет:
>> Signed-off-by: Nowa Ammerlaan<nowa@gentoo.org>
>> ---
>> eclass/dkms.eclass | 545 +++++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 545 insertions(+)
>> create mode 100644 eclass/dkms.eclass
>>
>> diff --git a/eclass/dkms.eclass b/eclass/dkms.eclass
>> new file mode 100644
>> index 000000000000..c445b95721c3
>> --- /dev/null
>> +++ b/eclass/dkms.eclass
>> @@ -0,0 +1,545 @@
>> +# Copyright 2025 Gentoo Authors
>> +# Distributed under the terms of the GNU General Public License v2
>> +
>> +# @ECLASS: dkms.eclass
>> +# @MAINTAINER:
>> +# Nowa Ammerlaan<nowa@gentoo.org>
>> +# @AUTHOR:
>> +# Author: Nowa Ammerlaan<nowa@gentoo.org>
>> +# @SUPPORTED_EAPIS: 8
>> +# @PROVIDES: linux-mod-r1
>> +# @BLURB: Helper eclass to manage DKMS modules
>> +# @DESCRIPTION:
>> +# Registers, builds and installs kernel modules using the DKMS
>> +# (Dynamic Kernel Module Support) system provided by sys-kernel/dkms.
>> +#
>> +# The dkms_autoconf may be used to translate the modlist and modargs
>> +# arrays from linux-mod-r1.eclass to a DKMS configuration file.
>> +#
>> +# If the upstream sources already contain a DKMS configuration file
>> +# this may be used instead of the dkms_autoconf function. In this
>> +# case dkms_gentoofy_conf function may be used to insert the users
>> +# compiler, MAKEOPTS and *FLAGS preferences into the DKMS
>> +# configuration file.
>> +#
>> +# The dkms_dopackage function is used to install a DKMS package, this
>> +# function expects to find a dkms.conf file at the path specified
>> +# by the argument passed to this function. If not path is specified
>> +# the current working directory is used.
>
> typo: if no path is specified
>
Thanks, fixed in my pull request.
prev parent reply other threads:[~2025-03-14 15:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-14 12:48 [gentoo-dev] [PATCH 1/5] use.desc: document new dkms flag Nowa Ammerlaan
2025-03-14 12:48 ` [gentoo-dev] [PATCH 2/5] profiles: mask dkms flag where not available Nowa Ammerlaan
2025-03-14 12:48 ` [gentoo-dev] [PATCH 3/5] linux-mod-r1.eclass: move modlist processing into separate func Nowa Ammerlaan
2025-03-14 12:48 ` [gentoo-dev] [PATCH 4/5] linux-mod-r1.eclass: make modules_process_dracut.conf.d public Nowa Ammerlaan
2025-03-14 16:23 ` Ionen Wolkens
2025-03-14 19:47 ` Nowa Ammerlaan
2025-03-15 3:56 ` Ionen Wolkens
2025-03-17 10:11 ` Nowa Ammerlaan
2025-03-17 10:25 ` Alexey Sokolov
2025-03-18 3:14 ` [gentoo-dev] " Duncan
2025-03-19 0:34 ` Ionen Wolkens
2025-03-19 0:56 ` Ionen Wolkens
2025-03-19 1:07 ` Ionen Wolkens
2025-03-19 7:57 ` Nowa Ammerlaan
2025-03-19 8:48 ` Ionen Wolkens
2025-03-19 12:41 ` Nowa Ammerlaan
2025-03-19 22:10 ` Sam James
2025-03-19 22:37 ` Eli Schwartz
2025-03-20 8:25 ` Nowa Ammerlaan
2025-03-20 8:12 ` Nowa Ammerlaan
2025-03-19 3:05 ` Ionen Wolkens
2025-03-19 22:11 ` Sam James
2025-03-17 16:23 ` [gentoo-dev] " Eli Schwartz
2025-03-14 12:48 ` [gentoo-dev] [PATCH 5/5] dkms.eclass: introduce new eclass Nowa Ammerlaan
2025-03-14 15:34 ` Alexey Sokolov
2025-03-14 15:44 ` Nowa Ammerlaan [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3bdbca48-5f7a-4e1c-8fe9-b37366d88976@gentoo.org \
--to=nowa@gentoo.org \
--cc=gentoo-dev@lists.gentoo.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