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:
Alexandre Bard 2020-08-19 13:51:32 +02:00
parent 332881d5c8
commit 72088c2c2c
1 changed files with 1 additions and 1 deletions

View File

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