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

Adds ipc rtos test binaries

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

---
Change from previous patch
- Include only content for omapl138
- Seperated the ti-ipc-examples-linux into seperate patch
---
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb      | 3 +++
 1 file changed, 3 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..f527fbc 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,9 @@ 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] 4+ messages in thread

* [morty/master][PATCH v2 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package
  2017-04-28 17:58 [morty/master][PATCH v2 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Sam Nelson
@ 2017-04-28 17:58 ` Sam Nelson
  2017-04-28 18:33   ` Denys Dmytriyenko
  2017-04-28 18:46 ` [morty/master][PATCH v2 1/2] arago-tisdk-addons: Add ti-ipc-rtos-fw for omapl138 Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Sam Nelson @ 2017-04-28 17:58 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>
---
 .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb        | 3 +++
 1 file changed, 3 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..f0248d3 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,8 @@ ARAGO_TI_KEYSTONE_PKGS = "\
 
 ARAGO_TI_PKGS = ""
 ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}"
+ARAGO_TI_PKGS_append_omap-a15 = " ti-ipc-examples-linux"
+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] 4+ messages in thread

* Re: [morty/master][PATCH v2 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package
  2017-04-28 17:58 ` [morty/master][PATCH v2 2/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package Sam Nelson
@ 2017-04-28 18:33   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-04-28 18:33 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

Sam,


On Fri, Apr 28, 2017 at 01:58:40PM -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>
> ---
>  .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb        | 3 +++
>  1 file changed, 3 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..f0248d3 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,8 @@ ARAGO_TI_KEYSTONE_PKGS = "\
>  
>  ARAGO_TI_PKGS = ""
>  ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}"
> +ARAGO_TI_PKGS_append_omap-a15 = " ti-ipc-examples-linux"

"server" packagegroups are not used for omap-a15 devives, hence ipc examples 
won't be added to those platforms, only keystone and omapl138 below.


> +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] 4+ messages in thread

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

On Fri, Apr 28, 2017 at 01:58:39PM -0400, Sam Nelson wrote:
> Adds ipc rtos test binaries
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Change from previous patch
> - Include only content for omapl138
> - Seperated the ti-ipc-examples-linux into seperate patch
> ---
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb      | 3 +++
>  1 file changed, 3 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..f527fbc 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,9 @@ UTILS_append_omap-a15 = " mmc-utils \
>                            uio-module-drv-test \
>  "
>  
> +UTILS_append_omapl138 = " ti-ipc-rtos-fw"
> +"
> +

^^^^^^^^^^^ too many closing quotes. Please test your patches first.


>  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] 4+ messages in thread

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

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