From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id B1608758DA for ; Tue, 9 Jun 2015 22:19:44 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 09 Jun 2015 15:19:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,584,1427785200"; d="scan'208";a="585004848" Received: from aehernan-devstation.zpn.intel.com (HELO [10.219.4.86]) ([10.219.4.86]) by orsmga003.jf.intel.com with ESMTP; 09 Jun 2015 15:19:43 -0700 Message-ID: <55776685.6030109@linux.intel.com> Date: Tue, 09 Jun 2015 17:19:49 -0500 From: Alejandro Hernandez User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Paul Eggleton References: <55763532.9010809@gmail.com> <14059572.S7Ebuh4W14@peggleto-mobl.ger.corp.intel.com> In-Reply-To: <14059572.S7Ebuh4W14@peggleto-mobl.ger.corp.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/2][dizzy] python-nose and python-contextlib backports to dizzy 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: Tue, 09 Jun 2015 22:19:50 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sorry about that, I actually made a mistake, and somehow got confused, apparently python-nose is already in [dizzy], I'd still like to backport python-contextlib, the original patch does not apply cleanly; hence this one can be used On 09/06/15 05:01, Paul Eggleton wrote: > Alejandro / Armin > > When we backport things, ideally we should be backporting the patch that > originally added them (assuming it was a single patch). Otherwise we definitely > want some kind of context in the commit message. > > Alejandro, since we're backporting to dizzy, can you also confirm none of these > patches are needed for fido? It looks like they aren't, but I can't be sure. > > Cheers, > Paul > > On Monday 08 June 2015 17:37:06 akuster808 wrote: >> Alejandro, >> >> great. I pull these in. >> >> >> thanks, >> - armin >> >> On 06/08/2015 06:56 AM, Alejandro Hernandez wrote: >>> I would like to backport both python-nose and python-contextlib to dizzy, >>> they were added to master in the following commits respectively: >>> >>> >>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7282635343e0ccf7 >>> a82ffdb35905bdc2db6093d3 >>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7f58a85337a0712 >>> 802bdb604a58985a8800b6477 >>> >>> I would like to include python-scipy, and these are build dependencies for >>> it, more specifically for iot builds which currently use the dizzy branch> >>> The following changes since commit > 9c4ff467f66428488b1cd9798066a8cb5d6b4c3b: >>> split_and_strip_files: regroup hardlinks to make build deterministic >>> (2015-05-15 18:13:40 +0100)> >>> are available in the git repository at: >>> git://git.yoctoproject.org/poky-contrib hsalejandro/iot_backports >>> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/io >>> t_backports> >>> Alejandro Hernandez (2): >>> python-contextlib: backport to dizzy >>> python-nose: backport it to dizzy >>> >>> meta/recipes-devtools/python/python-2.7-manifest.inc | 10 +++++++--- >>> meta/recipes-devtools/python/python-nose_1.3.6.bb | 16 >>> ++++++++++++++++ >>> scripts/contrib/python/generate-manifest-2.7.py | 3 +++ >>> 3 files changed, 26 insertions(+), 3 deletions(-) >>> create mode 100644 meta/recipes-devtools/python/python-nose_1.3.6.bb