mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule.
@ 2021-09-16 14:26 Christian Melki
  2021-09-28 14:59 ` Michael Tretter
  2021-10-07 10:19 ` [ptxdist] [APPLIED] weston: " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2021-09-16 14:26 UTC (permalink / raw)
  To: ptxdist

Seems the kiosk shell was forgotten about during installation.
Defined, built but never installed?
Add install rule.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/weston.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/weston.make b/rules/weston.make
index 2bd11b4ef..716c990e7 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -161,6 +161,9 @@ endif
 ifdef PTXCONF_WESTON_IVISHELL
 	@$(call install_lib, weston, 0, 0, 0644, weston/ivi-shell)
 endif
+ifdef PTXCONF_WESTON_SHELL_KIOSK
+	@$(call install_lib, weston, 0, 0, 0644, weston/kiosk-shell)
+endif
 ifdef PTXCONF_WESTON_SYSTEMD
 	@$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify)
 endif
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule.
  2021-09-16 14:26 [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule Christian Melki
@ 2021-09-28 14:59 ` Michael Tretter
  2021-10-07 10:19 ` [ptxdist] [APPLIED] weston: " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tretter @ 2021-09-28 14:59 UTC (permalink / raw)
  To: ptxdist

On Thu, 16 Sep 2021 16:26:25 +0200, Christian Melki wrote:
> Seems the kiosk shell was forgotten about during installation.
> Defined, built but never installed?
> Add install rule.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>

Reviewed-by: Michael Tretter <m.tretter@pengutronix.de>

> ---
>  rules/weston.make | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/rules/weston.make b/rules/weston.make
> index 2bd11b4ef..716c990e7 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -161,6 +161,9 @@ endif
>  ifdef PTXCONF_WESTON_IVISHELL
>  	@$(call install_lib, weston, 0, 0, 0644, weston/ivi-shell)
>  endif
> +ifdef PTXCONF_WESTON_SHELL_KIOSK
> +	@$(call install_lib, weston, 0, 0, 0644, weston/kiosk-shell)
> +endif
>  ifdef PTXCONF_WESTON_SYSTEMD
>  	@$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify)
>  endif
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] weston: Add kiosk shell install rule.
  2021-09-16 14:26 [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule Christian Melki
  2021-09-28 14:59 ` Michael Tretter
@ 2021-10-07 10:19 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 6cddd150d0d2cb384f08ea0f3d252055fc05b3f7.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:19:00 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Seems the kiosk shell was forgotten about during installation.
> Defined, built but never installed?
> Add install rule.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20210916142625.1742431-1-christian.melki@t2data.com>
> Reviewed-by: Michael Tretter <m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/weston.make b/rules/weston.make
> index 2bd11b4ef00e..716c990e7c36 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -161,6 +161,9 @@ endif
>  ifdef PTXCONF_WESTON_IVISHELL
>  	@$(call install_lib, weston, 0, 0, 0644, weston/ivi-shell)
>  endif
> +ifdef PTXCONF_WESTON_SHELL_KIOSK
> +	@$(call install_lib, weston, 0, 0, 0644, weston/kiosk-shell)
> +endif
>  ifdef PTXCONF_WESTON_SYSTEMD
>  	@$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify)
>  endif

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-10-07 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 14:26 [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule Christian Melki
2021-09-28 14:59 ` Michael Tretter
2021-10-07 10:19 ` [ptxdist] [APPLIED] weston: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox