From 0c81ae989023daa4e81375e0f30a9d673602a2ab Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 13 Jun 2018 02:59:05 +0200 Subject: Adapt audio packagegroup and template to use rewritten components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now we make use of the 4a-softmixer and 4a-hal-generic to drive the backend of the audio framework. This is the outcome of the audio F2F held in june. Also fix the license checksums in 4a-hal-generic and 4a-softmixer. Change-Id: Id709b0901228bdee86ab4b2bab395599365d00e0 Signed-off-by: Jan-Simon Möller --- .../recipes-core/packagegroups/packagegroup-agl-audio.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-audio-4a-framework/recipes-core') 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 index 651af533..ac776100 100644 --- a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb +++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb @@ -10,9 +10,10 @@ PACKAGES = "\ RDEPENDS_${PN} += "\ 4a-alsa-core \ - 4a-hal-reference \ agl-service-audio-4a \ VIRTUAL-RUNTIME_alsa-state \ agl-service-unicens \ 4a-hal-unicens \ + 4a-softmixer \ + 4a-hal-generic \ " -- cgit 1.2.3-korg