summaryrefslogtreecommitdiff
path: root/meta-lenovo/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-lenovo/conf')
-rw-r--r--meta-lenovo/conf/layer.conf18
-rw-r--r--meta-lenovo/conf/machine/include/lenovo.inc14
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-lenovo/conf/layer.conf b/meta-lenovo/conf/layer.conf
deleted file mode 100644
index 0b7cb4fe9..000000000
--- a/meta-lenovo/conf/layer.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#"Copyright ? 2019-present Lenovo
-#Licensed under BSD-3, see COPYING.BSD file for details."
-
-
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
- ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "lenovo-layer"
-BBFILE_PATTERN_lenovo-layer = ""
-LAYERVERSION_lenovo-layer = "1"
-LAYERSERIES_COMPAT_lenovo-layer = "hardknott"
-
-# Provide a variable that points the base of the lenovo layer.
-LENOVOBASE = '${@os.path.normpath("${LAYERDIR}/")}'
diff --git a/meta-lenovo/conf/machine/include/lenovo.inc b/meta-lenovo/conf/machine/include/lenovo.inc
deleted file mode 100644
index 9ae182a76..000000000
--- a/meta-lenovo/conf/machine/include/lenovo.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-#"Copyright ? 2019-present Lenovo
-#Licensed under BSD-3, see COPYING.BSD file for details."
-
-OBMC_MACHINE_FEATURES += "\
- obmc-phosphor-fan-mgmt \
- obmc-phosphor-chassis-mgmt \
- obmc-phosphor-flash-mgmt \
- obmc-host-ipmi \
- obmc-host-state-mgmt \
- obmc-chassis-state-mgmt \
- obmc-bmc-state-mgmt \
- "
-
-VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"