From 0c14b48d5b0c1129e79f7a59daaedd3f55989c5c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Feb 2024 12:29:24 -0500 Subject: Add KUKSA.val databroker image features Rework inclusion of KUKSA.val databroker server and client support into image features that can be specified via IMAGE_FEATURES, and use that in our demo image definitions. As well, add a new agl-kvm-host-kuksa feature that allows configuring the KVM demo build to run the databroker on the host instead of in the IVI guest. Some further application configuration changes are required for that to fully work, those will come in follow up commits. Bug-AGL: SPEC-5082 Change-Id: Ice931fe924c1bf49709999eeabcb998ee191fc80 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29699 ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- templates/feature/agl-kvm-host-kuksa/50_local.conf.inc | 1 + .../README_feature_agl-kvm-host-kuksa.md | 17 +++++++++++++++++ templates/feature/agl-kvm-host-kuksa/included.dep | 1 + 3 files changed, 19 insertions(+) create mode 100644 templates/feature/agl-kvm-host-kuksa/50_local.conf.inc create mode 100644 templates/feature/agl-kvm-host-kuksa/README_feature_agl-kvm-host-kuksa.md create mode 100644 templates/feature/agl-kvm-host-kuksa/included.dep (limited to 'templates') diff --git a/templates/feature/agl-kvm-host-kuksa/50_local.conf.inc b/templates/feature/agl-kvm-host-kuksa/50_local.conf.inc new file mode 100644 index 00000000..6259e41f --- /dev/null +++ b/templates/feature/agl-kvm-host-kuksa/50_local.conf.inc @@ -0,0 +1 @@ +AGL_FEATURES += "agl-kvm-host-kuksa" diff --git a/templates/feature/agl-kvm-host-kuksa/README_feature_agl-kvm-host-kuksa.md b/templates/feature/agl-kvm-host-kuksa/README_feature_agl-kvm-host-kuksa.md new file mode 100644 index 00000000..1b607aa3 --- /dev/null +++ b/templates/feature/agl-kvm-host-kuksa/README_feature_agl-kvm-host-kuksa.md @@ -0,0 +1,17 @@ +--- +description: Feature agl-kvm-host-kuksa +authors: Scott Murray +--- + +### Feature agl-kvm-host-kuksa + +* Enables support for running KUKSA.val databroker on host in KVM+QEMU demo images + +### Dependent features pulled by agl-kvm-host-kuksa + +The following features are pulled: + +* agl-kvm + +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-kuksa/included.dep b/templates/feature/agl-kvm-host-kuksa/included.dep new file mode 100644 index 00000000..b2b1014c --- /dev/null +++ b/templates/feature/agl-kvm-host-kuksa/included.dep @@ -0,0 +1 @@ +agl-kvm -- cgit 1.2.3-korg