summaryrefslogtreecommitdiff
path: root/meta-arm/conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-10-13 05:48:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-22 21:46:04 +0300
commit4b8d0a10a4a3ce78a445bde81a913f130f8beb1b (patch)
tree4ab394c88ea15ddfaefc5338f4ae622a3a2cc2af /meta-arm/conf
parent957bbed0f6dd76578dbf1d242e608cf7397982f6 (diff)
downloadopenbmc-4b8d0a10a4a3ce78a445bde81a913f130f8beb1b.tar.xz
meta-arm: remove unused meta layer
All machines using meta-arm have been removed and there is nothing remaining of value in it, so clean it out. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0e430dd4386e22b6e64e8d0008581d538c7c74dd
Diffstat (limited to 'meta-arm/conf')
-rw-r--r--meta-arm/conf/layer.conf12
-rw-r--r--meta-arm/conf/machine/include/arm.inc17
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
deleted file mode 100644
index 102a0ccd9..000000000
--- a/meta-arm/conf/layer.conf
+++ /dev/null
@@ -1,12 +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 += "arm"
-BBFILE_PATTERN_arm = "^${LAYERDIR}/"
-LAYERVERSION_arm = "1"
-
-LAYERSERIES_COMPAT_arm = "hardknott"
diff --git a/meta-arm/conf/machine/include/arm.inc b/meta-arm/conf/machine/include/arm.inc
deleted file mode 100644
index d11d11152..000000000
--- a/meta-arm/conf/machine/include/arm.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-
-VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
-
-PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
-PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-arm-apps"
-PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-arm-apps"
-PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
-PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= \
- "${VIRTUAL-RUNTIME_skeleton_workbook}"
-PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= \
- "hostboot-inventory-config-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout ?= \
- "openpower-fru-vpd-layout-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-inventory ?= \
- "openpower-fru-inventory-example-native"
-PREFERRED_PROVIDER_virtual/openpower-fru-properties ?= \
- "openpower-fru-properties-example-native"