diff mbox series

[meta-arago,master/scarthgap] meta-arago-test: packagegroups: ti-test: j742s2: Add ufs-utils package

Message ID 20241106070909.200961-1-a-limaye@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] meta-arago-test: packagegroups: ti-test: j742s2: Add ufs-utils package | expand

Commit Message

Aniket Limaye Nov. 6, 2024, 7:08 a.m. UTC
j742s2 supports UFS, add the ufs-utils package to its rootfs.

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 4 ++++
 1 file changed, 4 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 85398eaf..bcca9d95 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -137,6 +137,10 @@  TI_TEST_TI_TOOLS:append:j784s4 = " \
     ufs-utils \
 "
 
+TI_TEST_TI_TOOLS:append:j742s2 = " \
+    ufs-utils \
+"
+
 TI_TEST_TI_TOOLS:append:omapl138 = " \
     ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'ti-ipc-test', d)} \
 "