summaryrefslogtreecommitdiff
path: root/meta-ibm/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-06-23 23:30:56 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-24 23:12:15 +0300
commit2fbf266487fab507a7bc34806ddd99476c53f37d (patch)
treeb815c9f0564e61716d58cc7f291df22ab738ccf5 /meta-ibm/conf
parent27d378e90d9269dae28fd41ed1048ed1dafa6c0e (diff)
downloadopenbmc-2fbf266487fab507a7bc34806ddd99476c53f37d.tar.xz
meta-ibm: drop witherspoon-128
This system will no longer be supported or maintained. Drop to minimize cruft. (From meta-ibm rev: 7c17e6a1f826cdfbbb39ffa3f237025e56fab52f) Change-Id: Id954a1c91c754a1eb4eb67348c5fb01a115326ed Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/conf')
-rw-r--r--meta-ibm/conf/conf-notes.txt2
-rw-r--r--meta-ibm/conf/local.conf.sample1
-rw-r--r--meta-ibm/conf/machine/witherspoon-128.conf14
3 files changed, 0 insertions, 17 deletions
diff --git a/meta-ibm/conf/conf-notes.txt b/meta-ibm/conf/conf-notes.txt
index 112353d6f..1716a40cd 100644
--- a/meta-ibm/conf/conf-notes.txt
+++ b/meta-ibm/conf/conf-notes.txt
@@ -8,5 +8,3 @@ witherspoon:
DISTRO=openbmc-witherspoon MACHINE=witherspoon bitbake obmc-phosphor-image
witherspoon-tacoma:
DISTRO=openbmc-openpower MACHINE=witherspoon-tacoma bitbake obmc-phosphor-image
-witherspoon-128:
-DISTRO=openbmc-witherspoon MACHINE=witherspoon-128 bitbake obmc-phosphor-image
diff --git a/meta-ibm/conf/local.conf.sample b/meta-ibm/conf/local.conf.sample
index 94e76f3db..4b70cade4 100644
--- a/meta-ibm/conf/local.conf.sample
+++ b/meta-ibm/conf/local.conf.sample
@@ -1,6 +1,5 @@
#MACHINE ?= "mihawk"
#MACHINE ?= "swift"
-#MACHINE ?= "witherspoon-128"
#MACHINE ?= "rainier"
MACHINE ??= "witherspoon"
DISTRO ?= "openbmc-witherspoon"
diff --git a/meta-ibm/conf/machine/witherspoon-128.conf b/meta-ibm/conf/machine/witherspoon-128.conf
deleted file mode 100644
index d21b9b22b..000000000
--- a/meta-ibm/conf/machine/witherspoon-128.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-MACHINEOVERRIDES =. "witherspoon:"
-require conf/machine/witherspoon.conf
-
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
-
-MRW_XML = "witherspoon.xml"
-
-# 128MB flash size
-FLASH_SIZE = "131072"
-
-# 32MB read-write filesystem
-FLASH_UBI_RWFS_SIZE ?= "32768"
-FLASH_UBI_RWFS_TXT_SIZE ?= "32MiB"
-BMC_RW_SIZE = "0x2000000"