summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-04 10:34:47 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-09 21:59:09 +0000
commit8c2307be821b25e91d017ea8534ba7e68180d24e (patch)
tree7f22c1802176e6f326281b14418a5220109e6d1a
parent7e59879e8e9ed12b020f8ee11a6989b85eaa3173 (diff)
Add reference hardware GPS supportkoi_11.0.0koi/11.0.011.0.0
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
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb
index 6fa6c920..7142e88b 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb
@@ -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)} \
+ "