From 4b8d0a10a4a3ce78a445bde81a913f130f8beb1b Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 12 Oct 2021 21:48:18 -0500 Subject: 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 Change-Id: I0e430dd4386e22b6e64e8d0008581d538c7c74dd --- meta-arm/conf/layer.conf | 12 ------------ meta-arm/conf/machine/include/arm.inc | 17 ----------------- 2 files changed, 29 deletions(-) delete mode 100644 meta-arm/conf/layer.conf delete mode 100644 meta-arm/conf/machine/include/arm.inc (limited to 'meta-arm/conf') 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" -- cgit v1.2.3