summaryrefslogtreecommitdiff
path: root/meta-inventec/conf/machine/include/inventec.inc
diff options
context:
space:
mode:
authorHabeeb Mohammed <mohammed.habeeb@inventec.com>2021-09-03 23:16:38 +0300
committermohammed.habeeb <mohammed.habeeb@inventec.com>2021-10-12 22:13:37 +0300
commit74872b54a0b61af1e9f005e38c9f557089676e81 (patch)
tree57faa0b5445afa94c3b0c92d91d2027bebec2abf /meta-inventec/conf/machine/include/inventec.inc
parent7cf2f6c819fd46d698c1d5ce3058ca3bae4db412 (diff)
downloadopenbmc-74872b54a0b61af1e9f005e38c9f557089676e81.tar.xz
Add Inventec's Transformers platform
Change-Id: Ic8aaa0728a43936cd4c6212d590e01ba8202b25b Signed-off-by: Habeeb Mohammed <mohammed.habeeb@inventec.com>
Diffstat (limited to 'meta-inventec/conf/machine/include/inventec.inc')
-rw-r--r--meta-inventec/conf/machine/include/inventec.inc27
1 files changed, 26 insertions, 1 deletions
diff --git a/meta-inventec/conf/machine/include/inventec.inc b/meta-inventec/conf/machine/include/inventec.inc
index c79ddd777..02b0df685 100644
--- a/meta-inventec/conf/machine/include/inventec.inc
+++ b/meta-inventec/conf/machine/include/inventec.inc
@@ -1 +1,26 @@
-require conf/machine/include/openpower.inc
+OBMC_MACHINE_FEATURES += "\
+ obmc-phosphor-fan-mgmt \
+ obmc-phosphor-chassis-mgmt \
+ obmc-phosphor-flash-mgmt \
+ obmc-host-ipmi \
+ obmc-host-ctl \
+ obmc-host-state-mgmt \
+ obmc-chassis-state-mgmt \
+ obmc-bmc-state-mgmt \
+ "
+# since we use x86-power-control service, we don't need below three services
+VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
+VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"
+VIRTUAL-RUNTIME_obmc-discover-system-state = "x86-power-control"
+
+
+PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-inventec-apps"
+PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-inventec-apps"
+PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-inventec-apps"
+PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-inventec-apps"
+PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
+PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
+PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor"
+
+OVERRIDES .= ":inventec"