diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-11 19:00:27 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-11 23:44:36 +0100 |
commit | 54447aa1f8eb8366567a96f45713fd1cae036e1e (patch) | |
tree | 4b64dd821e616967bc15e33e135ce81704b6bb65 /meta-audio-4a-framework/recipes-core | |
parent | c3ec51de4f611d0c841cbae34611bfdf4cf8628f (diff) |
Initial integration of 4A (AGL Advance Audio Agent)
This is a move of the work done initially by Ronan Le Martret <ronan.lemartret@iot.bzh>
in https://gerrit.automotivelinux.org/gerrit/#/c/11651/
Change-Id: I3c2124b186e72fd9804ff713b22a36a93283650e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-core')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb | 16 |
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 \ +" |