All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] meta-rt: create a real-time (PREEMPT_RT) layer
@ 2011-01-18 23:25 Darren Hart
  2011-01-18 23:25 ` [PATCH 2/5] meta-rt/rt-tests: add the PREEMPT_RT rt-tests testsuite and recipes-tests directory Darren Hart
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Darren Hart @ 2011-01-18 23:25 UTC (permalink / raw)
  To: poky

Add a real-time layer to build the linux-yocto preempt_rt kernel type for
specific machines. It also adds the rt-tests test suite. This series
adds qemux86-64 support as well as atom-pc. Both have been boot tested.

There has been much discussion surrounding where real-time support should be
in the repositories. Most recently we discussed including it as part of the
main poky repository. I think this makes the most sense as the rt kernels are
built from the same kernel repositories as the other linux-yocto kernels.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/meta-rt
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/meta-rt

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (5):
  meta-rt: Initial PREEMPT_RT layer and kernel recipes
  meta-rt/rt-tests: add the PREEMPT_RT rt-tests testsuite and
    recipes-tests directory
  meta-rt/poky-image-*rt: Add initial PREEMPT_RT image recipes
  machine/qemu: Allow for users to override the preferred kernel
    version
  meta-rt: atom-pc support

 meta-rt/conf/layer.conf                            |   23 +++++++++++
 meta-rt/images/poky-image-minimal-rt-directdisk.bb |   15 +++++++
 meta-rt/images/poky-image-minimal-rt-live.bb       |   15 +++++++
 meta-rt/images/poky-image-minimal-rt.bb            |   12 ++++++
 meta-rt/recipes-kernel/linux-yocto-rt_stablegit.bb |   40 ++++++++++++++++++++
 meta-rt/recipes-tests/rt-tests_git.bb              |   22 +++++++++++
 meta/conf/machine/include/qemu.inc                 |    2 +-
 7 files changed, 128 insertions(+), 1 deletions(-)
 create mode 100644 meta-rt/conf/layer.conf
 create mode 100644 meta-rt/images/poky-image-minimal-rt-directdisk.bb
 create mode 100644 meta-rt/images/poky-image-minimal-rt-live.bb
 create mode 100644 meta-rt/images/poky-image-minimal-rt.bb
 create mode 100644 meta-rt/recipes-kernel/linux-yocto-rt_stablegit.bb
 create mode 100644 meta-rt/recipes-tests/rt-tests_git.bb



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

end of thread, other threads:[~2011-01-21  1:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 23:25 [PATCH 0/5] meta-rt: create a real-time (PREEMPT_RT) layer Darren Hart
2011-01-18 23:25 ` [PATCH 2/5] meta-rt/rt-tests: add the PREEMPT_RT rt-tests testsuite and recipes-tests directory Darren Hart
2011-01-18 23:25 ` [PATCH 1/5] meta-rt: Initial PREEMPT_RT layer and kernel recipes Darren Hart
2011-01-19 17:24   ` Bruce Ashfield
2011-01-18 23:25 ` [PATCH 3/5] meta-rt/poky-image-*rt: Add initial PREEMPT_RT image recipes Darren Hart
2011-01-18 23:25 ` [PATCH 4/5] machine/qemu: Allow for users to override the preferred kernel version Darren Hart
2011-01-19 16:56   ` Bruce Ashfield
2011-01-18 23:25 ` [PATCH 5/5] meta-rt: atom-pc support Darren Hart
2011-01-21  1:02 ` [PATCH 0/5] meta-rt: create a real-time (PREEMPT_RT) layer Saul Wold

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.