Message ID | 20250320182041.2349-3-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-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb index 50f759be..3c05895a 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb @@ -19,7 +19,6 @@ UTILS = " \ libdrm-tests \ rt-tests \ iozone3 \ - mtd-utils-ubifs-tests \ net-tools \ ethtool \ pciutils \ @@ -30,6 +29,10 @@ UTILS = " \ devmem2 \ phytool \ " + +UTILS:append:ti-soc = " \ + mtd-utils-ubifs-tests \ +" UTILS:append:ti33x = " \ omapconf \
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> --- .../packagegroups/packagegroup-arago-bootstrap.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)