Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch xenomai-rtai
@ 2011-09-17 20:22 Thomas Petazzoni
  2011-09-17 20:22 ` [Buildroot] [PATCH 1/8] linux: Add Linux Kernel extensions menu Thomas Petazzoni
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Thomas Petazzoni @ 2011-09-17 20:22 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a patch set that adds the Xenomai and RTAI real-time
extensions of the Linux kernel. The Xenomai patches come from Thomas
de Schampheleire, who himself took them from Beno?t Mauduit. Those
patches have been improved further, taking into account comments from
Arnout, and adding some more features (ability to remove test
programs, RT-CAN programs, Analogy programs, and select which skins
should be installed).

The RTAI real-time extension is also added. It is not well supported
on architectures others than x86/x86-64, but can be useful on those
architectures. However, its integration required a small change in the
package infrastructure, described in detail in its commit log.

Regards,

Thomas

The following changes since commit 16d6e9b3420e78a89960b8b68202ea46a618810d:

  Makefile.autotools.in: fix autoreconf libtool patching after libtool move (2011-09-17 14:16:42 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git xenomai-rtai

Thomas De Schampheleire (2):
      linux: Add Linux Kernel extensions menu
      Add xenomai real-time Framework to buildroot

Thomas Petazzoni (6):
      xenomai: add support to keep or remove testsuite programs
      xenomai: add support to keep or remove RT-CAN utilities
      xenomai: add support to keep or remove Analogy utilities and libs
      xenomai: add support to keep or remove skins
      package: change ordering of steps
      Add support for the RTAI real-time extension

 linux/Config.ext.in                                |   31 ++++
 linux/Config.in                                    |    4 +
 linux/linux-ext-rtai.mk                            |   47 ++++++
 linux/linux-ext-xenomai.mk                         |   30 ++++
 linux/linux.mk                                     |    2 +
 package/Config.in                                  |    5 +
 package/Makefile.package.in                        |    6 +-
 package/rtai/Config.in                             |    2 +
 package/rtai/rtai.mk                               |   16 ++
 package/xenomai/Config.in                          |  159 ++++++++++++++++++++
 .../xenomai/xenomai-do-not-install-devices.patch   |   11 ++
 package/xenomai/xenomai.mk                         |  159 ++++++++++++++++++++
 target/generic/device_table_dev.txt                |    5 +
 13 files changed, 474 insertions(+), 3 deletions(-)
 create mode 100644 linux/Config.ext.in
 create mode 100644 linux/linux-ext-rtai.mk
 create mode 100644 linux/linux-ext-xenomai.mk
 create mode 100644 package/rtai/Config.in
 create mode 100644 package/rtai/rtai.mk
 create mode 100644 package/xenomai/Config.in
 create mode 100644 package/xenomai/xenomai-do-not-install-devices.patch
 create mode 100644 package/xenomai/xenomai.mk

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2011-11-14 15:32 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17 20:22 [Buildroot] [pull request] Pull request for branch xenomai-rtai Thomas Petazzoni
2011-09-17 20:22 ` [Buildroot] [PATCH 1/8] linux: Add Linux Kernel extensions menu Thomas Petazzoni
2011-09-18 20:32   ` Peter Korsgaard
2011-09-17 20:22 ` [Buildroot] [PATCH 2/8] Add xenomai real-time Framework to buildroot Thomas Petazzoni
2011-09-18 20:41   ` Peter Korsgaard
2011-09-17 20:22 ` [Buildroot] [PATCH 3/8] xenomai: add support to keep or remove testsuite programs Thomas Petazzoni
2011-09-18 20:43   ` Peter Korsgaard
2011-09-17 20:22 ` [Buildroot] [PATCH 4/8] xenomai: add support to keep or remove RT-CAN utilities Thomas Petazzoni
2011-09-18 20:44   ` Peter Korsgaard
2011-09-17 20:22 ` [Buildroot] [PATCH 5/8] xenomai: add support to keep or remove Analogy utilities and libs Thomas Petazzoni
2011-09-18 20:44   ` Peter Korsgaard
2011-09-17 20:22 ` [Buildroot] [PATCH 6/8] xenomai: add support to keep or remove skins Thomas Petazzoni
2011-09-18 20:45   ` Peter Korsgaard
2011-09-19  8:24   ` Thomas De Schampheleire
2011-09-19  8:49     ` Thomas Petazzoni
2011-09-19  8:54       ` Thomas De Schampheleire
2011-09-17 20:22 ` [Buildroot] [PATCH 7/8] package: change ordering of steps Thomas Petazzoni
2011-09-18 20:47   ` Peter Korsgaard
2011-09-28 14:13   ` Thomas De Schampheleire
2011-09-28 14:28     ` Thomas Petazzoni
2011-09-28 14:44       ` Thomas De Schampheleire
2011-09-28 16:27         ` Arnout Vandecappelle
2011-11-14 15:32           ` Thomas De Schampheleire
2011-09-17 20:22 ` [Buildroot] [PATCH 8/8] Add support for the RTAI real-time extension Thomas Petazzoni
2011-09-18 20:54   ` Peter Korsgaard
2011-09-22 19:37     ` Arnout Vandecappelle
2011-09-22 19:46       ` [Buildroot] [PATCH] rtai: hide the config option Arnout Vandecappelle
2011-09-18 12:19 ` [Buildroot] [pull request] Pull request for branch xenomai-rtai Benoît Mauduit
2011-09-22 17:13   ` Arnout Vandecappelle
2011-09-19  8:21 ` Thomas De Schampheleire

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