diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-12 11:12:04 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-14 13:04:29 +0000 |
commit | 141463c7847cd4cb456aee02e1a93fa0947f0828 (patch) | |
tree | 7107b83463decc0e2fe17b7f395cf12773954268 | |
parent | 1f9618b26e4b1aa4602607a69cdb33f0169186be (diff) |
Add alexa-auto-sdk repository
Add alexa-auto-sdk repository so that we can use the meta-aac layer
it contains to build the Alexa Auto SDK and the associated voiceagent
service. The branch for the latest version, 2.0, is being used to
allow benefitting from fixes made in response to AGL requirements.
Bug-AGL: SPEC-2765
Change-Id: If2dc691db45eb3392fcd997dac543b8affd39d74
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 99e61ef8a58425d82e1998e2b52010779568d060)
-rw-r--r-- | default-floating.xml | 3 | ||||
-rw-r--r-- | default.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/default-floating.xml b/default-floating.xml index caa1cbc9..013c9f3e 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -59,6 +59,9 @@ <!-- meta-spdxscanner - support for fossology --> <project name="dl9pf/meta-spdxscanner" path="external/meta-spdxscanner" remote="github" revision="master"/> + <!-- Alexa Auto SDK layer --> + <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="2.0"/> + <!-- BSPs --> diff --git a/default.xml b/default.xml index d645f979..6df67acc 100644 --- a/default.xml +++ b/default.xml @@ -58,6 +58,9 @@ <!-- meta-spdxscanner - support for fossology --> <project name="dl9pf/meta-spdxscanner" path="external/meta-spdxscanner" remote="github" revision="483f79e66eb76b0f1bebe1e3a0a0327b0ba59f16" upstream="thud"/> + <!-- Alexa Auto SDK layer --> + <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/> + <!-- BSPs --> |