summaryrefslogtreecommitdiffstats
path: root/meta-arm/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-arm/conf')
-rw-r--r--meta-arm/conf/layer.conf10
-rw-r--r--meta-arm/conf/machine/include/arm.inc18
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
new file mode 100644
index 000000000..38f0a0d41
--- /dev/null
+++ b/meta-arm/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
+ ${LAYERDIR}/common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "arm"
+BBFILE_PATTERN_arm = "^${LAYERDIR}/"
+LAYERVERSION_arm = "1"
diff --git a/meta-arm/conf/machine/include/arm.inc b/meta-arm/conf/machine/include/arm.inc
new file mode 100644
index 000000000..a558dce84
--- /dev/null
+++ b/meta-arm/conf/machine/include/arm.inc
@@ -0,0 +1,18 @@
+
+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-system-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"
OpenPOWER on IntegriCloud