From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id AC6CB6B7C2 for ; Mon, 13 Jan 2014 02:02:39 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s0D22dAS002146 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 12 Jan 2014 18:02:39 -0800 (PST) Received: from [128.224.162.226] (128.224.162.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.347.0; Sun, 12 Jan 2014 18:02:39 -0800 Message-ID: <52D3493D.70501@windriver.com> Date: Mon, 13 Jan 2014 10:02:37 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Martin Jansa , References: In-Reply-To: Subject: Re: [dora][PATCH 0/4] Dora backports 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, 13 Jan 2014 02:02:39 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi Martin, Thank you ver much, I will merge them to dora-next. // Robert On 01/09/2014 02:36 AM, Martin Jansa wrote: > The following changes since commit e86622a932bbd0acdea67ecfb15c8b06c27353d8: > > libsoup-2.4: add intltool-native to DEPENDS (2013-12-19 14:59:47 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib jansa/dora-backports2 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/dora-backports2 > > Martin Jansa (1): > ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script > > Mike Crowe (2): > Revert "kernel.bbclass: move bundle_initramfs after > kernel_link_vmlinux" > kernel.bbclass: Stop bundle_initramfs thwarting sstate cache and fix > race > > Richard Purdie (1): > eglibc-initial.inc: Drop duplicate include > > meta/classes/kernel.bbclass | 24 +-- > meta/conf/distro/include/default-providers.inc | 2 + > meta/recipes-core/eglibc/eglibc-initial.inc | 2 - > ...tests_noltp.sh-script-so-have-unique-name.patch | 202 +++++++++++++++++++++ > meta/recipes-extended/ltp/ltp_20130503.bb | 4 +- > 5 files changed, 219 insertions(+), 15 deletions(-) > create mode 100644 meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch >