From 8c2307be821b25e91d017ea8534ba7e68180d24e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Feb 2021 10:34:47 -0500 Subject: [PATCH] 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 Change-Id: Ia4a14e6ef6d9be78bc8364c185528cd368cc2596 --- recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb index 6fa6c920e..7142e88b7 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)} \ + " -- 2.16.6