public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] kbuild updates
@ 2004-06-20 21:19 Sam Ravnborg
  2004-06-20 21:21 ` [PATCH 1/2] kbuil: add deb-pkg target Sam Ravnborg
                   ` (3 more replies)
  0 siblings, 4 replies; 44+ messages in thread
From: Sam Ravnborg @ 2004-06-20 21:19 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds
  Cc: linux-kernel, Andreas Gruenbacher, Geert Uytterhoeven,
	Kai Germaschewski, Sam Ravnborg

Hi Andrew, Linus.

Here follows two kbuild patches.

1) Add generic infrastructure for creating kernel packages.
   This moves make rpm support to scripts/package
   and add the deb-pkg target.
   The infrastructure were added because there is requests
   to add .tar.gz, .tar.gz2 support as well, and the functionality
   really did not belong in the top-level makefile.
   The implementation is simplified based on feedback on first
   patch, so one just have to set KBUILD_IMAGE in arch Makefiel
   to say what kernel image to include in the package.

2) Improved support for external modules.
   It has been debated what to name the symlink in /lib/modules/`uname -r`
   and where it should point.
   Now that there is a possibility to build the kernel with a separate output
   directory, there is a need to utilise this in the install.
   From now on build will point to the output directory, and source will point
   to the kernel source.
   A small MAkefile is created in the output directory allowing external modules
   to continue to build independent of the kernel being built with separate
   output directory, or with ouput and source mixed.

   If the kernel is build with source and output mixed there is no change
   in behaviour.
   If the kernel is build with separate source and output directories,
   all external modules that has not yet picked up on using the kbuild
   infrastructure will fail...
   No effort whatsoever will be done to keep external modules working if they
   do not use the kbuild infrastructure. There is no reason not to do so.

	Sam

^ permalink raw reply	[flat|nested] 44+ messages in thread
[parent not found: <29hJN-3Jl-35@gated-at.bofh.it>]
[parent not found: <539000871@toto.iv>]

end of thread, other threads:[~2004-06-22 18:34 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-20 21:19 [PATCH 0/2] kbuild updates Sam Ravnborg
2004-06-20 21:21 ` [PATCH 1/2] kbuil: add deb-pkg target Sam Ravnborg
2004-06-20 21:22 ` [PATCH 0/2] kbuild updates Sam Ravnborg
2004-06-20 21:23 ` [PATCH 2/2] kbuild: Improved external module support Sam Ravnborg
2004-06-20 21:25   ` Arjan van de Ven
2004-06-20 21:31     ` Martin Schlemmer
2004-06-20 21:45     ` Sam Ravnborg
2004-06-20 21:38       ` Arjan van de Ven
2004-06-21  1:41   ` Petr Vandrovec
2004-06-21  9:01   ` Geert Uytterhoeven
2004-06-21 21:57     ` Sam Ravnborg
2004-06-20 21:30 ` [PATCH 0/2] kbuild updates Martin Schlemmer
2004-06-20 21:42   ` Arjan van de Ven
2004-06-20 21:52     ` Martin Schlemmer
2004-06-20 22:26       ` Andreas Gruenbacher
2004-06-20 22:39         ` Martin Schlemmer
2004-06-20 23:51           ` Andreas Gruenbacher
2004-06-21 22:31             ` Sam Ravnborg
2004-06-21 22:33               ` Martin Schlemmer
2004-06-21 22:50               ` Andreas Gruenbacher
2004-06-21 23:03                 ` Sam Ravnborg
2004-06-20 22:03   ` Sam Ravnborg
2004-06-20 22:16     ` Martin Schlemmer
2004-06-20 22:26       ` Alistair John Strachan
2004-06-20 22:54         ` Martin Schlemmer
2004-06-21 22:46           ` Sam Ravnborg
2004-06-21 22:33         ` Sam Ravnborg
2004-06-21 22:29           ` Martin Schlemmer
2004-06-21 22:56             ` Andreas Gruenbacher
2004-06-20 22:18     ` Sam Ravnborg
2004-06-20 22:25       ` Martin Schlemmer
2004-06-21 22:48         ` Sam Ravnborg
2004-06-22  5:29       ` Jari Ruusu
2004-06-22  9:20         ` Andreas Gruenbacher
2004-06-22 18:23           ` Jari Ruusu
2004-06-22 18:44         ` Sam Ravnborg
2004-06-21  0:29     ` Hannu Savolainen
2004-06-21  1:27       ` Andreas Gruenbacher
2004-06-21  6:47       ` Arjan van de Ven
2004-06-21  8:02         ` Hannu Savolainen
     [not found] <29hJN-3Jl-35@gated-at.bofh.it>
     [not found] ` <29icN-42R-13@gated-at.bofh.it>
     [not found]   ` <29imu-4ad-31@gated-at.bofh.it>
     [not found]     ` <29iwc-4g7-27@gated-at.bofh.it>
2004-06-20 22:36       ` Pascal Schmidt
     [not found] <539000871@toto.iv>
2004-06-22  1:39 ` Peter Chubb
2004-06-22  5:20   ` Sam Ravnborg
2004-06-22  8:36     ` Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox