From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by mail.openembedded.org (Postfix) with ESMTP id 8877A6E7BE for ; Mon, 17 Feb 2014 19:32:45 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id fp1so6536051pdb.23 for ; Mon, 17 Feb 2014 11:32:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=fLb7YrHGhqjVrzBnSJEP1jcNAi95+ewqAEmLlSC7sHA=; b=RRvoa+oVGyjt3giVrIPRp06NSVsV9SNpUFWu27qhmmt2yzP2/6uD0pZ1uF6kkiBJ/J i5omgXwNaP3A1j/LIRkbLqwCjoo5tIbva1rGq8mKgK+gDPUAD4Qxofm8URNArudDkupe SRaukk/qwsiLXgRSmeJn9BLevL0S23+CDE96EGV56TkJ4EE/S+T1qzX6WlcAZljzDwqe NxshXqhqn+ijNMHH2z7kt/Z6ijcWaNJuOinIYyFpk5fGyekPcalIffYzwBokAqqM5ifV 0jBD2/L2Aw9I1LXweiDX6yVXXEm7dSeoP/vqCLOdZtvsa+3dijAVrMgXUzujBTfv3e/l I4vQ== X-Received: by 10.68.66.103 with SMTP id e7mr28125790pbt.120.1392665566483; Mon, 17 Feb 2014 11:32:46 -0800 (PST) Received: from localhost.localdomain (99-57-140-30.lightspeed.sntcca.sbcglobal.net. [99.57.140.30]) by mx.google.com with ESMTPSA id tu3sm48329430pbc.40.2014.02.17.11.32.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Feb 2014 11:32:45 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Date: Mon, 17 Feb 2014 11:33:53 -0800 Message-Id: X-Mailer: git-send-email 1.7.10.4 Subject: [PATCH 0/6] eglibc upgrade 2.19, uclibc upgrade and fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 19:32:46 -0000 This is consolidated patchsets that I have sent over past couple of weeks Upgrades eglibc to 2.19 Upgrades uclibc to latest git Fix for building uclibc images binutils is fixed to accomodate gold linker and sstate icu is fixed for QT5 runtime-issue reported by many developers over mailing list I have built and booted systemd-image for eglibc/uclibc on all qemu machines, beaglebone, overo and build only tested for p1020ds The following changes since commit 9d9bca8785911e8ae06d507bbfb99d6a811f072e: lib/oe/image.py: fix working directory (2014-02-17 15:37:13 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib misc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc Khem Raj (6): eglibc: Upgrade from 2.18 -> 2.19 valgrind: Add glibc 2.19 awareness rootfs.py: Check for LDCONFIGDEPEND being empty string icu: Disable the default LDFLAGSICUDT for target compile binutils: ld-is-gold should not affect native and crosssdk recipes uclibc: Update to git tip meta/classes/libc-common.bbclass | 2 +- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/lib/oe/rootfs.py | 2 +- ...tive_2.18.bb => cross-localedef-native_2.19.bb} | 10 +- .../0001-ARM-Pass-dl_hwcap-to-IFUNC-resolver.patch | 43 ------ meta/recipes-core/eglibc/eglibc-2.18/make-4.patch | 31 ---- .../eglibc/eglibc-2.18/tzselect-awk.patch | 42 ------ .../eglibc/eglibc-2.18/tzselect-sh.patch | 156 -------------------- .../0001-R_ARM_TLS_DTPOFF32.patch | 0 .../0001-eglibc-menuconfig-support.patch | 122 +++++++-------- ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 0 ...0002-eglibc-menuconfig-hex-string-options.patch | 0 ...0003-eglibc-menuconfig-build-instructions.patch | 0 .../GLRO_dl_debug_mask.patch | 0 .../IO-acquire-lock-fix.patch | 0 .../add_resource_h_to_wait_h.patch | 0 .../eglibc-svn-arm-lowlevellock-include-tls.patch | 0 .../eglibc_fix_findidx_parameters.patch | 0 .../{eglibc-2.18 => eglibc-2.19}/etc/ld.so.conf | 0 .../fileops-without-wchar-io.patch | 0 .../fix-tibetian-locales.patch | 0 .../fix_for_centos_5.8.patch | 0 .../fsl-ppc-no-fsqrt.patch | 0 .../generate-supported.mk | 0 .../glibc.fix_sqrt2.patch | 0 .../initgroups_keys.patch | 0 .../ld-search-order.patch | 0 .../mips-rld-map-check.patch | 0 .../multilib_readlib.patch | 0 .../ppc-sqrt_finite.patch | 0 .../ppc_slow_ieee754_sqrt.patch | 0 .../relocatable_sdk.patch | 0 .../relocatable_sdk_fix_openpath.patch | 0 ...libc-initial_2.18.bb => eglibc-initial_2.19.bb} | 0 ...eglibc-locale_2.18.bb => eglibc-locale_2.19.bb} | 0 ...eglibc-mtrace_2.18.bb => eglibc-mtrace_2.19.bb} | 0 ...libc-scripts_2.18.bb => eglibc-scripts_2.19.bb} | 0 .../eglibc/{eglibc_2.18.bb => eglibc_2.19.bb} | 14 +- meta/recipes-core/uclibc/uclibc-git.inc | 3 +- .../0001-add-posix_fadvise-for-arm.patch | 68 --------- meta/recipes-devtools/binutils/binutils.inc | 8 +- .../valgrind/valgrind/glibc-2.19.patch | 23 +++ meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 1 + .../0001-Disable-LDFLAGSICUDT-for-Linux.patch | 28 ++++ meta/recipes-support/icu/icu_51.2.bb | 3 + 45 files changed, 136 insertions(+), 422 deletions(-) rename meta/recipes-core/eglibc/{cross-localedef-native_2.18.bb => cross-localedef-native_2.19.bb} (73%) delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/0001-ARM-Pass-dl_hwcap-to-IFUNC-resolver.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/make-4.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/tzselect-awk.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.18/tzselect-sh.patch rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/0001-R_ARM_TLS_DTPOFF32.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/0001-eglibc-menuconfig-support.patch (93%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/0002-eglibc-menuconfig-hex-string-options.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/0003-eglibc-menuconfig-build-instructions.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/GLRO_dl_debug_mask.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/IO-acquire-lock-fix.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/add_resource_h_to_wait_h.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/eglibc-svn-arm-lowlevellock-include-tls.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/eglibc_fix_findidx_parameters.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/etc/ld.so.conf (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/fileops-without-wchar-io.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/fix-tibetian-locales.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/fix_for_centos_5.8.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/fsl-ppc-no-fsqrt.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/generate-supported.mk (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/glibc.fix_sqrt2.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/initgroups_keys.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/ld-search-order.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/mips-rld-map-check.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/multilib_readlib.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/ppc-sqrt_finite.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/ppc_slow_ieee754_sqrt.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/relocatable_sdk.patch (100%) rename meta/recipes-core/eglibc/{eglibc-2.18 => eglibc-2.19}/relocatable_sdk_fix_openpath.patch (100%) rename meta/recipes-core/eglibc/{eglibc-initial_2.18.bb => eglibc-initial_2.19.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-locale_2.18.bb => eglibc-locale_2.19.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-mtrace_2.18.bb => eglibc-mtrace_2.19.bb} (100%) rename meta/recipes-core/eglibc/{eglibc-scripts_2.18.bb => eglibc-scripts_2.19.bb} (100%) rename meta/recipes-core/eglibc/{eglibc_2.18.bb => eglibc_2.19.bb} (90%) delete mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-add-posix_fadvise-for-arm.patch create mode 100644 meta/recipes-devtools/valgrind/valgrind/glibc-2.19.patch create mode 100644 meta/recipes-support/icu/icu-51.2/0001-Disable-LDFLAGSICUDT-for-Linux.patch -- 1.7.10.4