summaryrefslogtreecommitdiffstats
path: root/meta-ibm
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-25 12:00:34 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-26 21:22:05 -0400
commita349088f943f7a484468c745ce621993b8c33921 (patch)
treea04074545ec067cc3cb034bb7c98d8b7bdf646bb /meta-ibm
parentfa513cb5c299b2db0f7e86409a72ee9fdd233e2b (diff)
downloadtalos-openbmc-a349088f943f7a484468c745ce621993b8c33921.tar.gz
talos-openbmc-a349088f943f7a484468c745ce621993b8c33921.zip
meta-ibm: witherspoon: network: specify folder for extra
Specify the folder for the extra files explicitly instead of by package name, such that the package name can change and continue to use this folder. This is step 2 of the process to rename network to phosphor-network to match the general naming convention for phosphor daemons. (From meta-ibm rev: 286cf25348b68c91bd25151f083001c820bdac15) Tested: Verified witherspoon image builds. Change-Id: I011138f732c0a79b60dace9776e7bd6e6163c623 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
index 40a056726..5137f4e00 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/network:"
SRC_URI += "file://ncsi-netlink.service"
SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service"
OpenPOWER on IntegriCloud