From 54f7481339767c0b33a36fa8491229ccae5055e8 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 5 Feb 2024 08:43:47 -0600 Subject: 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 Change-Id: Ib9ec2fad0e990df5e561650fc355cfdac1e8f8f4 --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 8 ++++---- 1 file 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 # -- cgit v1.2.3