Message ID | 20231206143618.27770-4-sinthu.raja@ti.com |
---|---|
State | RFC |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Add gstreamer 1.20 | expand |
On 12/6/23 8:36 AM, Sinthu Raja M via lists.yoctoproject.org wrote: > From: Sinthu Raja <sinthu.raja@ti.com> > > The omapdrm test is outdated and the required test cases shall be executed > using the GST commands. Disable the same until the omapdrm test is updated. > The omapdrmtest has been broken/unmaintained for a long time, it isn't going to be updated, just remove the recipe here too. Andrew > Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> > --- > meta-arago-test/recipes-core/packagegroups/ti-test.bb | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > index cf720c03..9a6dc67a 100644 > --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb > +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > @@ -87,15 +87,12 @@ TI_TEST_TI_TOOLS:append:ti43x = " \ > switch-config \ > " > > -NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" > - > TI_TEST_TI_TOOLS:append:omap-a15 = " \ > omapconf \ > pru-icss \ > switch-config \ > ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \ > ti-ipc-test \ > - ${NOT_MAINLINE_MMIP_DEPS} \ > ", d)} \ > " >
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index cf720c03..9a6dc67a 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -87,15 +87,12 @@ TI_TEST_TI_TOOLS:append:ti43x = " \ switch-config \ " -NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" - TI_TEST_TI_TOOLS:append:omap-a15 = " \ omapconf \ pru-icss \ switch-config \ ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \ ti-ipc-test \ - ${NOT_MAINLINE_MMIP_DEPS} \ ", d)} \ "