blob: 390f47ea87c01704dc80504091580e4d039e9fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
IMAGE_FEATURES =+ "debug-tweaks"
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"
|