All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH] arago-tisdk-addons: Add ipc related packages
@ 2017-04-27  2:27 Sam Nelson
  2017-04-28 14:32 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2017-04-27  2:27 UTC (permalink / raw)
  To: meta-arago

Add ipc packages for omapl138
Add ti-ipc-examples-linux to Keystone and omap-a15

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 5ad6655..c8b0f4a 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -55,6 +55,11 @@ UTILS_append_omap-a15 = " mmc-utils \
                           ti-ipc-rtos-fw \
                           uio-test-pruss \
                           uio-module-drv-test \
+                          ti-ipc-examples-linux \
+"
+
+UTILS_append_omapl138 = " ti-ipc-rtos-fw \
+                          ti-ipc-examples-linux \
 "
 
 UTILS_append_dra7xx = " canutils \
@@ -66,6 +71,7 @@ UTILS_append_dra7xx = " canutils \
 UTILS_append_keystone = " \
     uio-module-drv-test \
     ti-ipc-rtos-fw \
+    ti-ipc-examples-linux \
 "
 
 UTILS_append_k2hk = " \
-- 
1.9.1



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

* Re: [morty/master][PATCH] arago-tisdk-addons: Add ipc related packages
  2017-04-27  2:27 [morty/master][PATCH] arago-tisdk-addons: Add ipc related packages Sam Nelson
@ 2017-04-28 14:32 ` Denys Dmytriyenko
  2017-04-28 17:59   ` Nelson, Sam
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-04-28 14:32 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

Sam,

This addition pushes the size of k2hk rootfs over the limit - need to find 
something to move to the extras image...


On Wed, Apr 26, 2017 at 10:27:29PM -0400, Sam Nelson wrote:
> Add ipc packages for omapl138
> Add ti-ipc-examples-linux to Keystone and omap-a15
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb   | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 5ad6655..c8b0f4a 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -55,6 +55,11 @@ UTILS_append_omap-a15 = " mmc-utils \
>                            ti-ipc-rtos-fw \
>                            uio-test-pruss \
>                            uio-module-drv-test \
> +                          ti-ipc-examples-linux \
> +"
> +
> +UTILS_append_omapl138 = " ti-ipc-rtos-fw \
> +                          ti-ipc-examples-linux \
>  "
>  
>  UTILS_append_dra7xx = " canutils \
> @@ -66,6 +71,7 @@ UTILS_append_dra7xx = " canutils \
>  UTILS_append_keystone = " \
>      uio-module-drv-test \
>      ti-ipc-rtos-fw \
> +    ti-ipc-examples-linux \
>  "
>  
>  UTILS_append_k2hk = " \
> -- 
> 1.9.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] 3+ messages in thread

* Re: [morty/master][PATCH] arago-tisdk-addons: Add ipc related packages
  2017-04-28 14:32 ` Denys Dmytriyenko
@ 2017-04-28 17:59   ` Nelson, Sam
  0 siblings, 0 replies; 3+ messages in thread
From: Nelson, Sam @ 2017-04-28 17:59 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

Sent another follow up patch. Hope the new patch can work with the size limitation.
Sam

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, April 28, 2017 10:32 AM
> To: Nelson, Sam
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [morty/master][PATCH] arago-tisdk-addons: Add ipc
> related packages
> 
> Sam,
> 
> This addition pushes the size of k2hk rootfs over the limit - need to find
> something to move to the extras image...
> 
> 
> On Wed, Apr 26, 2017 at 10:27:29PM -0400, Sam Nelson wrote:
> > Add ipc packages for omapl138
> > Add ti-ipc-examples-linux to Keystone and omap-a15
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb   | 6
> ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-tisdk-addons.bb b/meta-arago-distro/recipes-
> core/packagegroups/packagegroup-arago-tisdk-addons.bb
> > index 5ad6655..c8b0f4a 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-addons.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-addons.bb
> > @@ -55,6 +55,11 @@ UTILS_append_omap-a15 = " mmc-utils \
> >                            ti-ipc-rtos-fw \
> >                            uio-test-pruss \
> >                            uio-module-drv-test \
> > +                          ti-ipc-examples-linux \
> > +"
> > +
> > +UTILS_append_omapl138 = " ti-ipc-rtos-fw \
> > +                          ti-ipc-examples-linux \
> >  "
> >
> >  UTILS_append_dra7xx = " canutils \
> > @@ -66,6 +71,7 @@ UTILS_append_dra7xx = " canutils \
> >  UTILS_append_keystone = " \
> >      uio-module-drv-test \
> >      ti-ipc-rtos-fw \
> > +    ti-ipc-examples-linux \
> >  "
> >
> >  UTILS_append_k2hk = " \
> > --
> > 1.9.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] 3+ messages in thread

end of thread, other threads:[~2017-04-28 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  2:27 [morty/master][PATCH] arago-tisdk-addons: Add ipc related packages Sam Nelson
2017-04-28 14:32 ` Denys Dmytriyenko
2017-04-28 17:59   ` Nelson, Sam

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.