From 6b6fadd8795938c3bf6381f24db93ba61acce0c3 Mon Sep 17 00:00:00 2001 From: Zev Weiss Date: Fri, 12 Mar 2021 01:21:31 +0000 Subject: e3c246d4i: add initial board support The e3c246d4i is an ASRock Rack Xeon E-2100/E-2200 series board with an ASpeed AST2500 BMC. It's a relatively low-cost system with a SPI flash header available for easy programming. Signed-off-by: Zev Weiss Change-Id: I67ee57183215f3dd46b38f81994faeac8a1935c0 --- meta-asrock/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-asrock/conf/layer.conf (limited to 'meta-asrock/conf') diff --git a/meta-asrock/conf/layer.conf b/meta-asrock/conf/layer.conf new file mode 100644 index 0000000000..37e452cecb --- /dev/null +++ b/meta-asrock/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 += "asrock-layer" +BBFILE_PATTERN_asrock-layer = "^${LAYERDIR}/" +LAYERVERSION_asrock-layer = "1" +LAYERSERIES_COMPAT_asrock-layer = "gatesgarth hardknott" -- cgit v1.2.3