Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/11] X32 related Fixes
@ 2011-12-08  5:48 nitin.a.kamble
  2011-12-08  5:48 ` [PATCH 01/11] gst-fluendo.inc: remove unneccessary hack nitin.a.kamble
                   ` (11 more replies)
  0 siblings, 12 replies; 24+ messages in thread
From: nitin.a.kamble @ 2011-12-08  5:48 UTC (permalink / raw)
  To: openembedded-core, hjl.tools

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




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

end of thread, other threads:[~2011-12-12 23:20 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08  5:48 [PATCH 00/11] X32 related Fixes nitin.a.kamble
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox