commit | 8c6707f0dcab30d2c0d818b455b030b5d7e7091c | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Aug 06 17:35:36 2021 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 11 17:28:12 2021 +0000 |
tree | e6d72dfc25e2769c7c6ea93c064af0970d8f3c7e | |
parent | f3acf6db3a6e527a4c8347643924fbc33c65e237 [diff] |
meta-openpower: prep for new override syntax Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend index a4cb739..00b9ead 100644 --- a/meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend +++ b/meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend
@@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI += "file://plugins.d/guard" install_openpower_plugins() { @@ -13,6 +13,6 @@ } DEBUG_COLLECTOR_INSTALL_POSTFUNCS ?= "" -DEBUG_COLLECTOR_INSTALL_POSTFUNCS_df-openpower ?= "install_openpower_plugins link_openpower_plugins" +DEBUG_COLLECTOR_INSTALL_POSTFUNCS:df-openpower ?= "install_openpower_plugins link_openpower_plugins" do_install[postfuncs] += "${DEBUG_COLLECTOR_INSTALL_POSTFUNCS}"
diff --git a/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend b/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend index 72d991c..4fc41d0 100644 --- a/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend +++ b/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend
@@ -1 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"