diff mbox series

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

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

Commit Message

Limaye, Aniket March 18, 2024, 6:26 a.m. UTC
j721e and j784s4 support UFS but the package ufs-utils was missing for j784s4.
Adding the same.

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 cf720c03..4dbd9fca 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -127,6 +127,10 @@  TI_TEST_TI_TOOLS:append:j721e = " \
     videnc-test-app \
 "
 
+TI_TEST_TI_TOOLS:append:j784s4 = " \
+    ufs-utils \
+"
+
 TI_TEST_TI_TOOLS:append:omapl138 = " \
     ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'ti-ipc-test', d)} \
 "