All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: reatmon@ti.com
Cc: Praneeth Bajjuri <praneeth@ti.com>,
	Denys Dmytriyenko <denys@konsulko.com>,
	meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][master][PATCH 7/8] packagegroup-arago-gst: Wrap various packages in a compliant manner
Date: Mon, 24 Mar 2025 13:38:16 -0400	[thread overview]
Message-ID: <20250324173816.GV23729@denix.org> (raw)
In-Reply-To: <20250320182041.2349-8-reatmon@ti.com>

On Thu, Mar 20, 2025 at 01:20:40PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> yocto-check-layer does not load the conf/distro/arago.conf file during
> its execution.  This means that the LICENSE_FLAGS_ACCEPTED variable is not
> set according to what we are willing to accept.
> 
> If a packagegroup is trying to include a recipe that is marked as being
> "commercial" and the LICENSE_FLAGS_ACCEPTED is not set, then yocto-check-layer
> fails.
> 
> The solution is to wrap the inclusion of these recipes in the packagegroup
> in a complaint manner.  Only if the DISTRO_OVERRIDE says that this is an
> "arago" build, should the package be included and this under the direction
> of the LICENSE_FLAGS_ACCEPTED variable.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  .../recipes-core/packagegroups/packagegroup-arago-gst.bb       | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> index 0aee4773..f5832109 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> @@ -14,9 +14,10 @@ GSTREAMER_DEPS = " \
>      gstreamer1.0-plugins-base-meta \
>      gstreamer1.0-plugins-good-meta \
>      gstreamer1.0-plugins-bad-meta \
> -    gstreamer1.0-libav \
>  "
>  
> +GSTREAMER_DEPS:arago += "gstreamer1.0-libav"

It's not recommended to mix overrides (:arago) and appending operands (+=)

GSTREAMER_DEPS:append:arago = " gstreamer1.0-libav"


>  #    gstreamer1.0-plugins-hevc 
>  GSTREAMER_DEPS:append:dra7xx = " \
>  "
> -- 
> 2.17.1


  reply	other threads:[~2025-03-24 17:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20 18:20 [meta-arago][master][PATCH 0/8] Wrap various packages in a compliant manner Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 1/8] packagegroup-arago-base: " Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 2/8] packagegroup-arago-bootstrap: " Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 3/8] packagegroup-arago-tisdk-addons: " Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 4/8] nativesdk-packagegroup-arago-tisdk-host: " Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 5/8] ti-test: " Ryan Eatmon
2025-03-20 18:20 ` [meta-arago][master][PATCH 6/8] packagegroup-arago-gst-sdk-target: " Ryan Eatmon
2025-03-24 17:34   ` Denys Dmytriyenko
2025-03-20 18:20 ` [meta-arago][master][PATCH 7/8] packagegroup-arago-gst: " Ryan Eatmon
2025-03-24 17:38   ` Denys Dmytriyenko [this message]
2025-03-20 18:20 ` [meta-arago][master][PATCH 8/8] packagegroup-arago-tisdk-multimedia: " Ryan Eatmon
2025-03-24 17:37   ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250324173816.GV23729@denix.org \
    --to=denis@denix.org \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=praneeth@ti.com \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.