Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/14]
Date: Fri,  5 Aug 2011 08:27:50 -0700	[thread overview]
Message-ID: <cover.1312557813.git.sgw@linux.intel.com> (raw)

Richard,

This Set includes changes multilib and ppc64, you may want to
review the ppc64 changes.

Thanks
	Sau!

The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d:

  eglibc: Fix patch merge breakage (2011-08-04 15:41:08 +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

Beth Flanagan (1):
  buildstats.bbclass: Adding disk io measurement

Khem Raj (3):
  autoconf: Remove patch=1 from SRC_URI
  autoconf: Remove code checking for hardcoded /usr/local
  coreutils: Fix build on uclibc

Kumar Gala (7):
  libmusicbrainz: utilize base_libdir when configured
  libproxy: utilize libdir when configured
  prelink: Add lib64 dirs to prelink.conf
  tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync
  gcc-4.6: Add support for the e5500 PowerPC core
  image-mklibs.bbclass: Add powerpc64 arch support
  image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib

Mark Hatle (1):
  libzypp: Increase the size of the arch compat table

Saul Wold (2):
  dpkg: Update to use perlnative
  linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org

 meta/classes/buildstats.bbclass                    |  220 ++++++----
 meta/classes/image-mklibs.bbclass                  |   11 +-
 .../machine/include/powerpc/arch-powerpc64.inc     |    4 +
 .../remove-usr-local-lib-from-m4.patch             |   31 ++
 meta/recipes-core/coreutils/coreutils_8.12.bb      |    6 +-
 meta/recipes-devtools/autoconf/autoconf.inc        |    4 +-
 .../autoconf/remove-usr-local-lib-from-m4.patch    |   29 ++
 meta/recipes-devtools/autoconf/autoconf_2.68.bb    |   22 +-
 meta/recipes-devtools/dpkg/dpkg.inc                |    4 +-
 meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb        |    2 +-
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    3 +-
 .../gcc/gcc-4.6/powerpc-e5500.patch                |  465 ++++++++++++++++++++
 meta/recipes-devtools/prelink/prelink/prelink.conf |    8 +-
 meta/recipes-devtools/prelink/prelink_git.bb       |    2 +-
 .../arm-workaround-global-constructor.patch        |   23 +-
 .../libzypp/libzypp/libzypp-compatargs.patch       |   54 +++
 ...libzypp-pokyarch.patch => libzypp-oearch.patch} |   24 +-
 meta/recipes-extended/libzypp/libzypp_git.bb       |   69 ++--
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |    2 +-
 .../allow-libdir-override.patch                    |   19 +
 .../musicbrainz/libmusicbrainz_3.0.3.bb            |    7 +-
 meta/recipes-support/libproxy/libproxy_0.4.6.bb    |    4 +-
 22 files changed, 847 insertions(+), 166 deletions(-)
 create mode 100644 meta/recipes-core/coreutils/coreutils-8.12/remove-usr-local-lib-from-m4.patch
 create mode 100644 meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6/powerpc-e5500.patch
 create mode 100644 meta/recipes-extended/libzypp/libzypp/libzypp-compatargs.patch
 rename meta/recipes-extended/libzypp/libzypp/{libzypp-pokyarch.patch => libzypp-oearch.patch} (98%)
 create mode 100644 meta/recipes-multimedia/musicbrainz/libmusicbrainz-3.0.3/allow-libdir-override.patch

-- 
1.7.3.4




             reply	other threads:[~2011-08-05 15:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05 15:27 Saul Wold [this message]
2011-08-05 15:27 ` [CONSOLIDATED PULL 01/14] buildstats.bbclass: Adding disk io measurement Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 02/14] autoconf: Remove patch=1 from SRC_URI Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 03/14] autoconf: Remove code checking for hardcoded /usr/local Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 04/14] coreutils: Fix build on uclibc Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 05/14] libmusicbrainz: utilize base_libdir when configured Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 06/14] libproxy: utilize libdir " Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 07/14] prelink: Add lib64 dirs to prelink.conf Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 08/14] tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync Saul Wold
2011-08-05 15:27 ` [CONSOLIDATED PULL 09/14] gcc-4.6: Add support for the e5500 PowerPC core Saul Wold
2011-08-05 15:28 ` [CONSOLIDATED PULL 10/14] image-mklibs.bbclass: Add powerpc64 arch support Saul Wold
2011-08-05 15:28 ` [CONSOLIDATED PULL 11/14] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib Saul Wold
2011-08-05 15:28 ` [CONSOLIDATED PULL 12/14] dpkg: Update to use perlnative Saul Wold
2011-08-05 15:28 ` [CONSOLIDATED PULL 13/14] linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org Saul Wold
2011-08-05 15:28 ` [CONSOLIDATED PULL 14/14] libzypp: Increase the size of the arch compat table Saul Wold
2011-08-05 16:17 ` [CONSOLIDATED PULL 00/14] Richard Purdie

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.1312557813.git.sgw@linux.intel.com \
    --to=sgw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox