summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-08 12:07:00 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-13 17:04:08 -0500
commitc95dcd8dc916266bd231a28fcdc93f77bd0ea4c7 (patch)
tree6bcee984a22c29df61ec93797270743b5582508d
parent7fc669b94302e2ac17921fd8667df7720c17e693 (diff)
downloadtalos-openbmc-c95dcd8dc916266bd231a28fcdc93f77bd0ea4c7.tar.gz
talos-openbmc-c95dcd8dc916266bd231a28fcdc93f77bd0ea4c7.zip
meta-ibm: wspoon: network: add explicit install append
Add an explicit install_append for the network recipe so it'll install a service that witherspoon requires. Note: This change required due to a change in network_git.bb that changed the systemd installation behavior. (From meta-ibm rev: 8637f02c1caec99d09dc7d7f8051e64a68ca8a19) Change-Id: Ic7c538d340e610cffc7f20f88cc492c2f550322c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
index 7e0dc2fcc..40a056726 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
@@ -1,2 +1,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