diff mbox series

[meta-arago,master/kirkstone,v4,4/4] ti-test: Add lsof and dosfstools

Message ID 20230907185312.16718-5-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series ti-test changes | expand

Commit Message

Ryan Eatmon Sept. 7, 2023, 6:53 p.m. UTC
Testing with poky shows that we were missing some needed utilities
that our internal tests were calling.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++
 1 file changed, 2 insertions(+)
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 44f4f75d..04ec033b 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -11,6 +11,7 @@  TI_TEST_BASE = "\
     bridge-utils \
     cryptodev-tests \
     dma-heap-tests \
+    dosfstools \
     evtest \
     fio \
     git \
@@ -20,6 +21,7 @@  TI_TEST_BASE = "\
     libdrm-tests \
     linuxptp \
     lmbench \
+    lsof \
     memtester \
     mstpd \
     mtd-utils-ubifs-tests \