All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Refresh meta-rt and move the recipes under meta
@ 2011-08-11 23:08 Darren Hart
  2011-08-11 23:08 ` [PATCH 01/10] meta-rt: refresh linux-yocto-rt recipe Darren Hart
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Darren Hart @ 2011-08-11 23:08 UTC (permalink / raw)
  To: bruce.ashfield, tom.zanussi, openembedded-core

This series brings the existing linux-yocto-rt recipe inline with the
main linux-yocto recipe. It cleans up the meta-rt directory structure
in preparation to move its contents under meta. It adds a 3.0.1-rt8
linux-yocto recipe. Finally, it moves it all under meta and adds a
basic README.

The following changes since commit 0350be945877b61eb8125663887fd7ed1c3923ab:

  scripts/runqemu: Make it run on ubuntu 11.10 (2011-08-11 19:22:06 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/rt-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/rt-oe

Darren Hart (10):
  meta-rt: refresh linux-yocto-rt recipe
  meta-rt: rt-tests v0.73 instead of AUTOREV
  meta-rt: canonicalize directory structure
  meta-rt: add linux-yocto-rt_3.0 recipe
  meta-rt: remove atom-pc support from the main layer
  meta-rt: rename minimal-rt images to -rt, drop live image
  meta-rt: add an -rt-sdk image
  meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors
  Move meta-rt recipes to oe-core (meta)
  recipes-rt: add a README documenting the contents of recipes-rt

 meta-rt/conf/layer.conf                            |   23 --------
 .../recipes-kernel/linux/linux-yocto-rt_2.6.34.bb  |   14 ++++--
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |   55 ++++++++++++++++++++
 meta/recipes-rt/README                             |   13 +++++
 meta/recipes-rt/images/core-image-rt-sdk.bb        |   15 +++++
 .../recipes-rt/images/core-image-rt.bb             |    2 +-
 .../recipes-rt/rt-tests/rt-tests_0.73.bb           |    2 +-
 7 files changed, 95 insertions(+), 29 deletions(-)
 delete mode 100644 meta-rt/conf/layer.conf
 rename meta-rt/recipes-kernel/linux-yocto-rt_stablegit.bb => meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb (64%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
 create mode 100644 meta/recipes-rt/README
 create mode 100644 meta/recipes-rt/images/core-image-rt-sdk.bb
 rename meta-rt/images/core-image-minimal-rt.bb => meta/recipes-rt/images/core-image-rt.bb (78%)
 rename meta-rt/recipes-tests/rt-tests_git.bb => meta/recipes-rt/rt-tests/rt-tests_0.73.bb (97%)

-- 
1.7.6




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

end of thread, other threads:[~2011-08-12 18:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 23:08 [PATCH 00/10] Refresh meta-rt and move the recipes under meta Darren Hart
2011-08-11 23:08 ` [PATCH 01/10] meta-rt: refresh linux-yocto-rt recipe Darren Hart
2011-08-11 23:08 ` [PATCH 02/10] meta-rt: rt-tests v0.73 instead of AUTOREV Darren Hart
2011-08-11 23:08 ` [PATCH 03/10] meta-rt: canonicalize directory structure Darren Hart
2011-08-11 23:08 ` [PATCH 04/10] meta-rt: add linux-yocto-rt_3.0 recipe Darren Hart
2011-08-12  0:40   ` Bruce Ashfield
2011-08-12  2:56     ` Darren Hart
2011-08-12  3:23     ` Darren Hart
2011-08-12 13:36       ` Bruce Ashfield
2011-08-11 23:08 ` [PATCH 05/10] meta-rt: remove atom-pc support from the main layer Darren Hart
2011-08-11 23:08 ` [PATCH 06/10] meta-rt: rename minimal-rt images to -rt, drop live image Darren Hart
2011-08-11 23:08 ` [PATCH 07/10] meta-rt: add an -rt-sdk image Darren Hart
2011-08-11 23:08 ` [PATCH 08/10] meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors Darren Hart
2011-08-11 23:08 ` [PATCH 09/10] Move meta-rt recipes to oe-core (meta) Darren Hart
2011-08-11 23:08 ` [PATCH 10/10] recipes-rt: add a README documenting the contents of recipes-rt Darren Hart
2011-08-12 17:55 ` [PATCH 00/10] Refresh meta-rt and move the recipes under meta 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.