diff mbox series

[meta-arago,master/scarthgap] ti-test: Add pciutils

Message ID 20251028190711.30762-1-reatmon@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] ti-test: Add pciutils | expand

Commit Message

Ryan Eatmon Oct. 28, 2025, 7:07 p.m. UTC
We need to call lspci in some of our tests.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 1 +
 1 file changed, 1 insertion(+)
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 71122d78..03ec9063 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -44,6 +44,7 @@  TI_TEST_BASE = "\
     openntpd \
     ${@"optee-test" if d.getVar('OPTEEMACHINE') else ""} \
     pcitest \
+    pciutils \
     perf \
     powertop \
     procps \