All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Initial Real-Time Linux recipes
@ 2010-12-18  0:08 Darren Hart
  2010-12-10 22:53 ` [PATCH 1/4] linux-yocto-rt: initial PREEMPT_RT recipe for the linux-yocto stable kernel Darren Hart
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Darren Hart @ 2010-12-18  0:08 UTC (permalink / raw)
  To: poky, tom.zanussi, bruce.ashfield

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



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

end of thread, other threads:[~2010-12-20 19:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-18  0:08 [PATCH 0/4] Initial Real-Time Linux recipes Darren Hart
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

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.