gpsd: add gpsd-modification to hw23
BugzID: 67902 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
3ffadd7487
commit
0d3fc719bc
|
|
@ -37,5 +37,10 @@ do_install_append_am335x-nmhw21() {
|
|||
sed -i "s/GPSD_OPTIONS=\"\(.*\)\"/GPSD_OPTIONS=\"\1 -s 115200\"/g" ${D}${sysconfdir}/default/gpsd.default
|
||||
}
|
||||
|
||||
do_install_append_imx8-nmhw23() {
|
||||
sed -i "s/GPSD_OPTIONS=\"\(.*\)\"/GPSD_OPTIONS=\"\1 -s 115200\"/g" ${D}${sysconfdir}/default/gpsd.default
|
||||
}
|
||||
|
||||
# Service is started by gnss-mgr
|
||||
SYSTEMD_AUTO_ENABLE_am335x-nmhw21 = "disable"
|
||||
SYSTEMD_AUTO_ENABLE_imx8-nmhw23 = "disable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue