mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: rmoser <mlmoser@comcast.net>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel source tree splitting
Date: Thu, 01 May 2003 06:13:57 -0400	[thread overview]
Message-ID: <200305010613570940.000BF85B@smtp.comcast.net> (raw)
In-Reply-To: <32822.4.64.196.31.1051757471.squirrel@www.osdl.org>



*********** REPLY SEPARATOR  ***********

On 4/30/2003 at 7:51 PM Randy.Dunlap wrote:

>> On 4/30/2003 at 5:21 PM Randy.Dunlap wrote:
>>
>>>Hi,
>>>
>>>I'm probably misreading this...but,
>>>
>>>Have you tried this yet?  Does it modify/customize all Kconfig
>>>and Makefiles for the selected tree splits?
>>>
>>
>> I didn't try it.  It would require knowledge of all interdependencies
>> between modules (i.e. ide-scsi is part of ide.  ide-scsi depends
>> on scsi), also all source files that belong to each config option
>> would likely need to be understood by the persons working to
>> do this, and also the entire build system semantics would need
>> to be designed to work in pieces.  Assuming this is ever done.
>>
>> It goes like this:
>>
>> make *config reads kernel-tree/options/foo.lod
>> make *config gets to configuration baz in bar.lod
>> make *config sees baz needs foo
>> make *config lists baz.
>> make *config sees biz needs data
>> make *config refuses to show biz
>> make missing-depends shows a list of unselectable options and
>> -----------selecting one tells which kernel option is needed.
>> make bzImage reads through kernel-tree/options/ and finds which
>> -----------makefiles to call (current makes have these embedded)
>> make bzImage builds a kernel.
>> make modules reads through kernel-tree/options/ and finds which
>> -----------makefiles to call.
>> make modules builds a kernel.
>>
>>>A few days ago, in one tree, I rm-ed arch/{all that I don't need} and
>>> drivers/{all that I don't need}.
>>>After that I couldn't run "make *config" because it wants all of
>>>those files, even if I don't want them.
>>>
>>
>> That WILL break something.
>
>or "That does break something"  (when I tried it).
>
>>>So there are many edits that needed to be done in lots of
>>>Kconfig and Makefiles if one selectively pulls or omits certain
>>>sub-directories.
>>>
>>
>> The main Makefile will have to be redone.  So would the kconfig
>> things (make config/menuconfig/xconfig).
>>
>> The extra plus to this is that other people can steal the build
>> system for other projects lol.
>
>I seem to try for simple solutions when possible and feasible.
>
>In this case, if I were doing it, I would try changing (e.g.) in
>arch/i386/kernel/Kconfig, this line:
>source "drivers/eisa/Kconfig"
>to
>optsource "drivers/eisa/Kconfig"
>where optsource means that the file is optional -- if not found,
>ignore it.  And then see what happens, how far it can go,
>what the next problem is....
>
>If this could be made to work, then entire subdirectories/subsystems
>could be optional.
>

Yeah but hat about things that came out of nowhere, i.e. a piece of
hardware compes with a linux driver source?

>~Randy
>
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/




  reply	other threads:[~2003-05-01 10:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-30 23:46 rmoser
2003-05-01  0:21 ` Randy.Dunlap
2003-05-01  0:44   ` rmoser
2003-05-01  2:51     ` Randy.Dunlap
2003-05-01 10:13       ` rmoser [this message]
2003-05-01  0:52   ` Larry McVoy
2003-05-01  1:00     ` rmoser
2003-05-01 17:28     ` James H. Cloos Jr.
2003-05-01  4:10   ` Martin J. Bligh
2003-05-01  6:14     ` Ed Sweetman
2003-05-01  6:14       ` Peter Riocreux
2003-05-02  0:09   ` Randy.Dunlap
2003-05-02  0:41     ` rmoser
2003-05-01 11:54 Chuck Ebbert
2003-05-01 14:06 ` Martin J. Bligh
2003-05-01 14:20   ` Willy TARREAU
2003-05-01 14:35     ` Martin J. Bligh
2003-05-01 14:43       ` Willy TARREAU
2003-05-01 15:01       ` Larry McVoy
2003-05-01 15:11         ` Martin J. Bligh
2003-05-01 17:22 ` Balram Adlakha
2003-05-01 17:28   ` Ben Greear
2003-05-01 20:03     ` John Bradford
2003-05-01 16:00 Chuck Ebbert

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=200305010613570940.000BF85B@smtp.comcast.net \
    --to=mlmoser@comcast.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rddunlap@osdl.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

all inboxes | Powered by JetHome®