From b7f7dbd18a5e11d9ab0cd7440a383ad066b76137 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Thu, 25 Jul 2019 16:42:57 +0300 Subject: meta-nicole: Initial version NICOLE is a new storage controller for TATLIN server. It based on IBM Romulus reference design (POWER9) and uses an AST2500 BMC SoC. (From meta-yadro rev: 13af90da095c5eb6874ce6f89a8b66a7932e6c50) Change-Id: I4685be88448e1de8a1a716ad3f59ef09e168a1df Signed-off-by: Alexander Soldatov Signed-off-by: Alexander Filippov Signed-off-by: Brad Bishop --- meta-yadro/meta-nicole/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-yadro/meta-nicole/conf/layer.conf (limited to 'meta-yadro/meta-nicole/conf/layer.conf') diff --git a/meta-yadro/meta-nicole/conf/layer.conf b/meta-yadro/meta-nicole/conf/layer.conf new file mode 100644 index 000000000..85d0963da --- /dev/null +++ b/meta-yadro/meta-nicole/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 += "nicole-layer" +BBFILE_PATTERN_nicole-layer := "^${LAYERDIR}/" +LAYERSERIES_COMPAT_nicole-layer = "thud warrior" -- cgit v1.2.3