X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fmapviewer_%25.bbappend;h=4e89af064fd96b596047d1f01ef2e6bdbad5d54b;hb=cb15065f8938fcc9fd060bb114ceae85cd580d5c;hp=3049a674178e9c1ab5dd751d3496cdd9e43c15d9;hpb=58e35ecf32af3aaf18af1e9576de74892f61cae5;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/mapviewer_%.bbappend b/recipes-demo-hmi/navigation/mapviewer_%.bbappend index 3049a6741..4e89af064 100644 --- a/recipes-demo-hmi/navigation/mapviewer_%.bbappend +++ b/recipes-demo-hmi/navigation/mapviewer_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ + file://mapviewer-settings.sh \ file://mapviewer.service \ " @@ -9,12 +10,23 @@ inherit systemd SYSTEMD_PACKAGES = "${PN}" do_install_append() { + install -d ${D}/usr/AGL/${PN} + install -m 0755 ${WORKDIR}/mapviewer-settings.sh ${D}/usr/AGL/${PN}/ + # Install systemd unit files if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then - install -m 644 -p -D ${WORKDIR}/mapviewer.service ${D}${systemd_system_unitdir}/mapviewer.service + install -d ${D}${systemd_user_unitdir} + install -m 644 -p -D ${WORKDIR}/mapviewer.service ${D}${systemd_user_unitdir}/mapviewer.service fi } +## DO NOT ENABLE 'weston-mapviewer-demo.service' BY DEFAULT +## +## This should be enabled/disabled by 'switch_on_mapviewer-demo.sh'/'switch_off_mapviewer-demo.sh'. +## +#SYSTEMD_SERVICE_${PN} = "mapviewer.service" + FILES_${PN} += " \ - ${systemd_system_unitdir}/mapviewer.service \ + ${systemd_user_unitdir}/mapviewer.service \ + /usr/AGL/mapviewer/ \ "