All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Eatmon <reatmon@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>,
	Denys Dmytriyenko <denys@konsulko.com>,
	<meta-arago@lists.yoctoproject.org>
Subject: [meta-arago][master][PATCH 1/8] packagegroup-arago-base: Wrap various packages in a compliant manner
Date: Thu, 20 Mar 2025 13:20:34 -0500	[thread overview]
Message-ID: <20250320182041.2349-2-reatmon@ti.com> (raw)
In-Reply-To: <20250320182041.2349-1-reatmon@ti.com>

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>
---
 .../recipes-core/packagegroups/packagegroup-arago-base.bb    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index 121fa432..fc2eafec 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -36,7 +36,6 @@ ARAGO_EXTRA = "\
     kms++-python \
     can-utils \
     docker \
-    dbus-broker \
     expat \
     glib-2.0 \
     libxml2 \
@@ -52,6 +51,10 @@ ARAGO_EXTRA = "\
     lldpd \
 "
 
+ARAGO_EXTRA:append:arago = "\
+    dbus-broker \
+"
+
 OPTEE_PKGS = " \
     optee-os \
     optee-client \
-- 
2.17.1



  reply	other threads:[~2025-03-20 18:20 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 ` Ryan Eatmon [this message]
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
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=20250320182041.2349-2-reatmon@ti.com \
    --to=reatmon@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=praneeth@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.