summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-05 17:43:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-06 01:08:28 +0300
commit54f7481339767c0b33a36fa8491229ccae5055e8 (patch)
treef39b04466be2318ecd75344a4307d39363f76620
parent24c10da2c93212055699292cd89ef9f6d1e03977 (diff)
downloadopenbmc-54f7481339767c0b33a36fa8491229ccae5055e8.tar.xz
meta-phosphor: set PSM variables to weakest setting
Switch from ?= to ??= in order to make the default settings the weakest possible. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib9ec2fad0e990df5e561650fc355cfdac1e8f8f4
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index eb977adadd..ebd31322ba 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -1,7 +1,7 @@
-OBMC_BMC_INSTANCES ?= "0"
-OBMC_CHASSIS_INSTANCES ?= "0"
-OBMC_HOST_INSTANCES ?= "0"
-OBMC_POWER_INSTANCES ?= "0"
+OBMC_BMC_INSTANCES ??= "0"
+OBMC_CHASSIS_INSTANCES ??= "0"
+OBMC_HOST_INSTANCES ??= "0"
+OBMC_POWER_INSTANCES ??= "0"
# obmc-bmc-state-manager
#