summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-04-28 23:35:16 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-02 00:07:24 +0300
commit128f4243bcda2d770a9908c89ad3eef873c414d8 (patch)
treea772a0e3bcb15bbb8b577a856adfc9b2f5b40084
parent15cb84de8bd81da7eacccf247c1d4f90a75adf84 (diff)
downloadopenbmc-128f4243bcda2d770a9908c89ad3eef873c414d8.tar.xz
meta-ibm: drop meta-witherspoon
All the metadata in meta-witherspoon has been moved to meta-ibm. A small set of config files remained while the OpenBMC CI infrastructure was updated. That update has occurred so the remaining files can now be removed. (From meta-ibm rev: ea56691750114f9203f50b3d3455f9c6fb148291) Change-Id: I44b4bed305b136ac62031ae7fa98d27d2967a5ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-ibm/meta-witherspoon/conf/bblayers.conf.sample31
-rw-r--r--meta-ibm/meta-witherspoon/conf/conf-notes.txt12
-rw-r--r--meta-ibm/meta-witherspoon/conf/layer.conf10
-rw-r--r--meta-ibm/meta-witherspoon/conf/local.conf.sample21
4 files changed, 0 insertions, 74 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/bblayers.conf.sample b/meta-ibm/meta-witherspoon/conf/bblayers.conf.sample
deleted file mode 100644
index 63a444ed6..000000000
--- a/meta-ibm/meta-witherspoon/conf/bblayers.conf.sample
+++ /dev/null
@@ -1,31 +0,0 @@
-# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
-# changes incompatibly
-LCONF_VERSION = "8"
-
-BBPATH = "${TOPDIR}"
-BBFILES ?= ""
-
-BBLAYERS ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-openembedded/meta-oe \
- ##OEROOT##/meta-openembedded/meta-networking \
- ##OEROOT##/meta-openembedded/meta-perl \
- ##OEROOT##/meta-openembedded/meta-python \
- ##OEROOT##/meta-phosphor \
- ##OEROOT##/meta-aspeed \
- ##OEROOT##/meta-openpower \
- ##OEROOT##/meta-ibm \
- ##OEROOT##/meta-ibm/meta-witherspoon \
- "
-BBLAYERS_NON_REMOVABLE ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-openembedded/meta-oe \
- ##OEROOT##/meta-openembedded/meta-networking \
- ##OEROOT##/meta-openembedded/meta-perl \
- ##OEROOT##/meta-openembedded/meta-python \
- ##OEROOT##/meta-phosphor \
- ##OEROOT##/meta-aspeed \
- ##OEROOT##/meta-openpower \
- ##OEROOT##/meta-ibm \
- ##OEROOT##/meta-ibm/meta-witherspoon \
- "
diff --git a/meta-ibm/meta-witherspoon/conf/conf-notes.txt b/meta-ibm/meta-witherspoon/conf/conf-notes.txt
deleted file mode 100644
index 112353d6f..000000000
--- a/meta-ibm/meta-witherspoon/conf/conf-notes.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Sample meta-witherspoon build invocations:
-
-mihawk:
-DISTRO=openbmc-witherspoon MACHINE=mihawk bitbake obmc-phosphor-image
-swift:
-DISTRO=openbmc-witherspoon MACHINE=swift bitbake obmc-phosphor-image
-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/meta-witherspoon/conf/layer.conf b/meta-ibm/meta-witherspoon/conf/layer.conf
deleted file mode 100644
index 2f6f9364b..000000000
--- a/meta-ibm/meta-witherspoon/conf/layer.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "witherspoon-layer"
-BBFILE_PATTERN_witherspoon-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_witherspoon-layer = "warrior zeus dunfell"
diff --git a/meta-ibm/meta-witherspoon/conf/local.conf.sample b/meta-ibm/meta-witherspoon/conf/local.conf.sample
deleted file mode 100644
index 94e76f3db..000000000
--- a/meta-ibm/meta-witherspoon/conf/local.conf.sample
+++ /dev/null
@@ -1,21 +0,0 @@
-#MACHINE ?= "mihawk"
-#MACHINE ?= "swift"
-#MACHINE ?= "witherspoon-128"
-#MACHINE ?= "rainier"
-MACHINE ??= "witherspoon"
-DISTRO ?= "openbmc-witherspoon"
-PACKAGE_CLASSES ?= "package_rpm"
-SANITY_TESTED_DISTROS_append ?= " *"
-EXTRA_IMAGE_FEATURES = "debug-tweaks"
-USER_CLASSES ?= "buildstats image-mklibs image-prelink"
-PATCHRESOLVE = "noop"
-BB_DISKMON_DIRS = "\
- STOPTASKS,${TMPDIR},1G,100K \
- STOPTASKS,${DL_DIR},1G,100K \
- STOPTASKS,${SSTATE_DIR},1G,100K \
- STOPTASKS,/tmp,100M,100K \
- ABORT,${TMPDIR},100M,1K \
- ABORT,${DL_DIR},100M,1K \
- ABORT,${SSTATE_DIR},100M,1K \
- ABORT,/tmp,10M,1K"
-CONF_VERSION = "1"