From 72088c2c2c8e973d2d661ace7d61ade0c6edbf01 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 19 Aug 2020 13:51:32 +0200 Subject: [PATCH] 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 --- recipes-connectivity/gnss-mgr/gnss-mgr.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/gnss-mgr/gnss-mgr.bb b/recipes-connectivity/gnss-mgr/gnss-mgr.bb index b9bb1dd..7cd9701 100644 --- a/recipes-connectivity/gnss-mgr/gnss-mgr.bb +++ b/recipes-connectivity/gnss-mgr/gnss-mgr.bb @@ -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/