Move core speech service to meta-agl-demo
[AGL/meta-agl-demo.git] / conf / include / agl-demo.inc
index 2b6a2ce..c3c051d 100644 (file)
@@ -1,6 +1,18 @@
 IMAGE_FEATURES =+ "debug-tweaks"
 
-DISTRO_FEATURES_append = " webruntime "
 DISTRO_FEATURES_append = " automount "
 
+# convenience
 IMAGE_INSTALL_append = " screen mc "
+
+# Extend agl-voiceagent-alexa image feature with local alexa-viewer
+# package.
+FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer"
+
+# enable the layer
+AGL_FEATURES_append = " agldemo"
+
+# voice api inclusion
+PREFERRED_RPROVIDER_virtual/voice-high-config = "default-voice-high-config"
+FEATURE_PACKAGES_agl-speech-framework = "packagegroup-agl-speech-services"
+IMAGE_FEATURES += "agl-speech-framework"