mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] v4l-utils: install required lib for v4l2-tracer
@ 2025-09-26 11:15 Rouven Czerwinski
  2025-10-17  8:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2025-09-26 11:15 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

The v4l2-tracer requires the libv4l2tracer library to be installed on
the system, otherwise tracing fails with a library not found error.
Install the library if the v4l2-tracer is selected.

Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
 rules/v4l-utils.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index 9fdd32154..6f8191dd3 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -132,6 +132,7 @@ ifdef PTXCONF_V4L_UTILS_V4L2SYSFSPATH
 endif
 ifdef PTXCONF_V4L_UTILS_TRACER
 	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-tracer)
+	@$(call install_lib, v4l-utils, 0, 0, 0644, libv4l2tracer)
 endif
 	@$(call install_finish, v4l-utils)
 
-- 
2.51.0




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

* Re: [ptxdist] [APPLIED] v4l-utils: install required lib for v4l2-tracer
  2025-09-26 11:15 [ptxdist] [PATCH] v4l-utils: install required lib for v4l2-tracer Rouven Czerwinski
@ 2025-10-17  8:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Thanks, applied as 85f90121ff0d7031e64f814220580b6209d068ba.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:20:12 +0200, Rouven Czerwinski <rouven.czerwinski@linaro.org> wrote:
> The v4l2-tracer requires the libv4l2tracer library to be installed on
> the system, otherwise tracing fails with a library not found error.
> Install the library if the v4l2-tracer is selected.
> 
> Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
> Message-Id: <20250926111534.1052881-1-rouven.czerwinski@linaro.org>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
> index 9fdd32154ccf..6f8191dd3c53 100644
> --- a/rules/v4l-utils.make
> +++ b/rules/v4l-utils.make
> @@ -132,6 +132,7 @@ ifdef PTXCONF_V4L_UTILS_V4L2SYSFSPATH
>  endif
>  ifdef PTXCONF_V4L_UTILS_TRACER
>  	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-tracer)
> +	@$(call install_lib, v4l-utils, 0, 0, 0644, libv4l2tracer)
>  endif
>  	@$(call install_finish, v4l-utils)
>  



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

end of thread, other threads:[~2025-10-17  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-26 11:15 [ptxdist] [PATCH] v4l-utils: install required lib for v4l2-tracer Rouven Czerwinski
2025-10-17  8:20 ` [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