From 4b8b02313c32a5ca8d5ba6d514f45a64cd48d91d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 May 2024 12:30:46 -0400 Subject: 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 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 --- .../images/agl-ivi-demo-control-panel-preconfigured.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb (limited to 'recipes-platform/images/agl-ivi-demo-control-panel-preconfigured.bb') 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 \ +" -- cgit 1.2.3-korg