Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: benoit.mauduit at gmail.com <benoit.mauduit@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] linux: Add Linux Kernel extensions menu
Date: Wed, 13 Jul 2011 17:52:59 +0200	[thread overview]
Message-ID: <1310572380-26403-2-git-send-email-benoit.mauduit@gmail.com> (raw)
In-Reply-To: <1310572380-26403-1-git-send-email-benoit.mauduit@gmail.com>

From: Benoit Mauduit <benoit.mauduit@openwide.fr>

Add a kernel sub-menu (called "Linux Kernel Extensions"), which makes
possible to patch it or tweak the kernel build step.

 * All linux/*.mk files will be read by the make process.
 * The menu can be customized in "linux/Config.ext.in".

Signed-off-by: Benoit Mauduit <benoit.mauduit@openwide.fr>
---
 Makefile            |    2 +-
 linux/Config.ext.in |    3 +++
 linux/Config.in     |    4 ++++
 3 files changed, 8 insertions(+), 1 deletions(-)
 create mode 100644 linux/Config.ext.in

diff --git a/Makefile b/Makefile
index 2f3802c..27e4375 100644
--- a/Makefile
+++ b/Makefile
@@ -313,7 +313,7 @@ include package/*/*.mk
 
 include boot/common.mk
 include target/Makefile.in
-include linux/linux.mk
+include linux/*.mk
 
 TARGETS+=target-finalize
 
diff --git a/linux/Config.ext.in b/linux/Config.ext.in
new file mode 100644
index 0000000..50e801d
--- /dev/null
+++ b/linux/Config.ext.in
@@ -0,0 +1,3 @@
+menu "Linux Kernel Extensions"
+
+endmenu
diff --git a/linux/Config.in b/linux/Config.in
index 8d3b0ba..3a22686 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -176,6 +176,10 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET
 	  /boot in the target root filesystem, as is typically done on
 	  x86/x86_64 systems.
 
+
+# Linux extensions (Xenomai)
+source "linux/Config.ext.in"
+
 endif # BR2_LINUX_KERNEL
 
 endmenu
-- 
1.7.6

  reply	other threads:[~2011-07-13 15:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-13 15:52 [Buildroot] [PATCH 0/2] Add Xenomai real-time framework benoit.mauduit at gmail.com
2011-07-13 15:52 ` benoit.mauduit at gmail.com [this message]
2011-07-20  6:12   ` [Buildroot] [PATCH 1/2] linux: Add Linux Kernel extensions menu Thomas De Schampheleire
2011-07-20  8:10     ` Benoît Mauduit
2011-07-20 19:21       ` Thomas Petazzoni
2011-07-13 15:53 ` [Buildroot] [PATCH 2/2] Add xenomai real-time Framework to buildroot for Arm and x86 benoit.mauduit at gmail.com
2011-07-20  6:08   ` Thomas De Schampheleire
2011-07-20  9:22     ` Benoît Mauduit
2011-07-13 16:23 ` [Buildroot] [PATCH 0/2] Add Xenomai real-time framework Thomas Petazzoni
2011-09-12 19:24   ` Thomas De Schampheleire
2011-09-12 19:52     ` Thomas Petazzoni
2011-09-13  7:38       ` Benoît Mauduit
2011-09-14 10:36         ` Thomas De Schampheleire

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=1310572380-26403-2-git-send-email-benoit.mauduit@gmail.com \
    --to=benoit.mauduit@gmail.com \
    --cc=buildroot@busybox.net \
    /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