From b5c22690c606423fcf2a79cfd691f174f49b08ee Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 30 Jun 2023 15:46:00 -0500 Subject: meta-ibm: only use openpower bbappend when including layer There is a desire to add non-openpower systems to the meta-ibm layer. To do that, need to ensure the bbappend files that are appending to openpower recipes are only included if the machine being built includes the meta-openpower layer. Tested: - Confirmed a system not including meta-openpower builds ok with this - Confirmed p10bmc still uses the bbappend files Signed-off-by: Andrew Geissler Change-Id: I32a08e9f20a20152d51c77cdfca6bbc15b5e93d4 --- meta-ibm/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta-ibm/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend (limited to 'meta-ibm/recipes-phosphor/ipmi') diff --git a/meta-ibm/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend b/meta-ibm/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend deleted file mode 100644 index 8ce54e536e..0000000000 --- a/meta-ibm/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -DEPENDS:append:ibm-ac-server = " acx22-yaml-config" - -EXTRA_OECONF:ibm-ac-server = " \ - INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \ - " \ No newline at end of file -- cgit v1.2.3