summaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta-audio-4a-framework/recipes-core')
-rw-r--r--meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb
new file mode 100644
index 00000000..ec2c04d5
--- /dev/null
+++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb
@@ -0,0 +1,16 @@
+SUMMARY = "AGL Audio packages"
+DESCRIPTION = "The set of packages required by the AGL Audio"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES = "\
+ packagegroup-agl-audio \
+ "
+
+RDEPENDS_${PN} += "\
+ 4a-alsa-core \
+ 4a-hal-reference \
+ agl-service-audio-4a \
+ virtual/4a-hal-config \
+"