All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master] [PATCH] tidl-utils: bump SRCREV
@ 2019-09-04 14:46 Jianzhong Xu
  2019-09-09 14:16 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 9+ messages in thread
From: Jianzhong Xu @ 2019-09-04 14:46 UTC (permalink / raw)
  To: meta-arago

* bug fixes and config files update in tidl import tool

Signed-off-by: Jianzhong Xu <xuj@ti.com>
---
 meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc | 6 ++----
 1 file changed, 2 insertions(+), 4 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 6fdeec48..64667e59 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,4 @@
 SRC_URI = "git://git.ti.com/tidl/tidl-utils.git;protocol=git;branch=master"
-SRCREV = "b2466e02f99d85d8afcbc93edc612da5cc9345de"
-
+SRCREV = "23d158e4f18a3391e0d836bb3bd9a7c7c7ada7ee"
 PV = "01.01.02.00"
-PR = "r0"
-
+PR = "r1"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [EXTERNAL] [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-09-04 14:46 [thud/master] [PATCH] tidl-utils: bump SRCREV Jianzhong Xu
@ 2019-09-09 14:16 ` Jacob Stiffler
  0 siblings, 0 replies; 9+ messages in thread
From: Jacob Stiffler @ 2019-09-09 14:16 UTC (permalink / raw)
  To: Jianzhong Xu, meta-arago

Denys,

Can you backport this to ti2019.03?


Thanks,

Jake

On 9/4/2019 10:46 AM, Jianzhong Xu wrote:
> * bug fixes and config files update in tidl import tool
>
> Signed-off-by: Jianzhong Xu <xuj@ti.com>
> ---
>   meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc | 6 ++----
>   1 file changed, 2 insertions(+), 4 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 6fdeec48..64667e59 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,4 @@
>   SRC_URI = "git://git.ti.com/tidl/tidl-utils.git;protocol=git;branch=master"
> -SRCREV = "b2466e02f99d85d8afcbc93edc612da5cc9345de"
> -
> +SRCREV = "23d158e4f18a3391e0d836bb3bd9a7c7c7ada7ee"
>   PV = "01.01.02.00"
> -PR = "r0"
> -
> +PR = "r1"


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [thud/master] [PATCH] tidl-utils: bump SRCREV
@ 2019-09-16 17:25 Jianzhong Xu
  0 siblings, 0 replies; 9+ messages in thread
From: Jianzhong Xu @ 2019-09-16 17:25 UTC (permalink / raw)
  To: meta-arago

* add support for mobilenetv2

Signed-off-by: Jianzhong Xu <xuj@ti.com>
---
 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 64667e59..1fd3063f 100644
--- a/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc
+++ b/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc
@@ -1,4 +1,4 @@
 SRC_URI = "git://git.ti.com/tidl/tidl-utils.git;protocol=git;branch=master"
-SRCREV = "23d158e4f18a3391e0d836bb3bd9a7c7c7ada7ee"
+SRCREV = "c88b229e70db220ddbf394f3e77c3d5930a0e35a"
 PV = "01.01.02.00"
-PR = "r1"
+PR = "r2"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-08-19 19:05     ` Denys Dmytriyenko
@ 2019-08-19 22:45       ` Denys Dmytriyenko
  0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2019-08-19 22:45 UTC (permalink / raw)
  To: Xu, Jianzhong; +Cc: meta-arago

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 <xuj@ti.com>
> > > ---
> > >  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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-08-19 15:47   ` Xu, Jianzhong
@ 2019-08-19 19:05     ` Denys Dmytriyenko
  2019-08-19 22:45       ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2019-08-19 19:05 UTC (permalink / raw)
  To: Xu, Jianzhong; +Cc: meta-arago

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 <xuj@ti.com>
> > ---
> >  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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-08-13 23:51 ` Denys Dmytriyenko
  2019-08-19 13:34   ` Xu, Jianzhong
@ 2019-08-19 15:47   ` Xu, Jianzhong
  2019-08-19 19:05     ` Denys Dmytriyenko
  1 sibling, 1 reply; 9+ messages in thread
From: Xu, Jianzhong @ 2019-08-19 15:47 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

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 <xuj@ti.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-08-13 23:51 ` Denys Dmytriyenko
@ 2019-08-19 13:34   ` Xu, Jianzhong
  2019-08-19 15:47   ` Xu, Jianzhong
  1 sibling, 0 replies; 9+ messages in thread
From: Xu, Jianzhong @ 2019-08-19 13:34 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

No, this doesn't require armnn. Let me run a local am65x build and see what's going on. I validated the build for am57xx.

-----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 <xuj@ti.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [thud/master] [PATCH] tidl-utils: bump SRCREV
  2019-08-09 19:40 Jianzhong Xu
@ 2019-08-13 23:51 ` Denys Dmytriyenko
  2019-08-19 13:34   ` Xu, Jianzhong
  2019-08-19 15:47   ` Xu, Jianzhong
  0 siblings, 2 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2019-08-13 23:51 UTC (permalink / raw)
  To: Jianzhong Xu; +Cc: meta-arago

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 <xuj@ti.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [thud/master] [PATCH] tidl-utils: bump SRCREV
@ 2019-08-09 19:40 Jianzhong Xu
  2019-08-13 23:51 ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Jianzhong Xu @ 2019-08-09 19:40 UTC (permalink / raw)
  To: meta-arago

* tidl import tool fixes for non-square padding and Caffe data layer format

Signed-off-by: Jianzhong Xu <xuj@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-16 17:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 14:46 [thud/master] [PATCH] tidl-utils: bump SRCREV Jianzhong Xu
2019-09-09 14:16 ` [EXTERNAL] " Jacob Stiffler
  -- strict thread matches above, loose matches on Subject: below --
2019-09-16 17:25 Jianzhong Xu
2019-08-09 19:40 Jianzhong Xu
2019-08-13 23:51 ` Denys Dmytriyenko
2019-08-19 13:34   ` Xu, Jianzhong
2019-08-19 15:47   ` Xu, Jianzhong
2019-08-19 19:05     ` Denys Dmytriyenko
2019-08-19 22:45       ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.