From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by arago-project.org (Postfix) with ESMTPS id BCB9F52987 for ; Mon, 19 Aug 2019 22:46:04 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x7JMj5Nm026595 for ; Mon, 19 Aug 2019 17:45:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1566254705; bh=rbL3dDgksCNlJqOH9EeMDECVaBFDHcg69bSU58FycDI=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=il/q1sxD9RDIFScawsdCerCZlz7qMrCRYvGho11YPDj2uXEGUnPRKfG6sDRCcyzCg 3bBUNQbJn4xoHoh5yLU7QTalYi3ScHzBTTtWykpExhGQyoAvszfzovaxUqtnnB/X+C X3QZj1HcHBTSHnZLsjlunEx8elOh9pEIk8MEWv7w= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x7JMj5Xf018323 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Aug 2019 17:45:05 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Mon, 19 Aug 2019 17:45:05 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Mon, 19 Aug 2019 17:45:05 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x7JMj5ld118416; Mon, 19 Aug 2019 17:45:05 -0500 Date: Mon, 19 Aug 2019 18:45:04 -0400 From: Denys Dmytriyenko To: "Xu, Jianzhong" Message-ID: <20190819224504.GT2365@beryl> References: <20190809194048.63206-1-xuj@ti.com> <20190813235100.GI7130@beryl> <2fbc9fffcb904bc5b2424489bd39ddf8@ti.com> <20190819190534.GN2365@beryl> MIME-Version: 1.0 In-Reply-To: <20190819190534.GN2365@beryl> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: "meta-arago@arago-project.org" Subject: Re: [thud/master] [PATCH] tidl-utils: bump SRCREV X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2019 22:46:05 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline I decided to give it another shot. I merged it to thud-next - let's see if it breaks am65x this time. Denys On Mon, Aug 19, 2019 at 03:05:34PM -0400, Denys Dmytriyenko wrote: > It was building default arago-core-tisdk-bundle. > > On Mon, Aug 19, 2019 at 11:47:52AM -0400, Xu, Jianzhong wrote: > > Denys, > > > > I tried "MACHINE=am65xx-evm bitbake nativesdk-tidl-utils" in my local Yocto > > and it builds fine. > > > > Did you try to do "MACHINE=am65xx-evm bitbake tidl-utils" when you saw the > > failure? It wouldn't build because am65xx-evm is not in the > > COMPATIBLE_MACHINES of tidl-utils. > > > > Thanks, > > Jianzhong > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Tuesday, August 13, 2019 7:51 PM > > To: Xu, Jianzhong > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [thud/master] [PATCH] tidl-utils: bump SRCREV > > > > This update fails on am65x. Does it require armnn changes? If so, should be in > > the series, not 2 separate patches. > > > > > > On Fri, Aug 09, 2019 at 03:40:48PM -0400, Jianzhong Xu wrote: > > > * tidl import tool fixes for non-square padding and Caffe data layer format > > > > > > Signed-off-by: Jianzhong Xu > > > --- > > > meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc b/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc > > > index 2c29fc27..6fdeec48 100644 > > > --- a/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc > > > +++ b/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc > > > @@ -1,6 +1,6 @@ > > > SRC_URI = "git://git.ti.com/tidl/tidl-utils.git;protocol=git;branch=master" > > > -SRCREV = "0c52c82a2aed1a27ca2a9b4b11effb426842b6ab" > > > +SRCREV = "b2466e02f99d85d8afcbc93edc612da5cc9345de" > > > > > > -PV = "01.01.01.00" > > > +PV = "01.01.02.00" > > > PR = "r0" > > > > > > -- > > > 2.17.1 > > > > > > _______________________________________________ > > > meta-arago mailing list > > > meta-arago@arago-project.org > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago