From: benoit.mauduit at gmail.com <benoit.mauduit@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] Add Xenomai real-time framework
Date: Wed, 13 Jul 2011 17:52:58 +0200 [thread overview]
Message-ID: <1310572380-26403-1-git-send-email-benoit.mauduit@gmail.com> (raw)
From: Benoit Mauduit <benoit.mauduit@openwide.fr>
These two patches are an initial add for Xenomai in buildroot.
"Xenomai is a real-time development framework cooperating with the
Linux kernel, in order to provide a pervasive, interface-agnostic,
hard real-time support to user-space applications, seamlessly
integrated into the GNU/Linux environment."
[http://www.xenomai.org]
Xenomai comes with a Linux Kernel and user-space part.
I added a Linux extensions sub-menu (The first patch) which handles
the kernel modification provided by Adeos/Xenomai. The advantage of
this way is for maintenance purpose. (Xenomai do not provide a full
kernel patch, but use a script called "prepare-kernel.sh")
Also, this split the user-space from the kernel in a nice way instead
of adding a serie of patches.
The Xenomai user-space part can be built separately with an external
real-time Kernel.
I have tested on both x86 and Arm with buildroot toolchains (uclibc).
Any feedback is welcome, especially for the first patch.
Regards,
--
Beno?t Mauduit
---
Benoit Mauduit (2):
linux: Add Linux Kernel extensions menu
Add xenomai real-time Framework to buildroot for Arm and x86
Makefile | 2 +-
linux/Config.ext.in | 20 ++++
linux/Config.in | 4 +
linux/xenomai.mk | 29 ++++++
package/Config.in | 4 +
package/xenomai/Config.in | 81 +++++++++++++++++
package/xenomai/README | 48 ++++++++++
.../xenomai/xenomai-do-not-install-devices.patch | 11 +++
package/xenomai/xenomai.mk | 95 ++++++++++++++++++++
target/generic/device_table_dev.txt | 5 +
10 files changed, 298 insertions(+), 1 deletions(-)
create mode 100644 linux/Config.ext.in
create mode 100644 linux/xenomai.mk
create mode 100644 package/xenomai/Config.in
create mode 100644 package/xenomai/README
create mode 100644 package/xenomai/xenomai-do-not-install-devices.patch
create mode 100644 package/xenomai/xenomai.mk
--
1.7.6
next 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 benoit.mauduit at gmail.com [this message]
2011-07-13 15:52 ` [Buildroot] [PATCH 1/2] linux: Add Linux Kernel extensions menu benoit.mauduit at gmail.com
2011-07-20 6:12 ` 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-1-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.