Thanks, applied as 85f90121ff0d7031e64f814220580b6209d068ba.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:20:12 +0200, Rouven Czerwinski 
<[email protected]> 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 <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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)
>  

Reply via email to