All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138
@ 2017-04-28 20:20 Sam Nelson
  2017-04-28 20:20 ` [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package Sam Nelson
  2017-05-01 22:20 ` [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Sam Nelson @ 2017-04-28 20:20 UTC (permalink / raw)
  To: meta-arago

Adds ipc rtos test binaries

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Change from previous patch
Fix error with quotes
---
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 ++
 1 file changed, 2 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..9ed9bc2 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
@@ -57,6 +57,8 @@ UTILS_append_omap-a15 = " mmc-utils \
                           uio-module-drv-test \
 "
 
+UTILS_append_omapl138 = " ti-ipc-rtos-fw"
+
 UTILS_append_dra7xx = " canutils \
                         dsptop \
                         gdbc6x \
-- 
1.9.1



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

* [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package
  2017-04-28 20:20 [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Sam Nelson
@ 2017-04-28 20:20 ` Sam Nelson
  2017-05-01 21:48   ` Denys Dmytriyenko
  2017-05-01 22:20 ` [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Denys Dmytriyenko
  1 sibling, 1 reply; 5+ messages in thread
From: Sam Nelson @ 2017-04-28 20:20 UTC (permalink / raw)
  To: meta-arago

ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC
examples

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Changes from previous patch
Remove for omap-a15
---
---
 .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
index 784c5b4..56be64e 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
@@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
     ipsecmgr-mod \
     k2-initramfs \
     parse-ip \
+    ti-ipc-examples-linux \
     "
 
 # The following packages are not yet ready for k2g-evm
@@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
 
 ARAGO_TI_PKGS = ""
 ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}"
+ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux"
 
 # Disable netapi due to libnl and xfrm conflict
 #    netapi
-- 
1.9.1



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

* Re: [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package
  2017-04-28 20:20 ` [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package Sam Nelson
@ 2017-05-01 21:48   ` Denys Dmytriyenko
  2017-05-03 18:55     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-05-01 21:48 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

On Fri, Apr 28, 2017 at 04:20:24PM -0400, Sam Nelson wrote:
> ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC
> examples
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Changes from previous patch
> Remove for omap-a15

Does it mean omap-a15 won't have ipc examples? Don't you need to add them to 
another packagegroup?


> ---
> ---
>  .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb         | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> index 784c5b4..56be64e 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
>      ipsecmgr-mod \
>      k2-initramfs \
>      parse-ip \
> +    ti-ipc-examples-linux \
>      "
>  
>  # The following packages are not yet ready for k2g-evm
> @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
>  
>  ARAGO_TI_PKGS = ""
>  ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}"
> +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux"
>  
>  # Disable netapi due to libnl and xfrm conflict
>  #    netapi
> -- 
> 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] 5+ messages in thread

* Re: [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138
  2017-04-28 20:20 [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Sam Nelson
  2017-04-28 20:20 ` [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package Sam Nelson
@ 2017-05-01 22:20 ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-05-01 22:20 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

Sam,

I will take patch #1 here, so it gets into 2017.01-rc2 build tonight. Patch #2 
still has some comments.


On Fri, Apr 28, 2017 at 04:20:23PM -0400, Sam Nelson wrote:
> Adds ipc rtos test binaries
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Change from previous patch
> Fix error with quotes
> ---
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 ++
>  1 file changed, 2 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..9ed9bc2 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
> @@ -57,6 +57,8 @@ UTILS_append_omap-a15 = " mmc-utils \
>                            uio-module-drv-test \
>  "
>  
> +UTILS_append_omapl138 = " ti-ipc-rtos-fw"
> +
>  UTILS_append_dra7xx = " canutils \
>                          dsptop \
>                          gdbc6x \
> -- 
> 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] 5+ messages in thread

* Re: [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package
  2017-05-01 21:48   ` Denys Dmytriyenko
@ 2017-05-03 18:55     ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-05-03 18:55 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

On Mon, May 01, 2017 at 05:48:28PM -0400, Denys Dmytriyenko wrote:
> On Fri, Apr 28, 2017 at 04:20:24PM -0400, Sam Nelson wrote:
> > ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC
> > examples
> > 
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > 
> > ---
> > Changes from previous patch
> > Remove for omap-a15
> 
> Does it mean omap-a15 won't have ipc examples? Don't you need to add them to 
> another packagegroup?

Sam,

Just a gentle reminder that patch #2 has not been merged in, so there are no 
ipc examples in any of the rootfs. Let me know if you have further questions. 
Thanks.

-- 
Denys


> > ---
> > ---
> >  .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb         | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> > index 784c5b4..56be64e 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> > @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
> >      ipsecmgr-mod \
> >      k2-initramfs \
> >      parse-ip \
> > +    ti-ipc-examples-linux \
> >      "
> >  
> >  # The following packages are not yet ready for k2g-evm
> > @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\
> >  
> >  ARAGO_TI_PKGS = ""
> >  ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}"
> > +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux"
> >  
> >  # Disable netapi due to libnl and xfrm conflict
> >  #    netapi
> > -- 
> > 1.9.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] 5+ messages in thread

end of thread, other threads:[~2017-05-03 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28 20:20 [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Sam Nelson
2017-04-28 20:20 ` [morty/master][PATCH v3 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package Sam Nelson
2017-05-01 21:48   ` Denys Dmytriyenko
2017-05-03 18:55     ` Denys Dmytriyenko
2017-05-01 22:20 ` [morty/master][PATCH v3 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 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.