All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/22] Patches and Updates for M2
Date: Mon,  9 Jan 2012 21:53:54 -0800	[thread overview]
Message-ID: <cover.1326174744.git.sgw@linux.intel.com> (raw)

Richard, 

This change set has been run through the AB, I pull out the DTB patch
which is what I think caused the failure for MPC.

Please due further review and commit as appropriate.

Thanks
	Sau!


The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a:

  base-files: filesystems: fix mount order (2012-01-06 14:41:19 +0000)

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

Andrea Adami (2):
  kexec-tools: split packaging of kexec and kdump
  task-core-tools: adapt to kexec-tools package split

Andreas Müller (2):
  libusb1: keep *.la in base_libdir
  libusb-compat: keep *.la in base_libdir

Colin Walters (1):
  util-linux: .pc files should go in the -dev packages for subpackages

Dexuan Cui (1):
  distro_tracking_fields.inc: upgrade tcf-agent

Jessica Zhang (1):
  add sysroot support for meta-ide-support which is the toolchain
    within build env case

Khem Raj (8):
  site/common-uclibc: Cache gl_cv_func_wcwidth_works
  libiconv_1.14.bb: Fix build failure
  eglibc: Upgrade recipes 2.14 -> 2.15
  autotools.bbclass: Introduce CACHED_CONFIGUREVARS
  default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc
  uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar
    distro feature
  findutils: Use CACHED_CONFIGUREVARS to specify cached configure vars
  util-linux: Enable fallocate and use CACHED_CONFIGUREVARS

Matthew McClintock (1):
  libxml2: add shared library version info to libxml shared libraries

Nitin A Kamble (1):
  libxxf86dga: fix compilation with x32 toolchain

Saul Wold (1):
  distro_tracking: Update Manual Checks

Steve Sakoman (4):
  Remove last remnants of kernel26 MACHINE_FEATURES
  dbus: change permissions of dbus-daemon-launch-helper to 4755
  gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in
    postinst
  update-modules: don't run modutils.sh if systemd is installed

 meta/classes/autotools.bbclass                     |    2 +-
 meta/classes/gtk-icon-cache.bbclass                |    2 +-
 meta/classes/toolchain-scripts.bbclass             |    9 +-
 meta/conf/bitbake.conf                             |    1 -
 meta/conf/distro/include/default-distrovars.inc    |    2 +
 .../conf/distro/include/distro_tracking_fields.inc |   54 +-
 meta/conf/machine/include/qemu.inc                 |    2 +-
 meta/recipes-core/dbus/dbus.inc                    |    4 +-
 ...tive_2.14.bb => cross-localedef-native_2.15.bb} |    0
 .../IO-acquire-lock-fix.patch                      |    0
 .../armv4-eabi-compile-fix.patch                   |    0
 .../eglibc-rpc-export-again.patch                  |    0
 .../eglibc-svn-arm-lowlevellock-include-tls.patch  |    0
 .../{eglibc-2.14 => eglibc-2.15}/etc/ld.so.conf    |    0
 .../generate-supported.mk                          |    0
 .../glibc-2.14-libdl-crash.patch                   |    0
 .../ld-search-order.patch                          |    0
 .../mips-rld-map-check.patch                       |    0
 .../multilib_readlib.patch                         |    0
 .../{eglibc-2.14 => eglibc-2.15}/ppc-sqrt.patch    |    0
 .../eglibc/eglibc-2.15/ppc-sqrt_finite.patch       |  112 +
 .../stack-protector-test.patch                     |    0
 .../use-sysroot-cxx-headers.patch                  |   30 +-
 .../recipes-core/eglibc/eglibc-2.15/x86_fenv.patch |   29 +
 ...libc-initial_2.14.bb => eglibc-initial_2.15.bb} |    0
 ...eglibc-locale_2.14.bb => eglibc-locale_2.15.bb} |    0
 .../eglibc/{eglibc_2.14.bb => eglibc_2.15.bb}      |   16 +-
 .../libxml/libxml2/fix_version_info.patch          |   23 +
 meta/recipes-core/libxml/libxml2_2.7.8.bb          |    4 +-
 meta/recipes-core/tasks/task-core-tools.bb         |    4 +-
 meta/recipes-core/uclibc/uclibc-config.inc         |    1 +
 meta/recipes-core/util-linux/util-linux.inc        |    4 +-
 meta/recipes-core/util-linux/util-linux_2.20.1.bb  |    6 +-
 meta/recipes-extended/findutils/findutils_4.4.2.bb |    4 +-
 .../libxxf86dga-1.1.2_fix_for_x32.patch            |   30 +
 .../recipes-graphics/xorg-lib/libxxf86dga_1.1.2.bb |    5 +-
 meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb     |    7 +-
 .../update-modules-1.0/update-modules              |    3 +-
 .../update-modules/update-modules_1.0.bb           |    5 +-
 .../libiconv-1.14/add-relocatable-module.patch     | 5008 ++++++++++++++++++++
 meta/recipes-support/libiconv/libiconv_1.14.bb     |    8 +-
 meta/recipes-support/libusb/libusb-compat_0.1.3.bb |    3 +-
 meta/recipes-support/libusb/libusb1_1.0.8.bb       |    3 +-
 meta/site/common-uclibc                            |    1 +
 44 files changed, 5310 insertions(+), 72 deletions(-)
 rename meta/recipes-core/eglibc/{cross-localedef-native_2.14.bb => cross-localedef-native_2.15.bb} (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/IO-acquire-lock-fix.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/armv4-eabi-compile-fix.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/eglibc-rpc-export-again.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/eglibc-svn-arm-lowlevellock-include-tls.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/etc/ld.so.conf (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/generate-supported.mk (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/glibc-2.14-libdl-crash.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/ld-search-order.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/mips-rld-map-check.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/multilib_readlib.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/ppc-sqrt.patch (100%)
 create mode 100644 meta/recipes-core/eglibc/eglibc-2.15/ppc-sqrt_finite.patch
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/stack-protector-test.patch (100%)
 rename meta/recipes-core/eglibc/{eglibc-2.14 => eglibc-2.15}/use-sysroot-cxx-headers.patch (51%)
 create mode 100644 meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch
 rename meta/recipes-core/eglibc/{eglibc-initial_2.14.bb => eglibc-initial_2.15.bb} (100%)
 rename meta/recipes-core/eglibc/{eglibc-locale_2.14.bb => eglibc-locale_2.15.bb} (100%)
 rename meta/recipes-core/eglibc/{eglibc_2.14.bb => eglibc_2.15.bb} (95%)
 create mode 100644 meta/recipes-core/libxml/libxml2/fix_version_info.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libxxf86dga/libxxf86dga-1.1.2_fix_for_x32.patch
 create mode 100644 meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch

-- 
1.7.6.5




             reply	other threads:[~2012-01-10  6:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10  5:53 Saul Wold [this message]
2012-01-10  5:53 ` [CONSOLIDATED PULL 01/22] libxxf86dga: fix compilation with x32 toolchain Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 02/22] add sysroot support for meta-ide-support which is the toolchain within build env case Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works Saul Wold
2012-01-10 18:13   ` Khem Raj
2012-01-10 18:18     ` Saul Wold
2012-01-10 18:24       ` Khem Raj
2012-01-10  5:53 ` [CONSOLIDATED PULL 04/22] libiconv_1.14.bb: Fix build failure Saul Wold
2012-01-10  5:53 ` [CONSOLIDATED PULL 05/22] libusb1: keep *.la in base_libdir Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 06/22] libusb-compat: " Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 07/22] Remove last remnants of kernel26 MACHINE_FEATURES Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 08/22] dbus: change permissions of dbus-daemon-launch-helper to 4755 Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 09/22] gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in postinst Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 10/22] update-modules: don't run modutils.sh if systemd is installed Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 11/22] eglibc: Upgrade recipes 2.14 -> 2.15 Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 12/22] libxml2: add shared library version info to libxml shared libraries Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 13/22] autotools.bbclass: Introduce CACHED_CONFIGUREVARS Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 14/22] default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc Saul Wold
2012-01-10 11:01   ` Phil Blundell
2012-01-10 17:58     ` Richard Purdie
2012-01-10 18:10       ` Khem Raj
2012-01-10  5:54 ` [CONSOLIDATED PULL 15/22] uclibc: Configure UCLIBC_HAS_WCHAR based on libc-posix-clang-wchar distro feature Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 16/22] findutils: Use CACHED_CONFIGUREVARS to specify cached configure vars Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 17/22] util-linux: Enable fallocate and use CACHED_CONFIGUREVARS Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 18/22] util-linux: .pc files should go in the -dev packages for subpackages Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 19/22] kexec-tools: split packaging of kexec and kdump Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 20/22] task-core-tools: adapt to kexec-tools package split Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 21/22] distro_tracking: Update Manual Checks Saul Wold
2012-01-10  5:54 ` [CONSOLIDATED PULL 22/22] distro_tracking_fields.inc: upgrade tcf-agent Saul Wold
2012-01-10 17:57 ` [CONSOLIDATED PULL 00/22] Patches and Updates for M2 Richard Purdie
2012-01-10 18:17   ` Phil Blundell
2012-01-10 18:53     ` 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.1326174744.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 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.