meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder 01/14901/1 5.99.1 flounder/5.99.1 flounder_5.99.1
authorStephane Desneux <stephane.desneux@iot.bzh>
Fri, 29 Jun 2018 19:59:09 +0000 (21:59 +0200)
committerStephane Desneux <stephane.desneux@iot.bzh>
Fri, 29 Jun 2018 19:59:09 +0000 (21:59 +0200)
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 <stephane.desneux@iot.bzh>
meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend [new file with mode: 0644]

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 (file)
index 0000000..2148f26
--- /dev/null
@@ -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"