Message ID | 20250320182041.2349-6-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Wrap various packages in a compliant manner | expand |
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index a5a8838f..a73e2869 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -58,7 +58,7 @@ TI_TEST_BASE = "\ yavta \ " -TI_TEST_BASE:ti-soc:append = " \ +TI_TEST_BASE:append:ti-soc = " \ mtd-utils-ubifs-tests \ "
Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "ti-soc" in the MACHINE_OVERRIDES. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)