From 4091a0d42e312c8c9ec9af6525f1074103b97639 Mon Sep 17 00:00:00 2001 From: Oskar Senft Date: Tue, 30 Nov 2021 16:05:59 -0500 Subject: tyan, s7106: Initial commit for TYAN S7106 The TYAN S7106 is a server mainboard with an Aspeed AST2500 BMC. Signed-off-by: Oskar Senft Change-Id: I75e4938bbc7d25bd8e949a4bae5761205aa0ff22 --- meta-tyan/conf/layer.conf | 11 +++++++++++ meta-tyan/conf/machine/include/tyan.inc | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 meta-tyan/conf/layer.conf create mode 100644 meta-tyan/conf/machine/include/tyan.inc (limited to 'meta-tyan/conf') diff --git a/meta-tyan/conf/layer.conf b/meta-tyan/conf/layer.conf new file mode 100644 index 000000000..e0bd4cac7 --- /dev/null +++ b/meta-tyan/conf/layer.conf @@ -0,0 +1,11 @@ +# 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 += "tyan-layer" +BBFILE_PATTERN_tyan-layer = "^${LAYERDIR}/" +LAYERSERIES_COMPAT_tyan-layer = "hardknott honister" + diff --git a/meta-tyan/conf/machine/include/tyan.inc b/meta-tyan/conf/machine/include/tyan.inc new file mode 100644 index 000000000..3180704c2 --- /dev/null +++ b/meta-tyan/conf/machine/include/tyan.inc @@ -0,0 +1,20 @@ +MACHINE_FEATURES += "\ + obmc-bmc-state-mgmt \ + obmc-chassis-state-mgmt \ + obmc-host-ipmi \ + obmc-host-state-mgmt \ + obmc-phosphor-chassis-mgmt \ + obmc-phosphor-fan-mgmt \ + obmc-phosphor-flash-mgmt \ + " + +VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager" +PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager" + +VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" +VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" + +PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-tyan-apps" +PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-tyan-apps" +PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs" +PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-tyan-apps" -- cgit v1.2.3