Add reference hardware GPS support 60/26060/2 11.0.0 koi/11.0.0 koi_11.0.0
authorScott Murray <scott.murray@konsulko.com>
Thu, 4 Feb 2021 15:34:47 +0000 (10:34 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Feb 2021 21:59:09 +0000 (21:59 +0000)
Add the new gpsd-conf-refhw package to packagegroup-agl-ivi-navigation
when building for the AGL reference hardware.

Bug-AGL: SPEC-3792

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia4a14e6ef6d9be78bc8364c185528cd368cc2596

recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb

index 6fa6c92..7142e88 100644 (file)
@@ -15,3 +15,7 @@ RDEPENDS_${PN} += "\
     geoclue \
     ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'virtual/gpsd-conf', '', d)} \
     "
+
+RDEPENDS_${PN}_append_agl-refhw-h3 = " \
+    ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'gpsd-conf-refhw', '', d)} \
+    "