diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 12:30:46 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-29 10:27:17 +0000 |
commit | 6ed7c8437f9fb979dca29bd8643fc19e8470e041 (patch) | |
tree | 166003efbe279e819e1eb28f88dfbe3931718b78 /recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb | |
parent | 19872cdb6a805eebfe286b6576f0b6a3ec215bd1 (diff) |
Add preconfigured demo control panel images
Changes:
- Add kuksa-dbc-feeder configuration package for the gateway flavor
of the control panel image.
- Split out the agl-demo-control-panel configuration into a separate
package, and add alternative versions for running against the
regular and gateway versions of the full demo.
- Add -preconfigured and -preconfigured-gateway flavors of the
agl-ivi-demo-control-panel image that add the appropriate tweaks
to support the full demo setups.
Bug-AGL: SPEC-5107, SPEC-5138
Change-Id: I290d08c0f7234f951b822b161bce8166fb62d346
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29943
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb')
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb b/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb new file mode 100644 index 000000000..19575a8e5 --- /dev/null +++ b/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured-gateway.bb @@ -0,0 +1,11 @@ +require agl-ivi-demo-control-panel.bb + +SUMMARY = "AGL gateway demo control panel image" + +IMAGE_FEATURES += "kuksa-val-databroker" + +IMAGE_INSTALL += " \ + agl-demo-control-panel-conf-gateway-demo \ + vss-agl-control-panel \ + kuksa-dbc-feeder-conf-control-panel \ +" |