aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test/recipes-extended/node-startup-controller/node-startup-controller_%.bbappend
blob: c9ccacc712615dadd92ad63b894e9722e596db48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# for test
#
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
SRC_URI_append += " \
    file://helper.zip \
    "

do_install_append() {
   install -d ${D}/opt/tests/${PN}
   install -m 0755 ${WORKDIR}/helper/*.sh ${D}/opt/tests/${PN}
   install -m 0644 ${WORKDIR}/helper/*.service ${D}/${systemd_unitdir}/system
}

FILES_${PN}-nsm-dummy += " \
   /opt/tests/${PN}/* \
   ${systemd_unitdir}/system/example.service \
   ${systemd_unitdir}/system/hello.service \
   "