A change in meta-ti locks the viddec-test and videnc-test to j7-evm and j7-hs-evm, so we need to mirror that requirement in the packagegroup.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb index 434ed559..53a8cd47 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb @@ -83,6 +83,14 @@ ARAGO_TI_TEST_append_k3 = " \ ARAGO_TI_TEST_append_j7 = " \ ufs-utils \ +" + +ARAGO_TI_TEST_append_j7-evm = " \ + viddec-test-app \ + videnc-test-app \ +" + +ARAGO_TI_TEST_append_j7-hs-evm = " \ viddec-test-app \ videnc-test-app \ " -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13949): https://lists.yoctoproject.org/g/meta-arago/message/13949 Mute This Topic: https://lists.yoctoproject.org/mt/92382923/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
