Openembedded Core Discussions
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes
@ 2011-08-12  7:49 Saul Wold
  2011-08-12  7:49 ` [CONSOLIDATED PULL 01/25] busybox: don't strip the main binary Saul Wold
                   ` (26 more replies)
  0 siblings, 27 replies; 30+ messages in thread
From: Saul Wold @ 2011-08-12  7:49 UTC (permalink / raw)
  To: openembedded-core

Richard,

This set of changes fixes some current master build failures for
RPM rootfs (from Mark) and has the Realtime update from Darren and
Bruce.

In addition there are some updates from Chris Larson and Kumar cleaning
up various tune and multi-lib issues.

They past my review and initial testing.

Sau!

The following changes since commit a92d56058b21913570bb17ae416c3b00afce055e:

  gnome-doc-utils: respect python-dir setting EXTRA_OECONF (2011-08-11 19:13:38 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Bruce Ashfield (1):
  linux-yocto: update SRCREVs for preempt-rt support + build fixes

Chris Larson (7):
  busybox: don't strip the main binary
  insane: add linux-gnu to the platform data
  nativesdk: inherit relocatable
  sanity: shift the required utils into a variable
  package: include SECTION in the pkgdata
  package: allow setting a section for locale packages
  cross: also empty PACKAGES_DYNAMIC

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

Kumar Gala (3):
  automake: Update for python.m4 to respect libdir
  xcb-proto: update based on changes to python.m4 in automake
  tune-ppce5500: Add a set of tune files for PowerPC e5500 core

Mark Hatle (3):
  rpm: Fix the canonical arch --target processing and cleanup
  package_rpm.bbclass: Update the platform config and --target
  package_rpm: Fix attemptonly and suggest packages

Mei Lei (1):
  init-install.sh: Fix make partition and make file system issues

 meta-rt/conf/layer.conf                            |   23 ----
 meta/classes/cross.bbclass                         |    2 +
 meta/classes/insane.bbclass                        |    3 +
 meta/classes/nativesdk.bbclass                     |    2 +
 meta/classes/package.bbclass                       |    6 +
 meta/classes/package_rpm.bbclass                   |   39 +++++--
 meta/classes/sanity.bbclass                        |    4 +-
 meta/conf/machine/include/tune-ppce5500-32b.inc    |   15 +++
 meta/conf/machine/include/tune-ppce5500-64b.inc    |   15 +++
 meta/recipes-core/busybox/busybox.inc              |    3 +-
 meta/recipes-core/busybox/busybox_1.18.4.bb        |    2 +-
 .../initrdscripts/files/init-install.sh            |    6 +-
 meta/recipes-devtools/automake/automake.inc        |    2 +-
 .../automake/automake/python-libdir.patch          |   60 +++++++++
 meta/recipes-devtools/automake/automake_1.11.1.bb  |    3 +-
 .../recipes-devtools/rpm/rpm/export-rpmbag-h.patch |   45 -------
 meta/recipes-devtools/rpm/rpm/hdraddorappend.patch |   22 ----
 meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch  |  134 ++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm/rpm-no-loop.patch    |   38 ------
 meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch |   16 +++
 meta/recipes-devtools/rpm/rpm/rpm-nrescan.patch    |   17 ---
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    8 +-
 .../xcb/xcb-proto-1.6/aclocal.patch                |   22 ----
 .../xcb/xcb-proto-1.6/xcb-proto-libdir.patch       |   14 ++
 meta/recipes-graphics/xcb/xcb-proto.inc            |    2 +-
 meta/recipes-graphics/xcb/xcb-proto_1.6.bb         |    2 +-
 meta/recipes-graphics/xcb/xcb-proto_git.bb         |    2 +-
 .../recipes-kernel/linux/linux-yocto-rt_2.6.34.bb  |   14 ++-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |   46 +++++++
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   14 +-
 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 +-
 34 files changed, 409 insertions(+), 204 deletions(-)
 delete mode 100644 meta-rt/conf/layer.conf
 create mode 100644 meta/conf/machine/include/tune-ppce5500-32b.inc
 create mode 100644 meta/conf/machine/include/tune-ppce5500-64b.inc
 create mode 100644 meta/recipes-devtools/automake/automake/python-libdir.patch
 delete mode 100644 meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch
 delete mode 100644 meta/recipes-devtools/rpm/rpm/hdraddorappend.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
 delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-no-loop.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
 delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-nrescan.patch
 delete mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/aclocal.patch
 create mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
 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.3.4




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

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

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12  7:49 [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 01/25] busybox: don't strip the main binary Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 02/25] insane: add linux-gnu to the platform data Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 03/25] nativesdk: inherit relocatable Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 04/25] sanity: shift the required utils into a variable Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 05/25] package: include SECTION in the pkgdata Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 06/25] package: allow setting a section for locale packages Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 07/25] cross: also empty PACKAGES_DYNAMIC Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 08/25] linux-yocto: update SRCREVs for preempt-rt support + build fixes Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 09/25] rpm: Fix the canonical arch --target processing and cleanup Saul Wold
2011-08-12  7:49 ` [CONSOLIDATED PULL 10/25] package_rpm.bbclass: Update the platform config and --target Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 11/25] init-install.sh: Fix make partition and make file system issues Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 12/25] automake: Update for python.m4 to respect libdir Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 13/25] xcb-proto: update based on changes to python.m4 in automake Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 14/25] tune-ppce5500: Add a set of tune files for PowerPC e5500 core Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 15/25] package_rpm: Fix attemptonly and suggest packages Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 16/25] meta-rt: refresh linux-yocto-rt recipe Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 17/25] meta-rt: rt-tests v0.73 instead of AUTOREV Saul Wold
2011-08-12 16:09   ` Richard Purdie
2011-08-12 16:30     ` Darren Hart
2011-08-12  7:50 ` [CONSOLIDATED PULL 18/25] meta-rt: canonicalize directory structure Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 19/25] meta-rt: add linux-yocto-rt_3.0 recipe Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 20/25] meta-rt: remove atom-pc support from the main layer Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 21/25] meta-rt: rename minimal-rt images to -rt, drop live image Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 22/25] meta-rt: add an -rt-sdk image Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 23/25] meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 24/25] Move meta-rt recipes to oe-core (meta) Saul Wold
2011-08-12  7:50 ` [CONSOLIDATED PULL 25/25] recipes-rt: add a README documenting the contents of recipes-rt Saul Wold
2011-08-12 15:21 ` [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes Kumar Gala
2011-08-12 16:26 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox