summaryrefslogtreecommitdiff
path: root/meta-arm/conf
diff options
context:
space:
mode:
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"