diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 12:30:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-28 11:59:42 +0000 |
commit | 4b8b02313c32a5ca8d5ba6d514f45a64cd48d91d (patch) | |
tree | 34e2f81589dda7566f1019b15542ef96d36d53ca /recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb | |
parent | 6a26854a201d79aed700b4c1647197a9cc7b4ca9 (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/+/29924
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb')
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb b/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb new file mode 100644 index 000000000..1107b9c7b --- /dev/null +++ b/recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb @@ -0,0 +1,7 @@ +require agl-ivi-demo-control-panel.bb + +SUMMARY = "AGL full demo control panel image" + +IMAGE_INSTALL += " \ + agl-demo-control-panel-conf-demo \ +" |