gpsd: add gpsd-modification to hw23

BugzID: 67902

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-11-24 17:01:42 +01:00 committed by Gitea
parent 3ffadd7487
commit 0d3fc719bc
1 changed files with 5 additions and 0 deletions

View File

@ -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"