diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-11 19:00:27 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-11 23:44:36 +0100 |
commit | 54447aa1f8eb8366567a96f45713fd1cae036e1e (patch) | |
tree | 4b64dd821e616967bc15e33e135ce81704b6bb65 /templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc | |
parent | c3ec51de4f611d0c841cbae34611bfdf4cf8628f (diff) |
Initial integration of 4A (AGL Advance Audio Agent)
This is a move of the work done initially by Ronan Le Martret <ronan.lemartret@iot.bzh>
in https://gerrit.automotivelinux.org/gerrit/#/c/11651/
Change-Id: I3c2124b186e72fd9804ff713b22a36a93283650e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc b/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc new file mode 100644 index 00000000..a4889083 --- /dev/null +++ b/templates/feature/agl-audio-4a-framework/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-audio-4a-framework \ + " + |