All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/5] meta-rt: create a real-time (PREEMPT_RT) layer
Date: Tue, 18 Jan 2011 15:25:31 -0800	[thread overview]
Message-ID: <cover.1295393078.git.dvhart@linux.intel.com> (raw)

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



             reply	other threads:[~2011-01-18 23:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 23:25 Darren Hart [this message]
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

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=cover.1295393078.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=poky@yoctoproject.org \
    /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.