Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@openembedded.org
Subject: [CONSOLIDATED PULL 00/15] x32 and misc fixes
Date: Fri,  9 Dec 2011 10:23:33 -0800	[thread overview]
Message-ID: <cover.1323454935.git.sgw@linux.intel.com> (raw)


The following changes since commit 4215b2fb04b3ed61e8e1cf0847639cf6fe31d337:

  connman: update to 0.78 (2011-12-09 17:46:25 +0000)

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

Christopher Larson (1):
  lzop-1.03: add recipe

Frans Meulenbroeks (1):
  u-boot: renamed dir from uboot to the more appropriate u-boot

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

Saul Wold (2):
  ncurses: libcurses.so should link to libncurses.so
  self-hosted: Add ext2 utilites and perl-pod for building

 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 +-
 .../{uboot => u-boot}/files/fix-arm920t-eabi.patch |    0
 ...Drop-config.h-include-in-tools-imximage.h.patch |    0
 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
 ...Drop-config.h-include-in-tools-imximage.h.patch |    0
 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
 .../{uboot => u-boot}/u-boot-mkimage_2011.03.bb    |    0
 .../{uboot => u-boot}/u-boot-mkimage_2011.06.bb    |    0
 meta/recipes-bsp/{uboot => u-boot}/u-boot.inc      |    0
 .../{uboot => u-boot}/u-boot_2011.03.bb            |    0
 .../{uboot => u-boot}/u-boot_2011.06.bb            |    0
 .../openssl-1.0.0e/openssl_fix_for_x32.patch       |    2 +-
 meta/recipes-core/ncurses/ncurses.inc              |    6 +-
 meta/recipes-core/tasks/task-self-hosted.bb        |   54 ++--
 .../findutils-4.4.2_fix_for_x32.patch              |   36 ++
 meta/recipes-extended/findutils/findutils_4.4.2.bb |    5 +-
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |   24 ++
 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/recipes-support/lzop/lzop/acinclude.m4        |  390 ++++++++++++++++++++
 meta/recipes-support/lzop/lzop_1.03.bb             |   27 ++
 meta/site/x32-linux                                |    9 +
 32 files changed, 1040 insertions(+), 47 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
 rename meta/recipes-bsp/{uboot => u-boot}/files/fix-arm920t-eabi.patch (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage/0001-Drop-config.h-include-in-tools-imximage.h.patch (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage_2011.03.bb (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot-mkimage_2011.06.bb (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot.inc (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot_2011.03.bb (100%)
 rename meta/recipes-bsp/{uboot => u-boot}/u-boot_2011.06.bb (100%)
 create mode 100644 meta/recipes-extended/findutils/findutils-4.4.2/findutils-4.4.2_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/recipes-support/lzop/lzop/acinclude.m4
 create mode 100644 meta/recipes-support/lzop/lzop_1.03.bb
 create mode 100644 meta/site/x32-linux

-- 
1.7.6.4




             reply	other threads:[~2011-12-09 18:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 18:23 Saul Wold [this message]
2011-12-09 18:23 ` [CONSOLIDATED PULL 01/15] lzop-1.03: add recipe Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 02/15] ncurses: libcurses.so should link to libncurses.so Saul Wold
2011-12-09 19:42   ` Khem Raj
2011-12-09 18:23 ` [CONSOLIDATED PULL 03/15] self-hosted: Add ext2 utilites and perl-pod for building Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 04/15] gst-fluendo.inc: remove unneccessary hack Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 05/15] mdadm: Make custom CC definition conditional Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 06/15] pulseaudio: fix compilation with x32 toolchain Saul Wold
2011-12-09 18:46   ` Paul Menzel
2011-12-09 19:11     ` Kamble, Nitin A
2011-12-09 18:23 ` [CONSOLIDATED PULL 07/15] libacpi: Fix libdir for x32 Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 08/15] findutils: Fix compilation for x32 toolchain Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 09/15] mesa: Properly create share library for x32 Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 10/15] pax: fix compilation with x32 toolchain Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 11/15] siteinfo: create a new siteinfo for x32-linux Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 12/15] libacpi: Use the cross strip instead of host strip Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 13/15] openssl-1.0.0e: Update x32 Configure Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 14/15] x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH Saul Wold
2011-12-09 18:23 ` [CONSOLIDATED PULL 15/15] u-boot: renamed dir from uboot to the more appropriate u-boot 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.1323454935.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-core@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