summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
blob: 40a05672613f068c15f35c0ec1bd4d103a9e08b0 (plain)
1
2
3
4
5
6
7
8
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://ncsi-netlink.service"
SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service"

do_install_append() {
    install -d ${D}${systemd_system_unitdir}
    install -m 0644 ${WORKDIR}/ncsi-netlink.service ${D}${systemd_system_unitdir}
}
OpenPOWER on IntegriCloud