From 49a85681e52d1f568a5bb6086d7e14af701ac6dc Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Feb 2024 15:17:17 -0500 Subject: Enable running audio services on host for KVM demo Changes: - Add agl-kvm-host-audio feature for configuring other changes. - Make installation of packagegroup-agl-ivi-service-platform in the KVM host versus IVI images dependent on the agl-kvm-host-audio feature. Some recipe dependencies are tweaked by the feature being specified to avoid accidentally pulling things into the IVI guest images. - Add KVM demo specific configuration for applications affected by running the databroker on the host versus in the IVI guest, and use it if the agl-kvm-host-kuksa feature is enabled. Bug-AGL: SPEC-5082 Change-Id: I3a6e6216a90e4d260c20f0b048e6332466aef4ff Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29702 ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- templates/feature/agl-kvm-host-audio/50_local.conf.inc | 1 + .../README_feature_agl-kvm-host-kuksa.md | 17 +++++++++++++++++ templates/feature/agl-kvm-host-audio/included.dep | 1 + 3 files changed, 19 insertions(+) create mode 100644 templates/feature/agl-kvm-host-audio/50_local.conf.inc create mode 100644 templates/feature/agl-kvm-host-audio/README_feature_agl-kvm-host-kuksa.md create mode 100644 templates/feature/agl-kvm-host-audio/included.dep (limited to 'templates/feature') 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 +--- + +### 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 -- cgit 1.2.3-korg