From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/5] meta-rt: create a real-time layer
Date: Thu, 30 Dec 2010 16:40:18 -0800 [thread overview]
Message-ID: <cover.1293755504.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 (build and boot tested) as well as atom-pc, which
builds and creates the ext3 image, but the live image is missing the rootfs
for some reason.
Rather than continue to sit on these, I thought I'd get them out there while
I continue to try and sort out the atom-pc issue.
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
next reply other threads:[~2010-12-31 0:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-31 0:40 Darren Hart [this message]
2010-12-31 0:40 ` [PATCH 1/5] meta-rt: Initial PREEMPT_RT layer and kernel recipes Darren Hart
2010-12-31 0:40 ` [PATCH 3/5] meta-rt/poky-image-*rt: Add initial PREEMPT_RT image recipes Darren Hart
2010-12-31 0:40 ` [PATCH 2/5] meta-rt/rt-tests: add the PREEMPT_RT rt-tests testsuite and recipes-tests directory Darren Hart
2010-12-31 0:40 ` [PATCH 4/5] machine/qemu: Allow for users to override the preferred kernel version Darren Hart
2010-12-31 0:40 ` [PATCH 5/5] meta-rt: atom-pc support Darren Hart
2010-12-31 6:15 ` [PATCH 0/5] meta-rt: create a real-time layer Bruce Ashfield
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.1293755504.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.