1 SUMMARY = "Alexa voice agent binding"
2 DESCRIPTION = "alexa-voiceagent-service is an Alexa Auto SDK based voiceagent binding"
3 HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high"
7 LIC_FILES_CHKSUM = "file://License.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
16 aac-module-contact-uploader \
17 aac-module-navigation \
18 aac-module-phone-control \
19 aac-module-gstreamer \
20 ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "aac-module-amazonlite pryon-lite", "", d)} \
23 SRC_URI = "git://github.com/alexa/alexa-auto-sdk.git;protocol=https;branch=2.0 \
25 file://0001-remove-library-dependency-copying.patch \
26 file://0002-update-config.xml.in.patch \
27 file://0003-update-audio-device-configuration.patch \
28 file://0004-update-config-and-database-paths.patch \
29 file://0005-fix-segmentation-fault-for-release-build-mode.patch \
30 file://0006-fix-event-argument-json.patch \
32 SRCREV = "86916d2d8c1702a8be3c88a9012ca56583bcc0c8"
34 PV = "2.0+git${SRCPV}"
35 S = "${WORKDIR}/git/platforms/agl/alexa-voiceagent-service"
39 EXTRA_OECMAKE += "-DAAC_HOME=${RECIPE_SYSROOT}/${AAC_PREFIX}"
41 ALEXA_WAKEWORD ??= "false"
44 install -D -m 0644 ${WORKDIR}/alexa.json ${D}${sysconfdir}/xdg/AGL/voiceagents/alexa.json
47 PACKAGES =+ "${PN}-conf"
49 FILES_${PN}-conf = "${sysconfdir}/xdg/AGL/voiceagents/*"
51 # NOTE: curl and opus are from the base SDK libraries, sqlite3 from the
58 ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "pryon-lite", "", d)} \