Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 00/20] A load of patches before ELC
Date: Fri, 10 Feb 2012 16:23:17 +0000	[thread overview]
Message-ID: <1328890997.18909.1.camel@ted> (raw)
In-Reply-To: <cover.1328862318.git.sgw@linux.intel.com>

On Fri, 2012-02-10 at 00:28 -0800, Saul Wold wrote:
> Richard,
> 
> Here is a load of patches that I have tested against the AB
> on x86 and arm.
> 
> Khem's zlib patch has a large affect due to the dropping of the .la
> file therefore a bunch of PR bumps and it also fixes some missing 
> DEPENDS.
> 
> Once Lianhoa's patch is in, we can enable BasicHash in Poky, there
> is a patch from him pending still on the poky alias.
> 
> 
> The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92:
> 
>   tcmode-default: add preference for gdb/gdbserver (2012-02-08 10:16:48 -0600)
> 
> 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
> 
> Christopher Larson (1):
>   external-csl-toolchain: fix mtd-user.h issue
> 
> Joshua Lock (5):
>   clutter-1.8: update to clutter-1.8.4
>   mx: update to 1.4.2
>   mx: ensure gettext and dbus are present
>   clutter: upgrade git recipe to reflect 1.8.4 tag
>   distro-tracking-fields: update clutter, clutter_git and mx
> 
> Khem Raj (3):
>   zlib: Upgrade 1.2.5 -> 1.2.6
>   sat-solver: Fix build with zlib 1.2.6
>   gnupg: Add missing DEPENDS on libgcrypt
> 
> Lianhao Lu (1):
>   gcc: Ensure same sstate hashes for shared soruce directory
> 
> Matthew McClintock (2):
>   distutils.bbclass: override LDSHARED so we use the linker for this
>     build and not the one used in sstate-cache
>   powerpc64-linux: Update cached autoconf values for libpcap on
>     powerpc64
> 
> Otavio Salvador (2):
>   cross.bbclass: add virtclass handler
>   useradd.bbclass: skip processing on virtclass-cross extended packages
> 
> Richard Purdie (4):
>   sstate.bbclass: Optimise sstate_hardcode_path
>   package.bbclass: Optimise the per file rpm handling
>   gcc-4.6: Some small performance tweaks
>   package_rpm.bbclass: Replace shell provides/requires script with
>     python version
> 
> Saul Wold (1):
>   valgrind: Fixed
>     Added-support-for-PPC-instructions-mfatbu-mfatbl.patch
>     Upstream-Status
> 
> Tom Rini (1):
>   u-boot-fw-utils: Add for v2011.06

Merged to master with the exception of my package_rpm.bbclass patch
which I think there may be better alternatives to.

Cheers,

Richard




      parent reply	other threads:[~2012-02-10 16:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-10  8:28 [CONSOLIDATED PULL 00/20] A load of patches before ELC Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 01/20] external-csl-toolchain: fix mtd-user.h issue Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 02/20] cross.bbclass: add virtclass handler Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 03/20] useradd.bbclass: skip processing on virtclass-cross extended packages Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 04/20] distutils.bbclass: override LDSHARED so we use the linker for this build and not the one used in sstate-cache Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 05/20] u-boot-fw-utils: Add for v2011.06 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 06/20] powerpc64-linux: Update cached autoconf values for libpcap on powerpc64 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 07/20] clutter-1.8: update to clutter-1.8.4 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 08/20] mx: update to 1.4.2 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 09/20] mx: ensure gettext and dbus are present Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 10/20] clutter: upgrade git recipe to reflect 1.8.4 tag Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 11/20] distro-tracking-fields: update clutter, clutter_git and mx Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 12/20] zlib: Upgrade 1.2.5 -> 1.2.6 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 13/20] sat-solver: Fix build with zlib 1.2.6 Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 14/20] gnupg: Add missing DEPENDS on libgcrypt Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 15/20] sstate.bbclass: Optimise sstate_hardcode_path Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 16/20] package.bbclass: Optimise the per file rpm handling Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 17/20] gcc-4.6: Some small performance tweaks Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 18/20] gcc: Ensure same sstate hashes for shared soruce directory Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 19/20] package_rpm.bbclass: Replace shell provides/requires script with python version Saul Wold
2012-02-10  8:28 ` [CONSOLIDATED PULL 20/20] valgrind: Fixed Added-support-for-PPC-instructions-mfatbu-mfatbl.patch Upstream-Status Saul Wold
2012-02-10 16:23 ` 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=1328890997.18909.1.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox