summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley/conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-03-10 00:54:07 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-03-10 17:19:26 +0300
commit5ab7fb9d7108c90d50c8725f79f44d3510b4c163 (patch)
tree24be942b49f6112dfe389a8f40b8f95e450eb249 /meta-facebook/meta-bletchley/conf
parent9f8cb03519739f11669d26a8e62aa308a4794d38 (diff)
downloadopenbmc-5ab7fb9d7108c90d50c8725f79f44d3510b4c163.tar.xz
meta-bletchley: chassis: set OBMC_CHASSIS_INSTANCES
Bletchley has the primary sled and N secondary slots, each of which should be considered a 'chassis' from a power control perspective. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f948c31c720e13c72a9f4d68500fd8990a4849b
Diffstat (limited to 'meta-facebook/meta-bletchley/conf')
-rw-r--r--meta-facebook/meta-bletchley/conf/machine/bletchley.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
index c0df356fab..1d1a5b8ea7 100644
--- a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
+++ b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
@@ -16,4 +16,5 @@ FLASH_SIZE = "131072"
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native"
OBMC_HOST_INSTANCES = "1 2 3 4 5 6"
-
+# Primary chassis as Sled plus secondary chassis in N slots.
+OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"