meta-asrock: initial skeleton of X570D4U support
This is a Micro-ATX single-socket AMD X570 server board with an AST2500 BMC.
Change-Id: If9c0cd2c0abfd6d106cdc37e144d71fb72b7cb56
Signed-off-by: Renze Nicolai <renze@rnplus.nl>
diff --git a/meta-asrock/meta-x570d4u/conf/layer.conf b/meta-asrock/meta-x570d4u/conf/layer.conf
new file mode 100644
index 0000000..484b6a3
--- /dev/null
+++ b/meta-asrock/meta-x570d4u/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}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "x570d4u-layer"
+BBFILE_PATTERN_x570d4u-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_x570d4u-layer = "nanbield scarthgap"