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 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-tyan/conf/layer.conf (limited to 'meta-tyan/conf/layer.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" + -- cgit v1.2.3