From 613e7787420c34cec506e668cdf9b1256e127376 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 12 Jan 2021 17:30:37 -0500 Subject: 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 Change-Id: I9847553a6a9e0ffb3ec2da5b9b91a0647619feae --- meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-speech-framework/conf') 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" -- cgit 1.2.3-korg