From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by mx1.pokylinux.org (Postfix) with ESMTP id 73D254C810D2 for ; Sun, 16 Jan 2011 23:24:27 -0600 (CST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 16 Jan 2011 21:24:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,332,1291622400"; d="scan'208";a="375481947" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.13.108]) by azsmga001.ch.intel.com with ESMTP; 16 Jan 2011 21:24:26 -0800 Message-Id: From: Dexuan Cui Old-Date: Mon, 17 Jan 2011 13:18:22 +0800 Date: Mon, 17 Jan 2011 13:23:57 +0800 To: poky@yoctoproject.org CC: Subject: [PATCH v2 0/2] upgrade libc-package.bbclass; add libgcc X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2011 05:24:27 -0000 The "libgcc: ..." patch is re-made to fix "the crt*.* and libgcc_s*.so* are not installed into target image" -- previously I didn't define PREFERRED_PROVIDER and PROVIDES properly. I tested building sato on qemumips, and I can verify the files are installed into target image now. The "libc-package.bbclass: ..." patch is the same as the one I sent last time. Please review the patches and pull. Thanks! -- Dexuan Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dcui/master Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Thanks, Dexuan Cui --- Dexuan Cui (2): libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o libc-package.bbclass: should not rm scsi/*.h meta/classes/libc-package.bbclass | 3 - meta/conf/distro/poky.conf | 2 + .../recipes-devtools/gcc/gcc-configure-runtime.inc | 16 +------- meta/recipes-devtools/gcc/gcc-package-runtime.inc | 8 ---- meta/recipes-devtools/gcc/gcc-runtime_4.3.3.bb | 2 +- meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +- meta/recipes-devtools/gcc/libgcc_4.5.1.bb | 42 ++++++++++++++++++++ 7 files changed, 47 insertions(+), 28 deletions(-) create mode 100644 meta/recipes-devtools/gcc/libgcc_4.5.1.bb -- 1.7.2