diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-29 21:59:09 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-29 21:59:09 +0200 |
commit | 3c7785ecb9f69c62bad390e0395d122cf825a819 (patch) | |
tree | 67b97c08ff56871d29b213d485e3094e0637507b /meta-audio-4a-framework | |
parent | 4de7b10d835fd89e7fe792428865200fd149f362 (diff) |
meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binderflounder_5.99.1flounder/5.99.15.99.1
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>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/af-binder/af-binder_1.0.bbappend | 5 |
1 files changed, 5 insertions, 0 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 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" |