Message ID | 20250320182041.2349-4-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-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 00d68e78..0d39907a 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -15,12 +15,15 @@ UTILS = " \ strongswan \ kexec \ kdump \ - open62541-examples \ - open62541-tests \ sudo \ watchdog \ " +UTILS:append:arago = " \ + open62541-examples \ + open62541-tests \ +" + UTILS_UBOOT_FW = "libubootenv-bin" UTILS_DSP = " \
Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "arago" in the DISTRO_OVERRIDE. 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-tisdk-addons.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)