diff options
Diffstat (limited to 'templates')
3 files changed, 19 insertions, 0 deletions
diff --git a/templates/feature/agl-kvm-host-audio/50_local.conf.inc b/templates/feature/agl-kvm-host-audio/50_local.conf.inc new file mode 100644 index 000000000..7bd20e391 --- /dev/null +++ b/templates/feature/agl-kvm-host-audio/50_local.conf.inc @@ -0,0 +1 @@ +AGL_FEATURES += "agl-kvm-host-audio" diff --git a/templates/feature/agl-kvm-host-audio/README_feature_agl-kvm-host-kuksa.md b/templates/feature/agl-kvm-host-audio/README_feature_agl-kvm-host-kuksa.md new file mode 100644 index 000000000..93a4b9ade --- /dev/null +++ b/templates/feature/agl-kvm-host-audio/README_feature_agl-kvm-host-kuksa.md @@ -0,0 +1,17 @@ +--- +description: Feature agl-kvm-host-audio +authors: Scott Murray <scott.murray@konsulko.com> +--- + +### Feature agl-kvm-host-audio + +* Enables support for running audio services on host in KVM+QEMU demo images + +### Dependent features pulled by agl-kvm-host-audio + +The following features are pulled: + +* agl-kvm agl-kvm-host-kuksa + +Note that enabling this feature results in a configuration where building images +other than agl-kvm-demo-platform will likely not give the desired results. diff --git a/templates/feature/agl-kvm-host-audio/included.dep b/templates/feature/agl-kvm-host-audio/included.dep new file mode 100644 index 000000000..f1f0a2f99 --- /dev/null +++ b/templates/feature/agl-kvm-host-audio/included.dep @@ -0,0 +1 @@ +agl-kvm agl-kvm-host-kuksa |