From patchwork Fri Dec 9 18:23:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,00/15] x32 and misc fixes Date: Fri, 09 Dec 2011 18:23:33 -0000 From: Saul Wold X-Patchwork-Id: 16583 Message-Id: To: openembedded-core@openembedded.org 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 Signed-off-by: Frans Meulenbroeks