From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.4369.1595528217661833017 for ; Thu, 23 Jul 2020 11:16:58 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id A9AC440C34; Thu, 23 Jul 2020 18:16:56 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D3LCaUmmIdwx; Thu, 23 Jul 2020 18:16:56 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 8DA30407DA; Thu, 23 Jul 2020 18:16:55 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id F3631171B0F; Thu, 23 Jul 2020 14:16:54 -0400 (EDT) Date: Thu, 23 Jul 2020 14:16:54 -0400 From: "Denys Dmytriyenko" To: Jon Mason Cc: meta-arm@lists.yoctoproject.org Subject: Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python Message-ID: <20200723181654.GR17660@denix.org> References: <1591228165-20078-1-git-send-email-denis@denix.org> <20200608155142.GF15959@kudzu.us> <16238755CA6601E8.5706@lists.yoctoproject.org> <20200722160740.GP17660@denix.org> <20200723180730.GA19291@kudzu.us> MIME-Version: 1.0 In-Reply-To: <20200723180730.GA19291@kudzu.us> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 23, 2020 at 02:07:31PM -0400, Jon Mason wrote: > On Wed, Jul 22, 2020 at 12:07:40PM -0400, Denys Dmytriyenko wrote: > > On Mon, Jul 20, 2020 at 01:51:32PM -0400, Denys Dmytriyenko wrote: > > > On Mon, Jun 08, 2020 at 11:51:43AM -0400, Jon Mason wrote: > > > > On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote: > > > > > From: Denys Dmytriyenko > > > > > > > > > > Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee, > > > > > were moved from meta-python to oe-core. > > > > > > > > > > Signed-off-by: Denys Dmytriyenko > > > > > > > > Pulled into master > > > > > > Can this be backported to dunfell as well, since the required Python module > > > move has been finished in oe-core and meta-openembedded few weeks ago and > > > there's been plenty of time for everyone to catch up with the change? > > > > Are there any objections to this change? Please let me know. Thanks. > > No internal objections, and it builds meta-arm-bsp without any > problems (though not tested). So, I'm pulling in a modified version > (as the current one doesn't cleanly apply) into the dunfell branch. Thanks! -- Denys