Move core speech service to meta-agl-demo
[AGL/meta-agl-demo.git] / conf / include / agl-demo.inc
1 IMAGE_FEATURES =+ "debug-tweaks"
2
3 DISTRO_FEATURES_append = " automount "
4
5 # convenience
6 IMAGE_INSTALL_append = " screen mc "
7
8 # Extend agl-voiceagent-alexa image feature with local alexa-viewer
9 # package.
10 FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer"
11
12 # enable the layer
13 AGL_FEATURES_append = " agldemo"
14
15 # voice api inclusion
16 PREFERRED_RPROVIDER_virtual/voice-high-config = "default-voice-high-config"
17 FEATURE_PACKAGES_agl-speech-framework = "packagegroup-agl-speech-services"
18 IMAGE_FEATURES += "agl-speech-framework"