All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm
@ 2019-07-08 18:50 Nikhil Devshatwar
  0 siblings, 0 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-07-08 18:50 UTC (permalink / raw)
  To: meta-arago, denys; +Cc: karthik.ramanan

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 be3ada6..21aa724 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
@@ -76,7 +76,7 @@ UTILS_append_k3 = " mmc-utils \
 "
 
 UTILS_append_am65xx = " ti-ipc-rtos-fw pru-icss"
-UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw"
+UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw jailhouse"
 
 UTILS_append_omapl138 = " ti-ipc-rtos-fw"
 
-- 
1.9.1



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

* Re: [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm
  2019-07-08 16:41 ` Denys Dmytriyenko
@ 2019-07-08 18:38   ` Devshatwar, Nikhil
  0 siblings, 0 replies; 4+ messages in thread
From: Devshatwar, Nikhil @ 2019-07-08 18:38 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti, R, Karthik


> Wrong list - this should be sent to meta-arago.

Resent to the meta-arago list.
Thanks
Nikhil D

On Fri, Jul 05, 2019 at 02:27:15PM +0530, Nikhil Devshatwar wrote:
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 be3ada6..21aa724 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
> @@ -76,7 +76,7 @@ UTILS_append_k3 = " mmc-utils \
>  "
>  
>  UTILS_append_am65xx = " ti-ipc-rtos-fw pru-icss"
> -UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw"
> +UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw jailhouse"
>  
>  UTILS_append_omapl138 = " ti-ipc-rtos-fw"
>  
> -- 
> 1.9.1
> 


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

* Re: [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm
  2019-07-05  8:57 Nikhil Devshatwar
@ 2019-07-08 16:41 ` Denys Dmytriyenko
  2019-07-08 18:38   ` Devshatwar, Nikhil
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-07-08 16:41 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-ti, karthik.ramanan

Wrong list - this should be sent to meta-arago.


On Fri, Jul 05, 2019 at 02:27:15PM +0530, Nikhil Devshatwar wrote:
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 be3ada6..21aa724 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
> @@ -76,7 +76,7 @@ UTILS_append_k3 = " mmc-utils \
>  "
>  
>  UTILS_append_am65xx = " ti-ipc-rtos-fw pru-icss"
> -UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw"
> +UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw jailhouse"
>  
>  UTILS_append_omapl138 = " ti-ipc-rtos-fw"
>  
> -- 
> 1.9.1
> 


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

* [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm
@ 2019-07-05  8:57 Nikhil Devshatwar
  2019-07-08 16:41 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-07-05  8:57 UTC (permalink / raw)
  To: meta-ti, denys; +Cc: karthik.ramanan

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 be3ada6..21aa724 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
@@ -76,7 +76,7 @@ UTILS_append_k3 = " mmc-utils \
 "
 
 UTILS_append_am65xx = " ti-ipc-rtos-fw pru-icss"
-UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw"
+UTILS_append_j7-evm = " ipc-lld-fw ti-display-sharing-fw jailhouse"
 
 UTILS_append_omapl138 = " ti-ipc-rtos-fw"
 
-- 
1.9.1



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

end of thread, other threads:[~2019-07-08 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 18:50 [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm Nikhil Devshatwar
  -- strict thread matches above, loose matches on Subject: below --
2019-07-05  8:57 Nikhil Devshatwar
2019-07-08 16:41 ` Denys Dmytriyenko
2019-07-08 18:38   ` Devshatwar, Nikhil

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.