Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Replace module-init-tools by kmod
@ 2013-08-20 11:05 Thomas Petazzoni
  2013-08-20 11:05 ` [Buildroot] [PATCH 1/3] kmod: allow to build a host variant Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2013-08-20 11:05 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a set of three patches that replace module-init-tools by kmod,
since module-init-tools has been deprecated upstream.

kmod is already packaged, but we had a host variant (in patch 1) so
that the Linux kernel build logic can use it (patch 2), and finally we
remove the module-init-tools package and add the corresponding
Config.in.legacy entries (patch 3).

This is intended for 2013.11.

Thomas

Thomas Petazzoni (3):
  kmod: allow to build a host variant
  linux: use kmod instead of module-init-tools
  module-init-tools: remove package

 Config.in.legacy                                   | 11 +++++
 linux/linux.mk                                     |  2 +-
 package/Config.in                                  |  3 --
 package/kmod/kmod.mk                               |  9 +++++
 package/module-init-tools/Config.in                |  9 -----
 ...nit-tools-3.15-add-manpages-config-option.patch | 47 ----------------------
 package/module-init-tools/module-init-tools.mk     | 28 -------------
 7 files changed, 21 insertions(+), 88 deletions(-)
 delete mode 100644 package/module-init-tools/Config.in
 delete mode 100644 package/module-init-tools/module-init-tools-3.15-add-manpages-config-option.patch
 delete mode 100644 package/module-init-tools/module-init-tools.mk

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-21 20:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 11:05 [Buildroot] [PATCH 0/3] Replace module-init-tools by kmod Thomas Petazzoni
2013-08-20 11:05 ` [Buildroot] [PATCH 1/3] kmod: allow to build a host variant Thomas Petazzoni
2013-08-21 20:07   ` Arnout Vandecappelle
2013-08-20 11:05 ` [Buildroot] [PATCH 2/3] linux: use kmod instead of module-init-tools Thomas Petazzoni
2013-08-20 11:05 ` [Buildroot] [PATCH 3/3] module-init-tools: remove package Thomas Petazzoni
2013-08-21 20:51   ` Arnout Vandecappelle

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