All of lore.kernel.org
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/14]
@ 2011-08-05 15:27 Saul Wold
  2011-08-05 15:27 ` [CONSOLIDATED PULL 01/14] buildstats.bbclass: Adding disk io measurement Saul Wold
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Saul Wold @ 2011-08-05 15:27 UTC (permalink / raw)
  To: openembedded-core

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




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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 15:27 [CONSOLIDATED PULL 00/14] Saul Wold
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

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.