From: Stephane Desneux Date: Fri, 29 Jun 2018 19:59:09 +0000 (+0200) Subject: meta-audio-4a-framework: add INCLUDE_LEGACY_BINDING_VDYN to af-binder X-Git-Tag: 5.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3c7785ecb9f69c62bad390e0395d122cf825a819;p=AGL%2Fmeta-agl-devel.git 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 --- 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"