diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-18 20:59:20 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-01-19 15:35:18 -0500 |
commit | 43efe5de919056372ef8d85ca340aa3e653c609f (patch) | |
tree | cfeecfdc852640c9d4ab8f7f76f1f541b2064ee8 /recipes-platform | |
parent | 8b0fed47d196a938b44784d1fc8eaa25c36f84ca (diff) |
Restore agl-service-radio recipe
Add an update recipe for agl-service-radio to build the reworked
gRPC service daemon, and add it back as a dependency in
packagegroup-agl-ivi-services so it will be installed into the
demo IVI images.
Bug-AGL: SPEC-4665
Change-Id: If1015819d1ed20222d17d65b99c0d5a3cc034755
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb index 2e6fff408..b2cc48885 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb @@ -14,4 +14,5 @@ RDEPENDS:${PN} += "\ kuksa-vss-init \ agl-service-hvac \ agl-service-audiomixer \ + agl-service-radio \ " |