From 3c7785ecb9f69c62bad390e0395d122cf825a819 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 29 Jun 2018 21:59:09 +0200 Subject: meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder INCLUDE_LEGACY_BINDING_VDYN is mandatory to re-use bindings developped for EE. Bug-AGL:SPEC-1546 Change-Id: I5f95bfb2cb817cf52a18a1820e223c0e776c2d6d Signed-off-by: Stephane Desneux --- .../recipes-core/af-binder/af-binder_1.0.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend diff --git a/meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend b/meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend new file mode 100644 index 00000000..2148f26d --- /dev/null +++ b/meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend @@ -0,0 +1,5 @@ +# for 4A on FF-RC1, we need to enable DYNAPI mechanism at binder level +# it should be removed in final release of FF and SPEC-1546 is opened to +# track that task. + +EXTRA_OECMAKE_append_class-target += "-DINCLUDE_LEGACY_BINDING_VDYN=ON" -- cgit 1.2.3-korg