diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-12 17:30:37 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-13 12:35:57 +0000 |
commit | 613e7787420c34cec506e668cdf9b1256e127376 (patch) | |
tree | b232ae82df0a104bd63534127c818d40d81a3a61 /meta-speech-framework/conf | |
parent | a0197682c5b732a81aeb3c2459adfc8d45f969b1 (diff) |
agl-voiceagent-alexa: switch to AGL_FEATURES
Change agl-voiceagent-alexa from using IMAGE_FEATURES to
AGL_FEATURES to work better with building the various demo
images with just the agl-demo feature.
Bug-AGL: SPEC-3749
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9847553a6a9e0ffb3ec2da5b9b91a0647619feae
Diffstat (limited to 'meta-speech-framework/conf')
-rw-r--r-- | meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc index 21da324e..635d3ead 100644 --- a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc +++ b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc @@ -12,4 +12,4 @@ PREFERRED_RPROVIDER_virtual/voice-high-config = "alexa-voice-high-config" FEATURE_PACKAGES_agl-voiceagent-alexa = "packagegroup-agl-voiceagent-alexa" -IMAGE_FEATURES += "agl-voiceagent-alexa" +AGL_FEATURES += "agl-voiceagent-alexa" |