mbox series

[meta-arago,master,0/8] Wrap various packages in a compliant manner

Message ID 20250320182041.2349-1-reatmon@ti.com
Headers show
Series Wrap various packages in a compliant manner | expand

Message

Ryan Eatmon March 20, 2025, 6:20 p.m. UTC
We are moving to make the meta-arago layers Yocto Project Compatible.

https://www.yoctoproject.org/development/yocto-project-compatible-layers/

We have been cleaning up the layer according to the yocto-check-layer
tool.  This series addresses any packages that were defined by wrapping
the bbappend behind a guard (see other series), or that a commercial
license is defined for a recipe and LICENSE_FLAGS_ACCEPTED is required
in the distro to be able to use them.

In order for a packagegroup to use these recipes, we can only include
them if we are building arago and applying the conf/distro/arago.conf
settings.

Ryan Eatmon (8):
  packagegroup-arago-base: Wrap various packages in a compliant manner
  packagegroup-arago-bootstrap: Wrap various packages in a compliant
    manner
  packagegroup-arago-tisdk-addons: Wrap various packages in a compliant
    manner
  nativesdk-packagegroup-arago-tisdk-host: Wrap various packages in a
    compliant manner
  ti-test: Wrap various packages in a compliant manner
  packagegroup-arago-gst-sdk-target: Wrap various packages in a
    compliant manner
  packagegroup-arago-gst: Wrap various packages in a compliant manner
  packagegroup-arago-tisdk-multimedia: Wrap various packages in a
    compliant manner

 .../recipes-core/packagegroups/packagegroup-arago-base.bb  | 5 ++++-
 .../packagegroups/packagegroup-arago-bootstrap.bb          | 5 ++++-
 .../packagegroups/packagegroup-arago-gst-sdk-target.bb     | 3 ++-
 .../recipes-core/packagegroups/packagegroup-arago-gst.bb   | 3 ++-
 .../packagegroups/packagegroup-arago-tisdk-addons.bb       | 7 +++++--
 .../packagegroups/packagegroup-arago-tisdk-multimedia.bb   | 4 ++--
 .../nativesdk-packagegroup-arago-tisdk-host.bb             | 5 ++++-
 meta-arago-test/recipes-core/packagegroups/ti-test.bb      | 2 +-
 8 files changed, 24 insertions(+), 10 deletions(-)