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 v4] packagegroup-arago-console: Fix package names for alsa-utils-*
Date: Fri, 16 Jan 2026 12:56:46 -0500	[thread overview]
Message-ID: <20260116175646.GT11121@denix.org> (raw)
In-Reply-To: <20260116173605.1565859-1-reatmon@ti.com>

On Fri, Jan 16, 2026 at 11:36:05AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> A recent change in oe-core [1] reworked how the recipe chose to name the
> subpackages.  The name of alsa-utils-midi changed to alsa-utils-amidi,
> and alsa-util-scripts was removed in favor of separate packages for the
> three scripts.
> 
> [1] https://git.openembedded.org/openembedded-core/commit/?id=26a28ee7935091250a8c52f223a7a954d9e29d34
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> v4: More pacakge name changes after more testing.
> v3: Fix commit subject.
> v2: Added three more packages in place of alsa-utils-scripts.
> 
>  .../packagegroups/packagegroup-arago-console.bb            | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> index f6ec0a05..e13cb3c4 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
> @@ -13,13 +13,14 @@ ARAGO_ALSA_EXTRA = "\
>      alsa-server \
>      alsa-utils \

Doesn't alsa-utils meta-package automatically RDEPENDS on all individual 
alsa-utils-* sub-packages?


>      alsa-utils-aconnect \
> -    alsa-utils-scripts \
> +    alsa-utils-alsaconf \
> +    alsa-utils-alsa-info \
>      alsa-utils-alsactl \
>      alsa-utils-alsamixer \
>      alsa-utils-amixer \
>      alsa-utils-iecset \
> -    alsa-utils-midi \
> -    alsa-utils-speakertest \
> +    alsa-utils-amidi \
> +    alsa-utils-speaker-test \
>      alsa-state \
>      "
>  
> -- 
> 2.43.0


  reply	other threads:[~2026-01-16 17:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-16 17:36 [meta-arago][master][PATCH v4] packagegroup-arago-console: Fix package names for alsa-utils-* Ryan Eatmon
2026-01-16 17:56 ` Denys Dmytriyenko [this message]
2026-01-16 18:28   ` Ryan Eatmon
2026-01-19 12:59     ` max.oss.09
2026-01-19 14:29       ` Denys Dmytriyenko
2026-01-16 18:04 ` PRC Automation

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=20260116175646.GT11121@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.