From 1efe0dff38555dc1627b14c74eb03b7be5d6ff9a Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 3 Jul 2018 12:15:40 +0200 Subject: [PATCH] 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 --- .../recipes-core/af-binder/af-binder_1.0.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete 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 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" -- 2.16.6