From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=localhost.localdomain) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1hvLCv-0005n2-KL for ptxdist@pengutronix.de; Wed, 07 Aug 2019 14:38:21 +0200 Message-ID: <764f7463ddc17ee89d53c0d128b15606883ee8b6.camel@pengutronix.de> From: Rouven Czerwinski Date: Wed, 07 Aug 2019 14:38:21 +0200 In-Reply-To: <20190807105746.v6plq75mm2usxj4n@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> MIME-Version: 1.0 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, 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. - rcz _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de