j721e and j784s4 support UFS but the package ufs-utils was missing for j784s4. Adding the same.
Signed-off-by: Aniket Limaye <[email protected]> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 4 ++++ 1 file changed, 4 insertions(+) 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)} \ " -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15238): https://lists.yoctoproject.org/g/meta-arago/message/15238 Mute This Topic: https://lists.yoctoproject.org/mt/104998105/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
