Gentoo Archives: gentoo-dev

From: "Claes Nästen" <pekdon@×××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] drivers and kernel addons
Date: Sun, 11 Nov 2001 06:04:19
Message-Id: 20011111130842.A26239@antitrust
In Reply to: [gentoo-dev] drivers and kernel addons by Martin Schlemmer
1 * Martin Schlemmer (azarah@g.o) wrote:
2 > Hi
3 >
4 > Something we really need at the moment is a pcmcia-cs ebuild,
5 > but due to reasons i cannot remember, you cant have just a
6 > default ebuild, but should need to provide source as well
7 > if needed.
8 >
9 > Danarmak and me talked about this some while back, but neither
10 > of us got to it as of yet.
11 >
12 > A nice option whould be to split ebuild of this kind into 3:
13 >
14 > modules
15 > source
16 > userland-tools
17 > (maybe libs as well .. like lm_sensors ??)
18 >
19 > Only problem i for see with this, is that there is no real
20 > place for ebuild of this kind.
21 >
22 > Also other drivers (nvidia, any other addon (the glide modules?) have no
23 > real place in the portage tree.
24 >
25 > Now, what I suggests is that we move things around a bit, and
26 > create some new portage catagories:
27 >
28 > kernel-headers
29 > linux-headers
30 > pcmcia-cs-headers
31 > lm_sensors-headers (if needed)
32 > alsa-headers
33 >
34
35 Wouldn't kernel-header be kinda confusing as it sounds as if it _belongs_ to th e kernel tree. Why not make an drivers category like:
36
37 drivers(? maybe a better name)
38 lm_sensors
39 lm_sensors-tools
40 lm_sensors-headers
41
42 and so on, seems more logical to me.
43
44 > kernel-modules (also any binaries .. like the kernel)
45 > linux
46 > pcmcia-cs-modules
47 > lm_sensors-modules
48 > i2c-modules
49 > nvidia-modules
50 > alsa-modules
51 > ...
52 >
53 > kernel-source
54 > linux-sources
55 > linux-sources-vanilla
56 > pcmcia-cs-sources
57 > lm_sensors-sources
58 > i2c-sources
59 > alsa-sources
60 >
61 > kernel-tools
62 > ksymoops
63 > pcmcia-cs-tools
64 > lm_sensors-tools
65 > alsa-utils/tools
66 >
67 > kernel-libs (??)
68 > lm_sensors-libs
69 > alsa-libs
70 >
71 > And so on.
72 >
73 > Another plus of doing it this way (except the lots of work
74 > ;p), is that things will be easier to find for new users.
75 >
76 > The kernel-source stuff can tipically install into
77 > /usr/src/kernel-extra or some other default location
78 >
79 > I have already commited myself to doing i2c and lm_sensors,
80 > danarmak said he will do pcmcia-cs, and the rest should not
81 > be a biggy.
82 >
83 > Anyway, this is still a very _alph_ idea ;) So let me know
84 > what you think!
85 >
86 >
87 > Greetings,
88 > --
89 >
90 > Martin Schlemmer
91 > Gentoo Linux Developer, Desktop Team Developer
92 > Cape Town, South Africa
93 >

Replies

Subject Author
Re: [gentoo-dev] drivers and kernel addons Martin Schlemmer <azarah@g.o>