gnss-mgr: Add example config file
The default config file has been emptied to not set dummy values A example file has been added so the user knows which fields can be set. BugzID: 65564
This commit is contained in:
parent
332881d5c8
commit
72088c2c2c
|
|
@ -30,7 +30,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/gnss
|
||||
install -m 0644 ${S}/config/gnss-neom8.conf ${D}${sysconfdir}/gnss/
|
||||
install -m 0644 ${S}/config/* ${D}${sysconfdir}/gnss/
|
||||
|
||||
install -d ${D}/${systemd_unitdir}/system/
|
||||
install -m 0644 ${S}/systemd/gnss-mgr.service ${D}/${systemd_unitdir}/system/
|
||||
|
|
|
|||
Loading…
Reference in New Issue