Testing with poky shows that we were missing some needed utilities that our internal tests were calling.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14893): https://lists.yoctoproject.org/g/meta-arago/message/14893 Mute This Topic: https://lists.yoctoproject.org/mt/101221699/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
