From 89428f135878875286f0323e01e35c28233701e7 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 24 Aug 2020 23:20:32 +0200 Subject: [PATCH] gnss-mgr: Add service wrapper and new config file --- recipes-connectivity/gnss-mgr/gnss-mgr.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/gnss-mgr/gnss-mgr.bb b/recipes-connectivity/gnss-mgr/gnss-mgr.bb index 7cd9701..7ad5d69 100644 --- a/recipes-connectivity/gnss-mgr/gnss-mgr.bb +++ b/recipes-connectivity/gnss-mgr/gnss-mgr.bb @@ -30,7 +30,10 @@ S = "${WORKDIR}/git" do_install_append() { install -d ${D}${sysconfdir}/gnss - install -m 0644 ${S}/config/* ${D}${sysconfdir}/gnss/ + install -m 0644 ${S}/config/gnss-neom8.conf ${D}${sysconfdir}/gnss/gnss0.conf + + install -d ${D}/${sbindir}/ + install -m 0755 ${S}/systemd/gnss-mgr-service.sh ${D}${sbindir}/gnss-mgr-service install -d ${D}/${systemd_unitdir}/system/ install -m 0644 ${S}/systemd/gnss-mgr.service ${D}/${systemd_unitdir}/system/