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 |
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 --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 \
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(+)