summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-09 06:29:25 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-13 05:51:06 +0300
commitb81d4282120dc0c19e0f73833e12a9a5baa7a3a5 (patch)
treed33cc40d5b2395efc9992026440c50d1d4c74026 /meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither
parent3f94605e3a2ba3b89a8a4a8d3ee8946c15ec7b85 (diff)
downloadopenbmc-b81d4282120dc0c19e0f73833e12a9a5baa7a3a5.tar.xz
Remove obmc-mrw machine feature
Using MRW or not is distro policy. As such remove the obmc-mrw machine feature. Do not enable the remaining obmc-mrw distro feature in the base phosphor distro configuration. Create new distro configs for the systems that use MRW today (i.e. Witherspoon) that enables the obmc-mrw distro feature and point the local.conf.sample at the new distro configuration. Change-Id: If4cedc745b3ee942518fbfd4d5cf2cd5b60f346d Tested: Built a Witherspoon image and validate the manifest Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither/conf/local.conf.sample b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither/conf/local.conf.sample
index 1153d852c..04fed7aad 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither/conf/local.conf.sample
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-stonewither/conf/local.conf.sample
@@ -1,5 +1,5 @@
MACHINE ??= "stonewither"
-DISTRO ?= "openbmc-phosphor"
+DISTRO ?= "openbmc-witherspoon"
PACKAGE_CLASSES ?= "package_rpm"
SANITY_TESTED_DISTROS_append ?= " *"
EXTRA_IMAGE_FEATURES = "debug-tweaks"