meta-openpower: move ibm cpu configs

Move the IBM CPU configs to the openpower layer.  The only usage of
them in meta-phosphor was for an entity-manager config that also belongs
in meta-openpower.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0092c779afe6c92a51b3681ba5d34203f6ab6964
diff --git a/meta-phosphor/conf/machine/include/ibm-power-cpu.inc b/meta-openpower/conf/machine/include/ibm-power-cpu.inc
similarity index 100%
rename from meta-phosphor/conf/machine/include/ibm-power-cpu.inc
rename to meta-openpower/conf/machine/include/ibm-power-cpu.inc
diff --git a/meta-phosphor/conf/machine/include/ibm-power10-cpu.inc b/meta-openpower/conf/machine/include/ibm-power10-cpu.inc
similarity index 100%
rename from meta-phosphor/conf/machine/include/ibm-power10-cpu.inc
rename to meta-openpower/conf/machine/include/ibm-power10-cpu.inc
diff --git a/meta-phosphor/conf/machine/include/ibm-power8-cpu.inc b/meta-openpower/conf/machine/include/ibm-power8-cpu.inc
similarity index 100%
rename from meta-phosphor/conf/machine/include/ibm-power8-cpu.inc
rename to meta-openpower/conf/machine/include/ibm-power8-cpu.inc
diff --git a/meta-phosphor/conf/machine/include/ibm-power9-cpu.inc b/meta-openpower/conf/machine/include/ibm-power9-cpu.inc
similarity index 100%
rename from meta-phosphor/conf/machine/include/ibm-power9-cpu.inc
rename to meta-openpower/conf/machine/include/ibm-power9-cpu.inc
diff --git a/meta-openpower/recipes-phosphor/configuration/entity-manager_%.bbappend b/meta-openpower/recipes-phosphor/configuration/entity-manager_%.bbappend
new file mode 100644
index 0000000..36fe888
--- /dev/null
+++ b/meta-openpower/recipes-phosphor/configuration/entity-manager_%.bbappend
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+# Systems with IBM processors tend to use IBM-formatted VPD, so fru-device
+# shouldn't be enabled.
+SYSTEMD_AUTO_ENABLE:fru-device:ibm-power-cpu = "disable"
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 7ff1050..c357efd 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -33,7 +33,6 @@
 SYSTEMD_SERVICE:fru-device = "xyz.openbmc_project.FruDevice.service"
 SYSTEMD_SERVICE:devicetree-vpd = "devicetree-vpd-parser.service"
 SYSTEMD_SERVICE:gpio-presence = "xyz.openbmc_project.gpiopresence.service"
-SYSTEMD_AUTO_ENABLE:fru-device:ibm-power-cpu = "disable"
 
 inherit pkgconfig meson systemd python3native