From 194ff4f1f5d44b12e9cb06ddafa6adb20174a13c Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Wed, 22 Aug 2018 21:40:54 -0400 Subject: [Subtree] Bring openbmc machines to top level The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- meta-portwell/meta-neptune/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-portwell/meta-neptune/conf/layer.conf (limited to 'meta-portwell/meta-neptune/conf/layer.conf') diff --git a/meta-portwell/meta-neptune/conf/layer.conf b/meta-portwell/meta-neptune/conf/layer.conf new file mode 100644 index 000000000..5e44606fd --- /dev/null +++ b/meta-portwell/meta-neptune/conf/layer.conf @@ -0,0 +1,9 @@ +# 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 += "neptune" +BBFILE_PATTERN_neptune = "" -- cgit v1.2.3