From bcbcea82f3bb62e137f0c6b48bcf65588e12d5cc Mon Sep 17 00:00:00 2001 From: PriyangaRamasamy Date: Tue, 2 Mar 2021 22:49:05 -0600 Subject: Correction in debug-collector recipe For installing gendumpheader plugin, the recipe was including all files from tools/dreport.d/ibm.d. Corrected it to take only gendumpheader plugin so that it wont conflict with installation of other plugins from same directory. Signed-off-by: PriyangaRamasamy Change-Id: I5a1358f07aba6997cb9ae84dba59b3420c7ce968 --- meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend index b6fbb19dc..a134e350b 100644 --- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend +++ b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend @@ -30,7 +30,7 @@ python link_ibm_plugins() { #Install dump header script from dreport/ibm.d to dreport/include.d install_dreport_header() { install -d ${D}${dreport_include_dir} - install -m 0755 ${S}/tools/dreport.d/ibm.d/* ${D}${dreport_include_dir}/ + install -m 0755 ${S}/tools/dreport.d/ibm.d/gendumpheader ${D}${dreport_include_dir}/ } IBM_INSTALL_POSTFUNCS = "install_ibm_plugins link_ibm_plugins" -- cgit v1.2.3