| Message ID | 20220714162948.31295-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,dunfell] packagegroups: Mirror ti-test change from meta-ti | expand |
meta-arago / na / 20220714162948.31295-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
dunfell
=====================
Summary:
- Patch Series: [meta-arago][dunfell][PATCH] packagegroups: Mirror ti-test change from meta-ti
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 14 Jul 2022 11:29:48 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 881802b080e1c5da6d0c6eae8987779128bc6c9b
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: dunfell
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: meta-arago-distro: linux-firmware: remove cadence firmware
- Commit SHA: 86d19ced20934c8383c8a39f88d97c72e7e929ee
Patches
----------------------------------------
FAIL - [meta-arago][dunfell][PATCH] packagegroups: Mirror ti-test change from meta-ti
error: patch failed: meta-arago-distro/recipes-core/packagegroups/ti-test.bb:83
error: meta-arago-distro/recipes-core/packagegroups/ti-test.bb: patch does not apply
Applying: packagegroups: Mirror ti-test change from meta-ti
Patch failed at 0001 packagegroups: Mirror ti-test change from meta-ti
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 \ "
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 <reatmon@ti.com> --- meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 8 ++++++++ 1 file changed, 8 insertions(+)