summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2018-07-03 12:15:40 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2018-07-03 12:17:28 +0200
commit1efe0dff38555dc1627b14c74eb03b7be5d6ff9a (patch)
treeb12a3b695f676bfd64b08659cc480c3aad4779f8
parent3c7785ecb9f69c62bad390e0395d122cf825a819 (diff)
Revert "meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder"
This reverts commit 3c7785ecb9f69c62bad390e0395d122cf825a819. Runtime tests on 4A lead to the conclusion that porting to APIv3 must be done. So compatibility with legacy mode vdyn must be dropped for upcoming versions. Change-Id: Ifdc1025a8fea1eaa79c3d2bc8a24083bd970391f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend5
1 files changed, 0 insertions, 5 deletions
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
deleted file mode 100644
index 2148f26d..00000000
--- a/meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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"