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
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index eb977ad..ebd3132 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
 #