From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hvNXI-0006A3-RG for ptxdist@pengutronix.de; Wed, 07 Aug 2019 17:07:32 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1hvNXI-00024L-J6 for ptxdist@pengutronix.de; Wed, 07 Aug 2019 17:07:32 +0200 Date: Wed, 7 Aug 2019 17:07:32 +0200 From: Michael Olbrich Message-ID: <20190807150732.udhg5sj2wuctndnn@pengutronix.de> References: <923b909eaace25c0224151588a58f57d6369c93c.1564043079.git-series.r.czerwinski@pengutronix.de> <1564044833.2311.35.camel@pengutronix.de> <0083f0945325709cd67f0fd9ad4e2bca8b72b323.camel@pengutronix.de> <20190807105746.v6plq75mm2usxj4n@pengutronix.de> <764f7463ddc17ee89d53c0d128b15606883ee8b6.camel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <764f7463ddc17ee89d53c0d128b15606883ee8b6.camel@pengutronix.de> Subject: Re: [ptxdist] =?utf-8?q?=5BPATCH_2/4=5D_optee=3A_version_bump_3=2E5?= =?utf-8?b?LjAg4oaSIDMuNi4w?= List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Wed, Aug 07, 2019 at 02:38:21PM +0200, Rouven Czerwinski wrote: > On Wed, 2019-08-07 at 12:57 +0200, Michael Olbrich wrote: > > On Thu, Jul 25, 2019 at 11:05:18AM +0200, Rouven Czerwinski wrote: > > > On Thu, 2019-07-25 at 10:53 +0200, Lucas Stach wrote: > > > > Am Donnerstag, den 25.07.2019, 10:25 +0200 schrieb Rouven > > > > Czerwinski: > > > > > The OP-TEE build requires pyelftools in the python3 flavour > > > > > now. > > > > > > > > > > Signed-off-by: Rouven Czerwinski > > > > > --- > > > > > platforms/optee.in | 1 + > > > > > rules/optee.make | 4 ++-- > > > > > 2 files changed, 3 insertions(+), 2 deletions(-) > > > > > > > > > > diff --git a/platforms/optee.in b/platforms/optee.in > > > > > index dc31f66..cfdd44b 100644 > > > > > --- a/platforms/optee.in > > > > > +++ b/platforms/optee.in > > > > > @@ -5,6 +5,7 @@ menuconfig OPTEE > > > > > bool > > > > > depends on ARCH_ARM || ARCH_ARM64 > > > > > depends on !ARCH_ARM64 || BROKEN > > > > > + select HOST_SYSTEM_PYTHON3_PYELFTOOLS > > > > > > > > Missing "select HOST_SYSTEM_PYTHON3". > > > > > > Thanks, fix queued for a V2. > > > > Hmmm, optee currently selects HOST_SYSTEM_PYTHON as well (see > > rules/optee.in). Do we really need both versions? > > Unfortunately, yes. Currently not all scripts are converted to python3. So we always need both versions at build-time? :-/ Please collect the dependencies in on file. I don't care if it's in rules/ or platforms/. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de