[meta-arago][master/scarthgap][PATCH] ti-test: Add pciutils
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
We need to call lspci in some of our tests. Signed-off-by: Ryan Eatmon <[email protected]> --- 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 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 \ -- 2.17.1