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-05 11:50:38 +0000
commit9d4b3102d87fdc72d9288dcaa76d1e00e0e5e915 (patch)
tree35f5783adb3b6e29eb72f1b265f5625f25fed0be
parent8184e5d18b223be1bb9260383bf18469d770f843 (diff)
Add reference hardware GPS support
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)} \
+ "