diff mbox series

[meta-arago,master/kirkstone] ti-test-extras: add numpy for multimedia tests

Message ID 20230620210059.1789748-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] ti-test-extras: add numpy for multimedia tests | expand

Commit Message

Randolph Sapp June 20, 2023, 9:01 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Add python3-numpy to the ti-test-extras for advanced multimedia testing.

Signed-off-by: Randolph Sapp <rs@ti.com>
---

Brandon needs this package for some multimedia packages and it's python
related so I'm adding it to the big test group to be safe.

 meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 1 +
 1 file changed, 1 insertion(+)
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 f97ad756..793eb583 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -41,6 +41,7 @@  ARAGO_TEST = "\
 "
 
 ARAGO_TEST_EXTRAS = " \
+    python3-numpy \
     piglit \
     ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", d)} \
     ${@bb.utils.contains("DISTRO_FEATURES", "vulkan", "vulkan-cts", "", d)} \