From a349088f943f7a484468c745ce621993b8c33921 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 25 Mar 2019 12:00:34 -0700 Subject: 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 Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') 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" -- cgit v1.2.3