All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip
@ 2018-07-25 11:53 Jacob Stiffler
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps Jacob Stiffler
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jacob Stiffler @ 2018-07-25 11:53 UTC (permalink / raw)
  To: meta-arago; +Cc: Djordje Senicic

* Use real-life video clip and list of classes

Cc: Djordje Senicic <x0157990@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-ti/tidl-api/tidl-api-next.inc          | 3 +++
 recipes-ti/tidl-api/tidl-api_git.bbappend      | 1 +
 recipes-ti/tidl-api/tidl-examples_git.bbappend | 1 +
 recipes-ti/tidl-api/tidl-viewer_git.bbappend   | 1 +
 4 files changed, 6 insertions(+)
 create mode 100644 recipes-ti/tidl-api/tidl-api-next.inc
 create mode 100644 recipes-ti/tidl-api/tidl-api_git.bbappend
 create mode 100644 recipes-ti/tidl-api/tidl-examples_git.bbappend
 create mode 100644 recipes-ti/tidl-api/tidl-viewer_git.bbappend

diff --git a/recipes-ti/tidl-api/tidl-api-next.inc b/recipes-ti/tidl-api/tidl-api-next.inc
new file mode 100644
index 0000000..8c34699
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-api-next.inc
@@ -0,0 +1,3 @@
+PR_append = ".tisdk0"
+
+SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
diff --git a/recipes-ti/tidl-api/tidl-api_git.bbappend b/recipes-ti/tidl-api/tidl-api_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-api_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
diff --git a/recipes-ti/tidl-api/tidl-examples_git.bbappend b/recipes-ti/tidl-api/tidl-examples_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-examples_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
diff --git a/recipes-ti/tidl-api/tidl-viewer_git.bbappend b/recipes-ti/tidl-api/tidl-viewer_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-viewer_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
-- 
2.7.4



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

* [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps
  2018-07-25 11:53 [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Jacob Stiffler
@ 2018-07-25 11:53 ` Jacob Stiffler
  2018-07-25 14:13   ` Gou, Hongmei
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils Jacob Stiffler
  2018-07-25 13:58 ` [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Senicic, Djordje
  2 siblings, 1 reply; 9+ messages in thread
From: Jacob Stiffler @ 2018-07-25 11:53 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou

Cc: Hongmei Gou <a0271529@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bbappend       | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend
index 2a9bdf8..77986d5 100644
--- a/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend
+++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend
@@ -1,4 +1,4 @@
-PR_append = "-tisdk46"
+PR_append = "-tisdk47"
 
 EXTRA_PACKAGES_append_ti33x = " opencv"
 EXTRA_PACKAGES_append_ti43x = " opencv"
@@ -7,7 +7,12 @@ EXTRA_PACKAGES_append_keystone = " opencv"
 EXTRA_PACKAGES_remove_k2hk-hs-evm = "opencv"
 
 
-EXTRA_PACKAGES_append_am57xx-evm = " jailhouse-examples jailhouse-examples-rtos"
+EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps"
+EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
+EXTRA_PACKAGES_append_k2g-evm  = " pruss-lld-apps"
+EXTRA_PACKAGES_append_am57xx-evm = " jailhouse-examples \
+                                     jailhouse-examples-rtos \
+                                     pruss-lld-apps"
 
 EXTRA_PACKAGES_append_omapl138 = " ccief-basic"
 
-- 
2.7.4



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

* [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils
  2018-07-25 11:53 [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Jacob Stiffler
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps Jacob Stiffler
@ 2018-07-25 11:53 ` Jacob Stiffler
  2018-07-25 13:59   ` Senicic, Djordje
  2018-07-25 16:40   ` Denys Dmytriyenko
  2018-07-25 13:58 ` [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Senicic, Djordje
  2 siblings, 2 replies; 9+ messages in thread
From: Jacob Stiffler @ 2018-07-25 11:53 UTC (permalink / raw)
  To: meta-arago; +Cc: Djordje Senicic

Cc: Djordje Senicic <x0157990@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
index 782affe..b1b74a9 100644
--- a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
+++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
@@ -1,6 +1,6 @@
-PR_append = ".tisdk0"
+PR_append = ".tisdk1"
 
-TIDL_PKGS = "tidl-examples-dev tidl-viewer"
+TIDL_PKGS = "tidl-examples-dev tidl-viewer tidl-utils"
 
 EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}"
 EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}"
-- 
2.7.4



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

* Re: [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip
  2018-07-25 11:53 [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Jacob Stiffler
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps Jacob Stiffler
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils Jacob Stiffler
@ 2018-07-25 13:58 ` Senicic, Djordje
  2 siblings, 0 replies; 9+ messages in thread
From: Senicic, Djordje @ 2018-07-25 13:58 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

ACK

-----Original Message-----
From: Stiffler, Jacob 
Sent: Wednesday, July 25, 2018 7:53 AM
To: meta-arago@arago-project.org
Cc: Chengalvala, Vivek; Stiffler, Jacob; Senicic, Djordje
Subject: [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip

* Use real-life video clip and list of classes

Cc: Djordje Senicic <x0157990@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-ti/tidl-api/tidl-api-next.inc          | 3 +++
 recipes-ti/tidl-api/tidl-api_git.bbappend      | 1 +
 recipes-ti/tidl-api/tidl-examples_git.bbappend | 1 +
 recipes-ti/tidl-api/tidl-viewer_git.bbappend   | 1 +
 4 files changed, 6 insertions(+)
 create mode 100644 recipes-ti/tidl-api/tidl-api-next.inc
 create mode 100644 recipes-ti/tidl-api/tidl-api_git.bbappend
 create mode 100644 recipes-ti/tidl-api/tidl-examples_git.bbappend
 create mode 100644 recipes-ti/tidl-api/tidl-viewer_git.bbappend

diff --git a/recipes-ti/tidl-api/tidl-api-next.inc b/recipes-ti/tidl-api/tidl-api-next.inc
new file mode 100644
index 0000000..8c34699
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-api-next.inc
@@ -0,0 +1,3 @@
+PR_append = ".tisdk0"
+
+SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
diff --git a/recipes-ti/tidl-api/tidl-api_git.bbappend b/recipes-ti/tidl-api/tidl-api_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-api_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
diff --git a/recipes-ti/tidl-api/tidl-examples_git.bbappend b/recipes-ti/tidl-api/tidl-examples_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-examples_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
diff --git a/recipes-ti/tidl-api/tidl-viewer_git.bbappend b/recipes-ti/tidl-api/tidl-viewer_git.bbappend
new file mode 100644
index 0000000..63dbd4f
--- /dev/null
+++ b/recipes-ti/tidl-api/tidl-viewer_git.bbappend
@@ -0,0 +1 @@
+require tidl-api-next.inc
-- 
2.7.4



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

* Re: [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils Jacob Stiffler
@ 2018-07-25 13:59   ` Senicic, Djordje
  2018-07-25 16:40   ` Denys Dmytriyenko
  1 sibling, 0 replies; 9+ messages in thread
From: Senicic, Djordje @ 2018-07-25 13:59 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

ACK

-----Original Message-----
From: Stiffler, Jacob 
Sent: Wednesday, July 25, 2018 7:53 AM
To: meta-arago@arago-project.org
Cc: Chengalvala, Vivek; Stiffler, Jacob; Senicic, Djordje
Subject: [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils

Cc: Djordje Senicic <x0157990@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
index 782affe..b1b74a9 100644
--- a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
+++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
@@ -1,6 +1,6 @@
-PR_append = ".tisdk0"
+PR_append = ".tisdk1"
 
-TIDL_PKGS = "tidl-examples-dev tidl-viewer"
+TIDL_PKGS = "tidl-examples-dev tidl-viewer tidl-utils"
 
 EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}"
 EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}"
-- 
2.7.4



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

* Re: [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps Jacob Stiffler
@ 2018-07-25 14:13   ` Gou, Hongmei
  0 siblings, 0 replies; 9+ messages in thread
From: Gou, Hongmei @ 2018-07-25 14:13 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

ACK

> -----Original Message-----
> From: Stiffler, Jacob
> Sent: Wednesday, July 25, 2018 7:53 AM
> To: meta-arago@arago-project.org
> Cc: Chengalvala, Vivek; Stiffler, Jacob; Gou, Hongmei
> Subject: [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-
> addons: add pruss-lld-apps
> 
> Cc: Hongmei Gou <a0271529@ti.com>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-tisdk-addons.bbappend       | 9
> +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> addons.bbappend b/recipes-core/packagegroups/packagegroup-arago-
> tisdk-addons.bbappend
> index 2a9bdf8..77986d5 100644
> --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> addons.bbappend
> +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-
> addons.bbappend
> @@ -1,4 +1,4 @@
> -PR_append = "-tisdk46"
> +PR_append = "-tisdk47"
> 
>  EXTRA_PACKAGES_append_ti33x = " opencv"
>  EXTRA_PACKAGES_append_ti43x = " opencv"
> @@ -7,7 +7,12 @@ EXTRA_PACKAGES_append_keystone = " opencv"
>  EXTRA_PACKAGES_remove_k2hk-hs-evm = "opencv"
> 
> 
> -EXTRA_PACKAGES_append_am57xx-evm = " jailhouse-examples jailhouse-
> examples-rtos"
> +EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps"
> +EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps"
> +EXTRA_PACKAGES_append_k2g-evm  = " pruss-lld-apps"
> +EXTRA_PACKAGES_append_am57xx-evm = " jailhouse-examples \
> +                                     jailhouse-examples-rtos \
> +                                     pruss-lld-apps"
> 
>  EXTRA_PACKAGES_append_omapl138 = " ccief-basic"
> 
> --
> 2.7.4



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

* Re: [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils
  2018-07-25 11:53 ` [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils Jacob Stiffler
  2018-07-25 13:59   ` Senicic, Djordje
@ 2018-07-25 16:40   ` Denys Dmytriyenko
  2018-07-25 16:43     ` Stiffler, Jacob
  1 sibling, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2018-07-25 16:40 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago, Djordje Senicic

Will any of these 3 be upstreamed?


On Wed, Jul 25, 2018 at 07:53:08AM -0400, Jacob Stiffler wrote:
> Cc: Djordje Senicic <x0157990@ti.com>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
> index 782affe..b1b74a9 100644
> --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
> +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
> @@ -1,6 +1,6 @@
> -PR_append = ".tisdk0"
> +PR_append = ".tisdk1"
>  
> -TIDL_PKGS = "tidl-examples-dev tidl-viewer"
> +TIDL_PKGS = "tidl-examples-dev tidl-viewer tidl-utils"
>  
>  EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}"
>  EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}"
> -- 
> 2.7.4
> 
> _______________________________________________
> 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: [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils
  2018-07-25 16:40   ` Denys Dmytriyenko
@ 2018-07-25 16:43     ` Stiffler, Jacob
  2018-07-25 20:41       ` Gou, Hongmei
  0 siblings, 1 reply; 9+ messages in thread
From: Stiffler, Jacob @ 2018-07-25 16:43 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago, Senicic, Djordje

Hongmei, Djordje,

Can you handle upstreaming these?

- Jake

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, July 25, 2018 12:40 PM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org; Senicic, Djordje
> Subject: Re: [meta-arago] [meta-processor-sdk][PATCH 3/3] packagegroup-
> arago-tisdk-opencl: add tidl-utils
> 
> Will any of these 3 be upstreamed?
> 
> 
> On Wed, Jul 25, 2018 at 07:53:08AM -0400, Jacob Stiffler wrote:
> > Cc: Djordje Senicic <x0157990@ti.com>
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> >  recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bbappend
> | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-
> tisdk-opencl.bbappend
> > index 782affe..b1b74a9 100644
> > --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> opencl.bbappend
> > +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-
> opencl.bbappend
> > @@ -1,6 +1,6 @@
> > -PR_append = ".tisdk0"
> > +PR_append = ".tisdk1"
> >
> > -TIDL_PKGS = "tidl-examples-dev tidl-viewer"
> > +TIDL_PKGS = "tidl-examples-dev tidl-viewer tidl-utils"
> >
> >  EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}"
> >  EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}"
> > --
> > 2.7.4
> >
> > _______________________________________________
> > 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: [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils
  2018-07-25 16:43     ` Stiffler, Jacob
@ 2018-07-25 20:41       ` Gou, Hongmei
  0 siblings, 0 replies; 9+ messages in thread
From: Gou, Hongmei @ 2018-07-25 20:41 UTC (permalink / raw)
  To: Stiffler, Jacob, Dmytriyenko, Denys; +Cc: meta-arago, Senicic, Djordje

Thanks Jake. The patch for adding pruss-lld-apps is now submitted.

> -----Original Message-----
> From: Stiffler, Jacob
> Sent: Wednesday, July 25, 2018 12:44 PM
> To: Dmytriyenko, Denys
> Cc: meta-arago@arago-project.org; Senicic, Djordje; Gou, Hongmei
> Subject: RE: [meta-arago] [meta-processor-sdk][PATCH 3/3] packagegroup-
> arago-tisdk-opencl: add tidl-utils
> 
> Hongmei, Djordje,
> 
> Can you handle upstreaming these?
> 
> - Jake
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, July 25, 2018 12:40 PM
> > To: Stiffler, Jacob
> > Cc: meta-arago@arago-project.org; Senicic, Djordje
> > Subject: Re: [meta-arago] [meta-processor-sdk][PATCH 3/3]
> packagegroup-
> > arago-tisdk-opencl: add tidl-utils
> >
> > Will any of these 3 be upstreamed?
> >
> >
> > On Wed, Jul 25, 2018 at 07:53:08AM -0400, Jacob Stiffler wrote:
> > > Cc: Djordje Senicic <x0157990@ti.com>
> > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > > ---
> > >  recipes-core/packagegroups/packagegroup-arago-tisdk-
> opencl.bbappend
> > | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> > opencl.bbappend b/recipes-core/packagegroups/packagegroup-arago-
> > tisdk-opencl.bbappend
> > > index 782affe..b1b74a9 100644
> > > --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-
> > opencl.bbappend
> > > +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-
> > opencl.bbappend
> > > @@ -1,6 +1,6 @@
> > > -PR_append = ".tisdk0"
> > > +PR_append = ".tisdk1"
> > >
> > > -TIDL_PKGS = "tidl-examples-dev tidl-viewer"
> > > +TIDL_PKGS = "tidl-examples-dev tidl-viewer tidl-utils"
> > >
> > >  EXTRA_PKGS_append_am57xx-evm = " ${TIDL_PKGS}"
> > >  EXTRA_PKGS_append_am57xx-hs-evm = " ${TIDL_PKGS}"
> > > --
> > > 2.7.4
> > >
> > > _______________________________________________
> > > 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

end of thread, other threads:[~2018-07-25 20:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 11:53 [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Jacob Stiffler
2018-07-25 11:53 ` [meta-processor-sdk][PATCH 2/3] packagegroup-arago-tisdk-addons: add pruss-lld-apps Jacob Stiffler
2018-07-25 14:13   ` Gou, Hongmei
2018-07-25 11:53 ` [meta-processor-sdk][PATCH 3/3] packagegroup-arago-tisdk-opencl: add tidl-utils Jacob Stiffler
2018-07-25 13:59   ` Senicic, Djordje
2018-07-25 16:40   ` Denys Dmytriyenko
2018-07-25 16:43     ` Stiffler, Jacob
2018-07-25 20:41       ` Gou, Hongmei
2018-07-25 13:58 ` [meta-processor-sdk][PATCH 1/3] tidl-api: Update test video clip Senicic, Djordje

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.