From c2fcc255bbd44931df226d5d77ca4e77292b7b50 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 7 Mar 2025 00:22:37 -0500 Subject: [PATCH] Add kuksa-client to a couple of demo images For debugging. NOTE: For Embedded World 2025, not intended to be pushed as is. Change-Id: I13e7fb927d1e920917a2ea5e8474ed2a270d78b6 Signed-off-by: Scott Murray --- .../recipes-platform/images/agl-kvm-demo-flutter-preconfigured.bb | 1 + recipes-platform/images/agl-gateway-demo.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-agl-kvm-demo/recipes-platform/images/agl-kvm-demo-flutter-preconfigured.bb b/meta-agl-kvm-demo/recipes-platform/images/agl-kvm-demo-flutter-preconfigured.bb index ac392cbc5..d11d8b8ea 100644 --- a/meta-agl-kvm-demo/recipes-platform/images/agl-kvm-demo-flutter-preconfigured.bb +++ b/meta-agl-kvm-demo/recipes-platform/images/agl-kvm-demo-flutter-preconfigured.bb @@ -30,6 +30,7 @@ HOST_AUDIO_INSTALL = " \ IMAGE_INSTALL += "\ kuksa-databroker-agl-demo-cluster \ ${HOST_AUDIO_INSTALL} \ + ${@bb.utils.contains("DISTRO_FEATURES", "agl-devel", "kuksa-client" , "", d)} \ " GUEST_VM1_IMAGE = "agl-ivi-demo-flutter-guest-preconfigured" diff --git a/recipes-platform/images/agl-gateway-demo.bb b/recipes-platform/images/agl-gateway-demo.bb index 8e466e412..cec466cfb 100644 --- a/recipes-platform/images/agl-gateway-demo.bb +++ b/recipes-platform/images/agl-gateway-demo.bb @@ -14,6 +14,7 @@ IMAGE_FEATURES += " \ AGL_DEVEL_INSTALL = " \ packagegroup-agl-kuksa-val-databroker-devel \ tcpdump \ + kuksa-client \ " IMAGE_INSTALL += " \ -- 2.16.6