All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org,tom.zanussi@intel.com,bruce.ashfield@intel.com
Subject: [PATCH 0/4] Initial Real-Time Linux recipes
Date: Fri, 17 Dec 2010 16:08:55 -0800	[thread overview]
Message-ID: <cover.1292630935.git.dvhart@linux.intel.com> (raw)

This patch provides an initial set of PREEMPT_RT kernel and related
test and image recipes. The poky-image-minimal-rt image has been boot
tested on qemux86-64, and that is currently the only "COMPATIBLE_MACHINE".
More will be added as they are tested and confirmed working.

To make use of the rt-tests pacakge included in the new images, you need
to select linux-yocto-rt as the preferred kernel provider in your local.conf
or in a supported machine config. qemu.inc has been updated to allow for
the setting of the kernel provider in your local.conf.

It was my intent to have the image specify the require kernel, but things
don't really work that way. As such, it may be that having the images
just to add rt-tests is overkill and unecessarily pollutes the images
directory. I'm open to ideas on how to best go about building rt images.

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

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


Darren Hart (4):
  linux-yocto-rt: initial PREEMPT_RT recipe for the linux-yocto stable
    kernel
  rt-tests: add the PREEMPT_RT rt-tests testsuite and recipes-tests
    directory
  poky-image-minimal-rt*: Add initial real-time image recipes
  machine/qemu: Allow for users to override the preferred kernel
    version

 .../conf/distro/include/poky-default-revisions.inc |    3 +
 meta/conf/machine/include/qemu.inc                 |    2 +-
 .../images/poky-image-minimal-rt-directdisk.bb     |   15 ++++++
 .../images/poky-image-minimal-rt-live.bb           |   15 ++++++
 meta/recipes-core/images/poky-image-minimal-rt.bb  |   15 ++++++
 .../linux/linux-yocto-rt_stablegit.bb              |   47 ++++++++++++++++++++
 meta/recipes-tests/rt/rt-tests_git.bb              |   22 +++++++++
 7 files changed, 118 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-core/images/poky-image-minimal-rt-directdisk.bb
 create mode 100644 meta/recipes-core/images/poky-image-minimal-rt-live.bb
 create mode 100644 meta/recipes-core/images/poky-image-minimal-rt.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_stablegit.bb
 create mode 100644 meta/recipes-tests/rt/rt-tests_git.bb

-- 
1.7.2.3



             reply	other threads:[~2010-12-18  0:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-18  0:08 Darren Hart [this message]
2010-12-10 22:53 ` [PATCH 1/4] linux-yocto-rt: initial PREEMPT_RT recipe for the linux-yocto stable kernel Darren Hart
2010-12-20  5:20   ` Bruce Ashfield
2010-12-20 17:59     ` Darren Hart
2010-12-20 18:08       ` Bruce Ashfield
2010-12-10 23:33 ` [PATCH 3/4] poky-image-minimal-rt*: Add initial real-time image recipes Darren Hart
2010-12-17 23:34 ` [PATCH 2/4] rt-tests: add the PREEMPT_RT rt-tests testsuite and recipes-tests directory Darren Hart
2010-12-18  0:05 ` [PATCH 4/4] machine/qemu: Allow for users to override the preferred kernel version Darren Hart
2010-12-20  5:24   ` Bruce Ashfield
2010-12-18  0:27 ` [PATCH 0/4] Initial Real-Time Linux recipes Darren Hart
2010-12-20 19:47 ` [PATCH 0/4] Initial Real-Time Linux recipes (DO NOT PULL) Darren Hart

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.1292630935.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=bruce.ashfield@intel.com \
    --cc=poky@yoctoproject.org \
    --cc=tom.zanussi@intel.com \
    /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.