Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory
@ 2010-01-09 18:00 Clark Rawlins
  2010-01-11 14:14 ` Chris Packham
  0 siblings, 1 reply; 3+ messages in thread
From: Clark Rawlins @ 2010-01-09 18:00 UTC (permalink / raw)
  To: buildroot

Add support for a catagory of packages called
"Extra kernel modules" in menuconfig and a
new subdirectory similar to the "editors"
subdirectory to hold the kernel-modules packages.

Signed-off-by: Clark Rawlins <clark.rawlins@escient.com>
---
 package/Config.in                        |    3 +++
 package/kernel-modules/Config.in         |    3 +++
 package/kernel-modules/kernel-modules.mk |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 package/kernel-modules/Config.in
 create mode 100644 package/kernel-modules/kernel-modules.mk

diff --git a/package/Config.in b/package/Config.in
index 57a6a19..77f47db 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -421,4 +421,7 @@ source "package/java/Config.in"
 # various games packages
 source "package/games/Config.in"
 
+# Out of tree kernel modules
+source "package/kernel-modules/Config.in"
+
 endmenu
diff --git a/package/kernel-modules/Config.in b/package/kernel-modules/Config.in
new file mode 100644
index 0000000..ddd27c3
--- /dev/null
+++ b/package/kernel-modules/Config.in
@@ -0,0 +1,3 @@
+menu "Extra Kernel Modules"
+source "package/kernel-modules/cdfs/Config.in"
+endmenu
diff --git a/package/kernel-modules/kernel-modules.mk b/package/kernel-modules/kernel-modules.mk
new file mode 100644
index 0000000..031e2f5
--- /dev/null
+++ b/package/kernel-modules/kernel-modules.mk
@@ -0,0 +1 @@
+include package/kernel-modules/*/*.mk
-- 
1.6.3.3

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

* [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory
  2010-01-09 18:00 [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory Clark Rawlins
@ 2010-01-11 14:14 ` Chris Packham
  2010-01-11 15:44   ` Clark Rawlins
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Packham @ 2010-01-11 14:14 UTC (permalink / raw)
  To: buildroot

On Sat, Jan 9, 2010 at 1:00 PM, Clark Rawlins <clark.rawlins@escient.com> wrote:
> Add support for a catagory of packages called
> "Extra kernel modules" in menuconfig and a
> new subdirectory similar to the "editors"
> subdirectory to hold the kernel-modules packages.
> diff --git a/package/kernel-modules/Config.in b/package/kernel-modules/Config.in
[snip]
> new file mode 100644
> index 0000000..ddd27c3
> --- /dev/null
> +++ b/package/kernel-modules/Config.in
> @@ -0,0 +1,3 @@
> +menu "Extra Kernel Modules"
> +source "package/kernel-modules/cdfs/Config.in"
> +endmenu

This depends on code in your next patch. Perhaps just start with an
empty menu then add the cdfs part in your next patch. I'm not sure how
pedantic buildroot is with creating git bisect points that build.

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

* [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory
  2010-01-11 14:14 ` Chris Packham
@ 2010-01-11 15:44   ` Clark Rawlins
  0 siblings, 0 replies; 3+ messages in thread
From: Clark Rawlins @ 2010-01-11 15:44 UTC (permalink / raw)
  To: buildroot

On Mon, 2010-01-11 at 09:14 -0500, Chris Packham wrote:
> On Sat, Jan 9, 2010 at 1:00 PM, Clark Rawlins <clark.rawlins@escient.com> wrote:
> > Add support for a catagory of packages called
> > "Extra kernel modules" in menuconfig and a
> > new subdirectory similar to the "editors"
> > subdirectory to hold the kernel-modules packages.
> > diff --git a/package/kernel-modules/Config.in b/package/kernel-modules/Config.in
> [snip]
> > new file mode 100644
> > index 0000000..ddd27c3
> > --- /dev/null
> > +++ b/package/kernel-modules/Config.in
> > @@ -0,0 +1,3 @@
> > +menu "Extra Kernel Modules"
> > +source "package/kernel-modules/cdfs/Config.in"
> > +endmenu
> 
> This depends on code in your next patch. Perhaps just start with an
> empty menu then add the cdfs part in your next patch. I'm not sure how
> pedantic buildroot is with creating git bisect points that build.

I will recreate these patches with this issue resolved.

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

end of thread, other threads:[~2010-01-11 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 18:00 [Buildroot] [PATCH 1/2] Support for a kernel-modules catagory Clark Rawlins
2010-01-11 14:14 ` Chris Packham
2010-01-11 15:44   ` Clark Rawlins

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