diff mbox series

[master/scarthgap] ti-test: Add media-ctl for camera testing

Message ID 20240620111957.3733312-1-j-luthra@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master/scarthgap] ti-test: Add media-ctl for camera testing | expand

Commit Message

Jai Luthra June 20, 2024, 11:19 a.m. UTC
The media-ctl utility is required to configure formats and routes in
embedded v4l2 camera pipelines.

It was automatically packaged in older v4l-utils recipe, but with
v1.26 onwards it needs to be explicitly enabled.

Signed-off-by: Jai Luthra <j-luthra@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Chirag Shilwant June 20, 2024, 11:24 a.m. UTC | #1
Hi Jai,
On 20/06/24 16:49, Jai Luthra wrote:
> The media-ctl utility is required to configure formats and routes in
> embedded v4l2 camera pipelines.
>
> It was automatically packaged in older v4l-utils recipe, but with
> v1.26 onwards it needs to be explicitly enabled.
>
> Signed-off-by: Jai Luthra <j-luthra@ti.com>


Acked-by: Chirag Shilwant <c-shilwant@ti.com>


> ---
>   meta-arago-test/recipes-core/packagegroups/ti-test.bb | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> index 8cb27f21..914a40c4 100644
> --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
> @@ -29,6 +29,7 @@ TI_TEST_BASE = "\
>       linuxptp \
>       lmbench \
>       lsof \
> +    media-ctl \
>       memtester \
>       mstpd \
>       mtd-utils \
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index 8cb27f21..914a40c4 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -29,6 +29,7 @@  TI_TEST_BASE = "\
     linuxptp \
     lmbench \
     lsof \
+    media-ctl \
     memtester \
     mstpd \
     mtd-utils \