Openembedded Core Discussions
 help / color / mirror / Atom feed
From: nitin.a.kamble@intel.com
To: openembedded-core@lists.openembedded.org, hjl.tools@gmail.com
Subject: [PATCH 00/11] X32 related Fixes
Date: Wed,  7 Dec 2011 21:48:29 -0800	[thread overview]
Message-ID: <cover.1323323130.git.nitin.a.kamble@intel.com> (raw)

From: Nitin A Kamble <nitin.a.kamble@intel.com>

These commits fix various recipe building issues with x32 toolchain.

mdadm & gst-fluendo commits are reworked based on the feedback received earlier.

Thanks,
Nitin

The following changes since commit f17e0ae38b2e6c4cbe7f0f9d76c3e1a386335fd1:

  conf/machine: Don't poke around providers which aren't machine specific/safe (2011-12-06 22:47:09 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/x32
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/x32

H.J. Lu (3):
  mesa: Properly create share library for x32
  siteinfo: create a new siteinfo for x32-linux
  openssl-1.0.0e: Update x32 Configure

Nitin A Kamble (8):
  gst-fluendo.inc: remove unneccessary hack
  mdadm: Make custom CC definition conditional
  pulseaudio: fix compilation with x32 toolchain
  libacpi: Fix libdir for x32
  findutils: Fix compilation for x32 toolchain
  pax: fix compilation with x32 toolchain
  libacpi: Use the cross strip instead of host strip
  x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH

 meta/classes/siteinfo.bbclass                      |    2 +-
 meta/conf/machine/include/ia32/arch-ia32.inc       |    4 +-
 meta/conf/machine/include/tune-core2.inc           |    6 +-
 .../libacpi/files/libacpi_fix_for_x32.patch        |   47 ++++
 .../use_correct_strip_in_cross_environment.patch   |   23 ++
 meta/recipes-bsp/libacpi/libacpi_0.2.bb            |    6 +-
 .../openssl-1.0.0e/openssl_fix_for_x32.patch       |    2 +-
 .../findutils-4.4.2/findutils_fix_for_x32.patch    |   40 ++++
 meta/recipes-extended/findutils/findutils_4.4.2.bb |    5 +-
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |   25 +++
 meta/recipes-extended/mdadm/mdadm_3.2.2.bb         |    4 +-
 .../pax/pax/pax-3.4_fix_for_x32.patch              |  185 ++++++++++++++++
 meta/recipes-extended/pax/pax_3.4.bb               |    5 +-
 .../mesa/mesa/mesa_fix_for_x32.patch               |   20 ++-
 meta/recipes-multimedia/gstreamer/gst-fluendo.inc  |    4 -
 .../pulseaudio/pulseaudo_fix_for_x32.patch         |  225 ++++++++++++++++++++
 .../pulseaudio/pulseaudio_1.1.bb                   |    3 +-
 meta/site/x32-linux                                |    9 +
 18 files changed, 592 insertions(+), 23 deletions(-)
 create mode 100644 meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch
 create mode 100644 meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
 create mode 100644 meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_x32.patch
 create mode 100644 meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
 create mode 100644 meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudo_fix_for_x32.patch
 create mode 100644 meta/site/x32-linux

-- 
1.7.6.4




             reply	other threads:[~2011-12-08  5:55 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  5:48 nitin.a.kamble [this message]
2011-12-08  5:48 ` [PATCH 01/11] gst-fluendo.inc: remove unneccessary hack nitin.a.kamble
2011-12-08  7:36   ` Khem Raj
2011-12-08 16:49     ` Kamble, Nitin A
2011-12-08 17:24       ` Khem Raj
2011-12-08  5:48 ` [PATCH 02/11] mdadm: Make custom CC definition conditional nitin.a.kamble
2011-12-08  7:20   ` Khem Raj
2011-12-08 18:36     ` Kamble, Nitin A
2011-12-08 18:39       ` Kamble, Nitin A
2011-12-08  5:48 ` [PATCH 03/11] pulseaudio: fix compilation with x32 toolchain nitin.a.kamble
2011-12-08  5:48 ` [PATCH 04/11] libacpi: Fix libdir for x32 nitin.a.kamble
2011-12-08  5:48 ` [PATCH 05/11] findutils: Fix compilation for x32 toolchain nitin.a.kamble
2011-12-08  7:14   ` Khem Raj
2011-12-08  9:08     ` Richard Purdie
2011-12-08 18:37       ` Kamble, Nitin A
2011-12-08 20:45         ` Khem Raj
2011-12-08 22:42           ` Kamble, Nitin A
2011-12-08  5:48 ` [PATCH 06/11] mesa: Properly create share library for x32 nitin.a.kamble
2011-12-08  5:48 ` [PATCH 07/11] pax: fix compilation with x32 toolchain nitin.a.kamble
2011-12-08  5:48 ` [PATCH 08/11] siteinfo: create a new siteinfo for x32-linux nitin.a.kamble
2011-12-08  5:48 ` [PATCH 09/11] libacpi: Use the cross strip instead of host strip nitin.a.kamble
2011-12-08  5:48 ` [PATCH 10/11] openssl-1.0.0e: Update x32 Configure nitin.a.kamble
2011-12-08  5:48 ` [PATCH 11/11] x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH nitin.a.kamble
2011-12-12 23:13 ` [PATCH 00/11] X32 related Fixes Saul Wold

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.1323323130.git.nitin.a.kamble@intel.com \
    --to=nitin.a.kamble@intel.com \
    --cc=hjl.tools@gmail.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