* [ptxdist] [PATCH] v4l-utils: install required lib for v4l2-tracer
@ 2025-09-26 11:15 Rouven Czerwinski
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-09-26 11:16 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox