From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RtOmQ-0006TE-HC for openembedded-core@lists.openembedded.org; Fri, 03 Feb 2012 20:26:42 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 03 Feb 2012 11:18:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="103001679" Received: from unknown (HELO [10.255.14.238]) ([10.255.14.238]) by azsmga001.ch.intel.com with ESMTP; 03 Feb 2012 11:18:43 -0800 Message-ID: <4F2C3313.8030903@linux.intel.com> Date: Fri, 03 Feb 2012 11:18:43 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/1] x32 fix for strace X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2012 19:26:42 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/02/2012 09:51 PM, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble > > The following changes since commit 02b6b4158c9567d5cea7f553201fd23a5d6f156f: > > distro_tracking: update for current upgrades (2012-02-02 21:46:15 -0800) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib nitin/work > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/work > > Nitin A Kamble (1): > strace: add x32 support > > .../strace-4.6/strace-4.6_add_x32_support.patch | 1242 ++++++++++++++++++++ > meta/recipes-devtools/strace/strace_4.6.bb | 3 +- > 2 files changed, 1244 insertions(+), 1 deletions(-) > create mode 100644 meta/recipes-devtools/strace/strace-4.6/strace-4.6_add_x32_support.patch > Merged into OE-core Thanks Sau!