diff mbox series

[meta-arago,master/kirkstone] ti-test: Disable omapdrmtest

Message ID 20230429144445.32401-1-reatmon@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] ti-test: Disable omapdrmtest | expand

Commit Message

Ryan Eatmon April 29, 2023, 2:44 p.m. UTC
omapdrmtest will not build under kirkstone due to the version change of
ffmpeg to 5.0.1.  If we want to fix this, then someone will need to do
the work.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index 0b6e1eed..31bdba7e 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -66,7 +66,8 @@  ARAGO_TI_TEST:append:ti43x = " \
     omapconf \
 "
 
-NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}"
+#NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}"
+NOT_MAINLINE_MMIP_DEPS = ""
 
 ARAGO_TI_TEST:append:omap-a15 = " \
     omapconf \