All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH v4] packagegroup-arago-console: Fix package names for alsa-utils-*
@ 2026-01-16 17:36 Ryan Eatmon
  2026-01-16 17:56 ` Denys Dmytriyenko
  2026-01-16 18:04 ` PRC Automation
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan Eatmon @ 2026-01-16 17:36 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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 \
     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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-22 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.