blob: 40a05672613f068c15f35c0ec1bd4d103a9e08b0 [file] [log] [blame]
Ratan Gupta54416ea2018-03-23 09:43:30 +05301FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Patrick Venture8637f022019-02-08 12:07:00 -08002SRC_URI += "file://ncsi-netlink.service"
Ratan Gupta54416ea2018-03-23 09:43:30 +05303SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service"
Patrick Venture8637f022019-02-08 12:07:00 -08004
5do_install_append() {
6 install -d ${D}${systemd_system_unitdir}
7 install -m 0644 ${WORKDIR}/ncsi-netlink.service ${D}${systemd_system_unitdir}
8}