From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: "dvhart@linux.intel.com" <dvhart@linux.intel.com>
Subject: Re: [CONSOLIDATED PULL 00/25] Meta-RT reorg and other fixes
Date: Fri, 12 Aug 2011 17:26:06 +0100 [thread overview]
Message-ID: <1313166366.14274.512.camel@rex> (raw)
In-Reply-To: <cover.1313134270.git.sgw@linux.intel.com>
On Fri, 2011-08-12 at 00:49 -0700, Saul Wold wrote:
> 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
Merged to master in full but Darren needs to sort out the rt-tests v0.73
business ASAP as per my email now its being enabled by default.
I merged rather than waiting as there were other patches depending on
that change and it seemed a shame to reject half the patch series on
that minor detail.
Cheers,
Richard
prev parent reply other threads:[~2011-08-12 16:31 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=1313166366.14274.512.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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.