diff --git a/recipes-connectivity/gpsd/files/gnss0.ubx b/recipes-connectivity/gpsd/files/gnss0.ubx deleted file mode 100644 index 1abaef0..0000000 --- a/recipes-connectivity/gpsd/files/gnss0.ubx +++ /dev/null @@ -1,27 +0,0 @@ -CFG-ESFGAWT:flags:useWtPin=0 -CFG-NMEA:nmeaVersion=0x41 -{ -CFG-ESFLA:leverArmType=0 -CFG-ESFLA:leverArmX=1 -CFG-ESFLA:leverArmY=2 -CFG-ESFLA:leverArmZ=3 -CFG-ESFLA:leverArmType=1 -CFG-ESFLA:leverArmX=4 -CFG-ESFLA:leverArmY=5 -CFG-ESFLA:leverArmZ=6 -CFG-ESFLA:leverArmType=4 -CFG-ESFLA:leverArmX=7 -CFG-ESFLA:leverArmY=8 -CFG-ESFLA:leverArmZ=9 -} -{ -CFG-ESFALG:bitfield:doAutoMntAlg=0 -CFG-ESFALG:yaw=16 -CFG-ESFALG:pitch=34 -CFG-ESFALG:roll=39 -} -{ -CFG-NAV5:dynModel=4 -CFG-NAV5:fixMode=3 -} - diff --git a/recipes-connectivity/gpsd/gpsd_%.bbappend b/recipes-connectivity/gpsd/gpsd_%.bbappend index 276dec3..69710ab 100644 --- a/recipes-connectivity/gpsd/gpsd_%.bbappend +++ b/recipes-connectivity/gpsd/gpsd_%.bbappend @@ -9,10 +9,6 @@ SRC_URI_prepend = " \ " SRC_URI_remove = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz" -SRC_URI_append = " \ - file://gnss0.ubx \ - " - # overwrite default gpsd.service file with our configuration SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" @@ -29,21 +25,10 @@ do_install_append () { install -d ${D}${sysconfdir}/udev/rules.d install -m 0644 ${WORKDIR}/60-ublox-neo.rules ${D}${sysconfdir}/udev/rules.d - install -d ${D}${bindir} - install -m 744 ${WORKDIR}/git/neom8tool ${D}${bindir}/neom8tool - - install -d ${D}${sysconfdir}/gnss - install -m 644 ${WORKDIR}/gnss0.ubx ${D}${sysconfdir}/gnss/gnss0.ubx - sed -i 's|DEVICES=""|DEVICES="${TTY_DEVICE}"|g' ${D}/etc/default/gpsd.default sed -i 's|USBAUTO="true"|USBAUTO="${USBAUTO_STATE}"|g' ${D}/etc/default/gpsd.default } -SUMMARY_gps-utils-conf = "gps-utils configuration files" -PACKAGES_prepend = "gps-utils-conf " -RDEPENDS_gps-utils += "gps-utils-conf python" -FILES_gps-utils-conf = "${sysconfdir}/gnss/*.ubx" - # workaround for receipe backport: gpsd 3.19 is installing shared object files in different # place than expect. do_install_append() {