From cf285424e1a4e22535a3fc1259f78252be1709d2 Mon Sep 17 00:00:00 2001 From: Ryan Sie Date: Wed, 27 Jan 2021 13:43:03 +0800 Subject: Initial commit to support Supermicro X11SPI platform Signed-off-by: Ryan Sie Change-Id: I7b69a9315a709e296eacd949c8226ac83ba09466 --- meta-supermicro/meta-x11spi/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-supermicro/meta-x11spi/conf/layer.conf (limited to 'meta-supermicro/meta-x11spi/conf/layer.conf') diff --git a/meta-supermicro/meta-x11spi/conf/layer.conf b/meta-supermicro/meta-x11spi/conf/layer.conf new file mode 100644 index 000000000..86e0a91d6 --- /dev/null +++ b/meta-supermicro/meta-x11spi/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}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "x11spi" +BBFILE_PATTERN_x11spi = "" + +LAYERSERIES_COMPAT_x11spi = "dunfell gatesgarth" -- cgit v1.2.3