* [ptxdist] [PATCH] procps: add pidwait
@ 2024-09-18 13:32 Bastian Krause
2024-09-24 15:07 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2024-09-18 13:32 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/procps.in | 6 ++++++
rules/procps.make | 3 +++
2 files changed, 9 insertions(+)
diff --git a/rules/procps.in b/rules/procps.in
index 1084ede59..1d8c9e35c 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -48,6 +48,12 @@ config PROCPS_PGREP
comment "busybox' pgrep is selected!"
depends on BUSYBOX_PGREP
+config PROCPS_PIDWAIT
+ bool
+ prompt "pidwait"
+ help
+ The pidwait program can wait for running processes.
+
config PROCPS_PIDOF
bool
prompt "pidof"
diff --git a/rules/procps.make b/rules/procps.make
index 40110d909..44153fe06 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -89,6 +89,9 @@ endif
ifdef PTXCONF_PROCPS_PIDOF
@$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidof)
endif
+ifdef PTXCONF_PROCPS_PIDWAIT
+ @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidwait)
+endif
ifdef PTXCONF_PROCPS_PKILL
@$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pkill)
endif
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] procps: add pidwait
2024-09-18 13:32 [ptxdist] [PATCH] procps: add pidwait Bastian Krause
@ 2024-09-24 15:07 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-09-24 15:07 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Krause
Thanks, applied as 08b96ff5b6111b95f47062aa90042a6447f0fe25.
Michael
[sent from post-receive hook]
On Tue, 24 Sep 2024 17:07:53 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20240918133214.599106-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/procps.in b/rules/procps.in
> index 1084ede59e2a..1d8c9e35c413 100644
> --- a/rules/procps.in
> +++ b/rules/procps.in
> @@ -48,6 +48,12 @@ config PROCPS_PGREP
> comment "busybox' pgrep is selected!"
> depends on BUSYBOX_PGREP
>
> +config PROCPS_PIDWAIT
> + bool
> + prompt "pidwait"
> + help
> + The pidwait program can wait for running processes.
> +
> config PROCPS_PIDOF
> bool
> prompt "pidof"
> diff --git a/rules/procps.make b/rules/procps.make
> index 40110d909862..44153fe060dc 100644
> --- a/rules/procps.make
> +++ b/rules/procps.make
> @@ -89,6 +89,9 @@ endif
> ifdef PTXCONF_PROCPS_PIDOF
> @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidof)
> endif
> +ifdef PTXCONF_PROCPS_PIDWAIT
> + @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidwait)
> +endif
> ifdef PTXCONF_PROCPS_PKILL
> @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pkill)
> endif
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-24 15:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-18 13:32 [ptxdist] [PATCH] procps: add pidwait Bastian Krause
2024-09-24 15:07 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox