summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/conf/layer.conf
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 /meta-ibm/meta-witherspoon/conf/layer.conf
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>
Diffstat (limited to 'meta-ibm/meta-witherspoon/conf/layer.conf')
-rw-r--r--meta-ibm/meta-witherspoon/conf/layer.conf10
1 files changed, 0 insertions, 10 deletions
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"