From 785dae680241b989b92725a57255b1df77486d4a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 25 May 2022 18:44:05 -0400 Subject: kuksa-val: add recipe Add a kuksa-val recipe to build the current post-0.2.1 release HEAD of the Eclipse KUKSA.val Vehicle Information Service (VIS) server, and add it to the agl-demo-platform image by adding it to packagegroup-agl-ivi-services. Several local patches are applied to enable building with OpenEmbedded and make installation into standard Linux FHS locations feasible. These will be discussed with upstream to hopefully get them integrated. Additionally, meta-networking has been added as a layer dependency in the agl-demo feature template. This is required due to kuksa-val currently having mosquitto as a non-optional dependency. Bug-AGL: SPEC-4405 Signed-off-by: Scott Murray Change-Id: I1a2d9e9b49d5c8ad11821b89288d2dc9895d15ae --- recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-platform') diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb index 213b4757..5f52955e 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb @@ -8,4 +8,5 @@ PACKAGES = "\ " RDEPENDS:${PN} += "\ + kuksa-val \ " -- cgit 1.2.3-korg